*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 20px 0;
	background: #FFFFFF;
	background-image: url('http://www.a-ix-informatique.fr/images/style/background.png');
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a
{
	color: #29A4E1;
}

a:hover
{
	text-decoration: none;
	color: #E16629;
}

input[type="submit"], input[type="reset"], input[type="button"]
{
	background-color : #29A4E1;
	color : #FFFFFF;
	font-weight: bold;
	border: 2px solid #E16629;
}

/* Login */
#form_login
{
	padding-top: 5px;
	padding-right: 20px;
	float: right;
}

#user
{
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 15px;
	height: 16px;
	cursor: pointer;
}

#password
{
	background-image: url('../img/password.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 15px;
	margin-top: 2px;
	height: 16px;
	cursor: pointer;
}

/* En-têtes */
.titre
{
	background: url('../img/fleche.gif') no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.titre1 .title
{
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.titre1 .content
{
	background: url('../img/img05.gif') no-repeat left bottom;
	padding: 20px;
}

.titre2 .title
{
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.titre2 .contenu
{
	background: url('../img/dotted.gif') repeat-x left bottom;
	padding: 20px;
}


/* Header */
#header
{
	width: 960px;
	height: 161px;
	margin: 0 auto;
	background: url('../img/banniere.gif') no-repeat 100% 50px;
	border-bottom: 5px solid #E16629;
}

/* Logo */
#logo
{
	float: left;
	width: 240px;
	height: 160px;
	background: #29A4E1 url('../img/logo.gif') no-repeat;
	text-align: center;
}

#logo h1
{
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2
{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menu
{
	float: left;
	width: 720px;
	height: 60px;
	background: #F4F4F4;
}

#menu ul
{
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	height: 35px;
	padding: 20px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover
{
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#menu .active a
{
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b
{
	text-decoration: underline;
}

/* Page */
#page
{
	width: 960px;
	margin: 0 auto;
	background: url('../img/back.gif') #FFFFFF repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	visibility: hidden;
}

/* Contenu */
#contenu
{
	float: right;
	width: 680px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#contenu p, #contenu ol, #contenu ul
{
	line-height: 152%;
}

/* Publicité */
#publicite
{
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */
#news
{
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul
{
	list-style-type: square;
}

#news li
{
	margin-bottom: 15px;
}

#news h3
{
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a
{
	display: block;
}

#news p
{
	font-size: 85%;
}

/* Welcome */

#titre_page
{
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2
{
	float: left;
	width: 230px;
}

#sample1
{
}

#sample2
{
	margin-left: 20px;
}

/* Footer */

#footer
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
	border-bottom: 5px solid #E16629;
	background: #FFFFFF;
}

#footer p
{
	text-align: center;
	font-size: 77%;
}