/*CSS home page*/


.encadre {background: #F5F5F5;border: 1px solid #DCDEDB;padding: 3px}

/*CSS pour les pages en francais*/

img {border: 0;}

body {
		 background-image: url(images/fond.gif);
		 text-align: center;
		 scrollbar-face-color: #E0E0E0;
		 scrollbar-highlight-color: #EFEFEF;
		 scrollbar-3dlight-color: #C0C0C0;
		 scrollbar-darkshadow-color: #EFEFEF;
		 scrollbar-shadow-color: #BEBEBE;
		 scrollbar-arrow-color: #FA9000;
		 scrollbar-track-color: #EFEFEF;
		 
		 width: 100%;
		 }

a {
	color: #000000;
}		 
		 
p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}		 
		 
div.main {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-top: 0px;
	top: 0;
	margin-left: -350px;
	border-left: 1px solid #DCDEDB;
	border-right: 1px solid #DCDEDB;
	background: #FFFFFF;
}

div#banniere {
	background: url(images/banniere.jpg);
	height: 110px;
	border-left: 2px solid  #DCDEDB;
	border-right: 2px solid #DCDEDB;
}

div#menu {
	margin-top: 3px;
	height: 21px;
	background: url(images/nav.gif);
	vertical-align: middle;
	z-index:1;
}

div#smenu {
	margin-top: 3px;
	height: 21px;
	background: transparent;
	vertical-align: middle;
}

div#contenu {
	
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
	background: #FFFFFF url(images/fond_main2.jpg) no-repeat right top;
}

#nav {
border-top: 1px dashed #CCCCCC;
border-bottom: 1px solid #ccc;
height:21px;

margin:0;
padding-left:15px;
list-style-type: none;
z-index:2;
}

#snav {
position: relative;
top: 0px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #ccc;
height:18px;

margin:0;
padding-left:15px;
list-style-type: none;
}

#nav li {
display: block;
float: left;
padding:0;
margin:0;
vertical-align: middle;
}

#snav li {
display: block;
float: right;
padding:0;
margin:0;
vertical-align: middle;
}

li.message {
display: block;
float: right;
text-align: right;
color: #D85E5E;
font-family: helvetica;
font-size: 8pt;
padding-right: 3px;
margin:0;
}


a.menu {
margin: 0;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
list-style-type: none;
float: left;
text-align: center;
border-left: 1px solid #ccc;
border-right: 0px solid #ccc;
font-size:10pt;
font-family: helvetica;
font-weight: bold;
}

a.menu_select {
margin: 0;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
list-style-type: none;
float: left;
text-align: center;
border-left: 1px solid #ccc;
border-right: 0px solid #ccc;
font-size:10pt;
font-family: helvetica;
font-weight: bold;
}


a.menu:link {color: #7B7B84; text-decoration: none;border-bottom: 3px solid #284891;z-index:2;}
a.menu:visited {color: #7B7B84; text-decoration: none;border-bottom: 3px solid #284891;z-index:2;}
a.menu:hover {color: #284891; text-decoration: none;border-bottom: 3px solid #284891;z-index:2;}


a.menu_select:link {background-color: #FFFFFF; color: #000000; text-decoration: none;border-bottom: 3px solid #FA9000;z-index:2;}
a.menu_select:visited {background-color: #FFFFFF; color: #000000; text-decoration: none;border-bottom: 3px solid #FA9000;z-index:2;}
a.menu_select:hover {background-color: #FFFFFF; color: #000000; text-decoration: none;border-bottom: 3px solid #FA9000;z-index:2;}

a.bouton {text-decoration: none}

#nav li.langue {
display: block;
float: right;
text-align: right;
font-family: verdana;
font-size: 8pt;
padding-top: 5px;
padding-right: 5px;
margin:0;

}

li.langue a {
	border:0;
	padding:0;
}

.encadre {background: #F5F5F5;border: 1px solid #BCE0E3;padding: 3px}

table.sous_menu {
	border-left: 1px solid #DCDEDB;
	border-right: 1px solid #DCDEDB;
	background: #F9FBF8;
	border-top:0;
	border-bottom:0;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	
	width: 320px;
}

table.sous_menu_bleu {
	border-left: 1px solid #284891;
	border-right: 1px solid #284891;
	background: #F9FBF8;
	border-top:0;
	border-bottom:0;
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	
	width: 320px;
}



#question {
	font-size: 11pt;
	font-family: verdana;
	text-align: center;

	font-weight: bold;
	color: #284891;
}

ul.normal {
	margin: 0;
	padding-left: 10px;
	margin-right: 10px;
	list-style: inside;
	list-style-image: url(images/puce3.gif); 
}

ul.normal li {
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

ul.sous {
	list-style-image: none; 
	list-style: inside;
	list-style-image: url(images/commentaires.gif); 
	}

ul.listing {
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	list-style: decimal inside;
	font-weight: bold;
	color: #383675;
}	
	
ul.listing li {
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}	

ul.fleche {
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	list-style: inside;
	list-style-image: url(images/fleche3.gif); 
}

ul.fleche li {
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

ul.listing table {
	color: #383675;
}
	
span.nom_societe {
	font-weight: bold;
}

.bas {
	background: #F1F1F1;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 3px solid #284891;
	width: 100%;
	color: #CCCCCC;
	vertical-align: bottom;
		font-family: verdana;
	font-size: 8pt;
}

.structure {
	vertical-align: top;
	padding:0;
	text-align: center;
	margin-left:20px;
	margin-right: 20px;
}

.disp {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

form {
		font-family: verdana;
	font-size: 8pt;
}

table {
		font-family: verdana;
	font-size: 8pt;
}

.left_form {
	padding-right: 15px;
	vertical-align: top;
}

input.form {
	border-top: 0;
	border-left: 1px solid #DCDEDB;
	border-right: 1px solid #DCDEDB;
	border-bottom: 1px solid #DCDEDB;
	height: 18px;
	background: url(images/back_input.jpg) repeat-x;
	
}


input.bouton {
	border:0 ;
	height: 22px;
	background: url(images/back_bouton.gif) repeat-x;
	font-size: 8pt;
	font-family: verdana;
}

td.bouton {
	border:0 ;
	height: 22px;
	background: url(images/back_bouton.gif) repeat-x;
	font-size: 8pt;
	font-family: verdana;
	
}

textarea.form {
		border:1px solid #DCDEDB;
}

.H1 {
	color: #FA9000;
}

.H2 {
	font-size: 13pt;
	font-family: tahoma;
	text-align: center;

	font-weight: bold;
	color: #284891;
}

.H3 {
	font-size: 13pt;
	font-weight: bold;
	color: #FA9000;
}

.num_li {
}

.scroll {
	background: #F9FBF8;
	font: 11px verdana;
	margin: 0;
	padding: 0;
}

p.titre {
	color: #FA9000;
	font-size: 14pt;
}

.erreur {display: none}

/*services*/
#services1 {display: none}
#services2 {display: none}
#services3 {display: none}
#services4 {display: none}
#services5 {display: none}
#services6 {display: none}

#tservices1 {font-weight: normal}
#tservices2 {font-weight: normal}
#tservices3 {font-weight: normal}
#tservices4 {font-weight: normal}
#tservices5 {font-weight: normal}
#tservices6 {font-weight: normal}


td.smenu_top {
	background: url(images/smenu_top.gif) no-repeat bottom;
	height: 6px;
	width: 320px;
}

td.smenu_bottom {
	background: url(images/smenu_bottom.gif) no-repeat top;
	height: 6px;
	width: 320px;
}

td.smenu_top_bleu {
	background: url(images/smenu_top_bleu.gif) no-repeat bottom;
	height: 6px;
	width: 320px;
}

td.smenu_bottom_bleu {
	background: url(images/smenu_bottom_bleu.gif) no-repeat top;
	height: 6px;
	width: 320px;
}

div.milieu {
	margin-left:175px;
}

#img_main {
	width: 320px;
	height: 125px;
	background: url(images/main_image.jpg) no-repeat;
	margin-bottom: 20px;
}

#dimg_srv {
	width: 320px;
	height: 180px;
	background: url(images/services0.jpg) no-repeat;
	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#img_contact {
	width: 320px;
	height: 125px;
	background: url(images/contact4.jpg) no-repeat;
}

#frame_missions {
	width: 310px; 
	height: 150px;
	border: 0;
	margin:0;
}

#help_services {
	position: relative;
	top: 120px;
	color:#DCDEDB;
	height: 100px;
	font-size: 13pt;
	font-family: arial;
	
	vertical-align: middle;
	text-align: center;
}
