/* Archimbaud CSS */

html {
 margin: 0;
 padding: 0;
 height:100%;
}

/* Normalise les marges et le remplissage */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}

body {
	background:#a7a7a7;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	color: #a7a7a7;
}


/* Normalise les tailles de polices pour les en-têtes */

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	color:#4d4c3f;
	font-weight:normal;
}


/*  Supprime list-style pour les listes*/

ol, ul{
	list-style:none;
}

/* Supprime les bordures dans éléments fieldset et img*/

fieldset, img{
	border:0;
}

/* GENERAL */

#general{
	margin:0 auto;
	width:950px;
	position:relative;
}


/* INDEX */

ul#nav_top{
	position:absolute;
	top:0;
	left:210px;
	margin:0;
	width:640px;
	height:461px;
	background:#fff;
}

ul#nav_top li{
	display:inline;
	float:left;
}

ul#nav_top li h3{
	margin:0;
	padding:200px 0 0 30px;
	color:#eb719a;
}

ul#nav_top li h3 a, ul#nav_top li h3 a:hover{
	color:#eb719a;
	text-decoration:none;
}

li#nav_onglet1{
	left:0;
	width:206px;
	height:461px;
	background:url(../images/index/body_expert.jpg) no-repeat;
}

li#nav_onglet2{
	left:210px;
	width:206px;
	height:461px;
	background:url(../images/index/vacustep.jpg) no-repeat;
}

li#nav_onglet3{
	left:420px;
	width:206px;
	height:461px;
	background:url(../images/index/velasmooth.jpg) no-repeat;
}

ul.s_menu{
	margin:15px 0 0 30px;
	padding:0;
	font-size:0.9em;
}

ul.s_menu li{
	margin:3px 0 0 0;
	padding:0;
	width:100%;
	display:block;
}

ul.s_menu li a{
	color:#a7a7a7;
	text-decoration:underline;
}

ul.s_menu li a:hover{
	text-decoration:none;
}

/* HEADER */

#header{
	top:0;
	left:0;
	width:100%;
	height:461px;
	position:relative;
}

#header h1{
	top:0;
	left:0;
	background:url(../images/deco/logo.gif) no-repeat;
	width:210px;
	height:94px;
	position:absolute;
	text-indent:-9999px;
}

#header .swf{
	top:0;
	left:210px;
	width:640px;
	height:461px;
	background:url(../images/deco/bg_swf.jpg) no-repeat;
	position:absolute;
}

#header .menu{
	top:150px;
	left:9px;
	padding:5px 0 5px 15px;
	width:179px;
	background:#333;
	border:#fff double 1px;
	position:absolute;
	color:#fff
}

/* CONTENT */

#content {
	left:210px;
	width:640px;
	background:#fff;
	position:relative;
	z-index:8;
}

ul.s_menu2{
	margin:0;
	padding:85px 0 0 10px;
	font-size:0.9em;
}

ul.s_menu2 li{
	margin:0 0 0 5px;
	display:inline;
}

ul.s_menu2 li a{
	padding:4px;
	color:#a7a7a7;
	text-decoration:none;
	border:#eee solid 1px;
}

ul.s_menu2 li a:hover{
	padding:4px;
	text-decoration:none;
	border-top:#eee solid 1px;
	border-left:#eee solid 1px;
	border-right:#eee solid 1px;
	border-bottom:#eb719a solid 1px;
	/*border-bottom:#eb719a solid 1px;*/
}

ul.s_menu2 li a.menu_actif{
	border-bottom:#eb719a solid 1px;
}

span.bleu{
	color:#389AC3;
}


#content h2{
	top:0;
	left:486px;
	background:url(../images/deco/bg_titres.gif) no-repeat;
	width:254px;
	height:61px;
	color:#fff;
	line-height:61px;
	text-indent:25px;
	font-size:1.3em;
	position:absolute;
	z-index:10;
}

#content h3{
	margin:0;
	padding:40px 0 0 10px;
	color:#389AC3;
	font-size:1.4em;
}

#content h3.titre{
	margin:0;
	padding:85px 0 0 10px;
	color:#389AC3;
	font-size:1.4em;
}

#content h4{
	margin:0;
	padding:20px 15px 0 30px;
	color:#eb719a;
	font-size:1.1em;
}

#content p{
	margin:0;
	padding:15px 20px 0 30px;
	font-size:0.8em;
	text-align:justify;
}

#content p.texte{
	margin:0;
	padding:0 20px 10px 30px;
	font-size:0.7em;
	text-align:justify;
}

ol.liste1{
	margin:0;
	padding:10px 0 0 55px;
	font-size:0.8em;
}

ol.liste1 li{
	margin:0 0 0 5px;
	padding:0;
	list-style-type: decimal; 
}

ul.liste1{
	margin:0;
	padding:10px 0 0 40px;
	font-size:0.8em;
	color:#389AC3;
}

ul.liste1 li{
	margin:0 0 0 5px;
	padding:0;
}

ul.presse{
	margin:0;
	padding:20px 20px 0 30px;
	font-size:0.8em;
	color:#389AC3;
}

ul.presse li{
	margin:15px 0 15px 5px;
	padding:0;
}

ul.presse li p{
	margin:0;
	padding:0 10px 15px 0;
	color:#a7a7a7;
}

ul.presse li.lien{
	padding:0 5px 0 0;
	text-align:right;
}

ul.presse li.lien a{
	padding:2px;
	color:#a7a7a7;
	text-decoration:none;
	border:#eee solid 1px;
	text-align:right;
	font-size:0.8em;
}

ul.presse li.lien a:hover{
	padding:2px;
	text-decoration:none;
	background:#eb719a;
	border:#eee solid 1px;
	color:#fff;
	text-align:right;
}

ul.presse .filet{
	margin:15px 0 15px 5px;
	padding:0;
	width:580px;
	height:4px;
	background:url(../images/deco/filet.gif) center top no-repeat;
}

ul.presse img{
	margin:0 10px 0 0;
	float:left;
}

#content .img_contenu{
	margin:15px 0 0 30px;
	padding:0;
	border:#E4E4E4 solid 1px;
}

#content .img_right{
	margin:0 0 0 10px;
	float:right;
	border:#E4E4E4 solid 1px;
}

#content .img_left{
	margin:0 10px 0 0;
	float:left;
	border:#E4E4E4 solid 1px;
}

#content .image_deco{
	margin:15px auto 0 auto;
	width:580px;
}

#content cite{
	color:#eb719a;
	font-size:1.3em;
}

#content .bg_plan{
	margin:15px auto 0 auto;
	padding:5px 0 20px 5px;
	width:580px;
	height:313px;
	background:url(../images/deco/bg_plan.gif) no-repeat;
}

#content .map{
	width:570px;
	height:303px;
}

.filet{
	margin:15px auto 5px auto;
	padding:0;
	width:580px;
	height:4px;
	background:url(../images/deco/filet.gif) center top no-repeat;
}

.table_entrainement{
	margin:15px auto 0 auto;
	font-size:0.7em;
}

.table_entrainement .td_bleu{
	padding:3px;
	background:#BFE4FF;
	color:#333;
}

.table_entrainement .td_rose{
	padding:3px;
	background:#FFDFEA;
	color:#333;
}

/*  FOOTER */

#footer{
	left:210px;
	width:640px;
	background:#fff;
	position:relative;
	text-align:center;
	font-size:0.8em;
}

#footer p{
	padding:30px 0 10px 0;
	background:url(../images/deco/filet_points.gif) center top no-repeat;
}

#footer a{
	color:#a7a7a7;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

ul#nav_footer{
	padding:15px 0 10px 0;
}

ul#nav_footer li{
	display:inline;
}

ul#nav_footer li a{
	color:#fff;
	text-decoration:none;
}

ul#nav_footer li a:hover{
	text-decoration:underline;
}


/*classe clear*/

.clear {
   clear: both;
}



