/* CSS Document */


<!--	BODY	-->
html, body {
	height:100%;
	width:100%;
}

body{
	margin:0px;
	padding:0px;
 	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F363D;
	background-color:#e4e4e4;
}

a{
	color: #0066b3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.Fond{
	height:100%;
	background-color:#e4e4e4;
	background-image: url(../images/Bg.gif);
	background-repeat: repeat-x;

}

hr {
	color: #abdcff;
	height: 1px;
	width: 100%;
}

table {
	font-size: 11px;
	border-style:none; 
	border-width:0px; 
	border-collapse: collapse;
}

td,th {
	border-style:none;
	border-width:0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

img{
	border: 0px;
}

.contenu {
	padding: 7px;
	text-align: justify;
	vertical-align: top;
}

.mlcontent {
	text-align: justify;
	vertical-align: top;
}

#centpourcent {
	height: 100%;
	width: 100%;
}

#hcentpourcent {
	height: 100%;
}
.align_top{
	vertical-align: top;
}

.fond_haut1{
	width: 10px;
	height: 93px;
	background-image: url(../images/fond_haut.jpg);
	background-repeat:no-repeat;
}

.fond_menu{
	width: 193px;
	background-color: #E4E4E4;
	background-image: url(../images/Bg.gif);
	background-repeat:repeat-x;
}
.fond_haut2{
	height: 93px;
	background-image: url(../images/fond_haut.jpg);
	background-repeat:repeat-x;
	cursor: default;
}
.fond_rechercher1{
	width: 140px;
	height: 50px;
	text-align:right;
	vertical-align:top;
}
.fond_rechercher2-1{
	width: 520px;
	height: 28px;
	text-align: center;
	padding-top:7px;
	color:#CCCCCC;
	font-size: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.fond_rechercher2-2{
	width: 140px;
	height: 28px;
	text-align:right;
	vertical-align:bottom;
	padding-top:8px;
}

.fond_centre1{
	height: 240px;
	background-color: #000000;
}
.fond_td_centre1{
	vertical-align: top;
	background-color: #FFFFFF;
}

.fond_tableau_centre1{ /* IE */
	width: 800px;
	text-align: center;
	vertical-align:top;
	background-repeat:repeat-x;
	background-image: url(../images/bgTexteCentre1.gif);
	background-color: #FFFFFF;
}
.fond_tableau_centre1{ /* FF */
	width: 800px;
	text-align: -moz-center; 
	vertical-align:top;
	background-repeat:repeat-x;
	background-image: url(../images/bgTexteCentre1.gif);
	background-color: #FFFFFF;
}

.fond_tableau_centre2_1{
	height: 35px;
}

.fond_tableau_centre2_2{
	width: 776px;
	height: 22px;
	padding: 0px;
	background-image:url(../images/bgTexteCentre2_top.gif);
	background-repeat:no-repeat;
}
.fond_tableau_centre2{ /* IE */
	width: 776px;
	text-align: center;
	vertical-align:top;
	background-image:url(../images/bgTexteCentre2.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #717575;
}
.fond_tableau_centre2{ /* FF */
	width: 776px;
	text-align: -moz-center; 
	vertical-align:top;
	background-image:url(../images/bgTexteCentre2.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #717575;
}
.fond_tableau_centre2_3{
	width: 776px;
	height: 22px;
	padding: 0px;
	background-image:url(../images/bgTexteCentre2_bottom.gif);
	background-repeat:no-repeat;
}
.fond_tableau_centre3{
	width: 740px;
	height: 470px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	vertical-align:top;
	background-color:#ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #717575;
}
.fond_tableau_centre3_home{
	width: 740px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	vertical-align:top;
	background-color:#ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #717575;
}
.centre3{
	width: 740px;
}
.centre4{
	width: 740px;
}

<!--	FORM	-->
form{
	margin:0px;
	padding:0px;
}

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 11px;
}

input.bouton_ok{
	background-image: url(../images/ok_up.gif);
	border: 0px;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
	cursor:default;
	height: 18px;
	width: 18px;
}

input.bouton_ok:hover{
	background-image: url(../images/ok_down.gif);
}

.formlogpro{
	color: #313233;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#a4a8ac;
	border: 1px solid #c9cbcd;
}


<!--	MENU		-->
div#lienmenu1{
	padding: 0px;
	width: 183px;
}
div#lienmenu1 ul{
	margin-left: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	display:list-item; 
	list-style-position: outside;
	list-style-image: url(../images/fleche1.gif);
}


div#lienmenu2{
	padding-left: 5px;
	padding-right: 5px;
	width: 193px;
	list-style-position: inherit;
	list-style-image: url(../images/fleche2.gif);
}

div#lienmenu2:hover{
	background-color:#d9dee1;
	height:100%;
	width:100%;
}

.lienmenu1{
	font-weight:normal;
	color: #35383a;
	text-decoration: none;
	font-size: 12px;
}
.lienmenu1:hover{
	text-decoration:none;
	background-color:#d9dee1;
	height:100%;
	width:100%;
}

.lienmenu2{
	font-weight:normal;
	color: red;
	text-decoration: none;
	font-size: 12px;
}
.lienmenu2:hover{
	text-decoration:none;
}



<!--	LIENS	-->

.lien1ogpro{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
.lien1ogpro:hover{
	text-decoration:none;
}

.lien_titre_home{
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	color:#527bb9;
	background-image: url(../images/puce_chevron.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
a.lien_titre_home:hover{
	text-decoration:none;
	background-color: #FFFFFF;
}

a.lien_blc{
	font-weight:normal;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration:none;
	background:none;
}
a.lien_blc:hover{
	text-decoration:underline;
}
.spec{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:10px;
	cursor: default;
}
a.lienspec{
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #ffffff;	
}
a.lienspec:hover{
	color: #303237;
	border: 1px solid #c0edff;
	background-image: url(../images/bgSpec.gif);
}

.lieninternational{
	color: #FFFFFF;
}
a.lieninternational{
	color: #FFFFFF;
	text-decoration:none;
}
a.lieninternational:hover{
	text-decoration:underline;
}

<!--	Chemin de fer	-->
span#fond_chemin_de_fer{
	width: 100%;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #a0a2a4;
	background-color: #dbdcdf;
	text-indent: 10px;
	cursor: default;	
}
.fond_chemin_de_fer{
	width: 100%;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #a0a2a4;
	background-color: #dbdcdf;
	text-indent: 10px;
	cursor: default;	
}
.chemin_de_fer{
	color: #888888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: -5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
a.chemin_de_fer{
	color: #888888;
	font-weight: bold;
	border: 1px solid #cedae2;
}
a.chemin_de_fer:hover{
	color: #45586E;
	text-decoration: none;
	border: 1px solid #afb9c1;
	background-image: url(../images/bgCheminDeFer.gif);
}
.chemindefer{
	color: #78797b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: -5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}

a.chemindefer{
	color: #78797b;
	font-weight: bold;
}
a.chemindefer:hover{
	color: #1C2024;
	text-decoration: none;
}


<!--	Texte	-->
.padding6{
	padding: 6px;
}
.padding10{
	padding: 10px;
}
.logpro{
	color: #ffffff;
	font-size: 11px;
	cursor:default;
}

.infoleg {
	color:#979b9e;
	font-size: 10px;
}

a.infoleg {
	color:#979b9e;
	text-decoration: none;

}

.raccourcishome{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #FBFBFC;
}
.titrecontenu{
	font-family:Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	color: #384148;
	font-size: 18px;
	line-height: 11px;
}
.titrecontenu2{
	font-family: Arial, Helvetica, sans-serif;
	color: #434545;
	font-size: 13px;
	font-weight:bold;
	width: 100%;
	height: 22px;
	background-image:url(../images/BgTitrecontenu2.gif);
	background-color:#eaebec;
	padding-left:5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #717575;
}

.soustitrecontenu{
	font-weight: bold;
	font-size:12px;
}
.titre_menu_contenu{
	padding-top: 3px;
	font-weight: bolder;
	font-size: 13px;
	width: 148px;
	cursor: default;
}
.soustitre_menu_contenu{
	font-weight: bold;
	font-color: #003555;

}
.fond_menu_contenu{
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #959596;
	background-image: url(../images/BgMenuContenu.gif);
	background-repeat:repeat-x;
}
.tableau_menu_contenu{
	text-align: left;
	width: 128px;
	margin: 10px;
}

<!--	Pied de page	-->
.fond_pied_de_page{ /* IE */
	background-color:#e4e4e4;
	width: 800px;
	height: 50px;
	text-align: center;
	vertical-align:bottom;
	background-image:url(../images/bgPiedDePage.gif);
	background-repeat:repeat-y;
}
.fond_pied_de_page{ /* FF */
	background-color:#e4e4e4;
	width: 800px;
	height: 50px;
	text-align: center; /* -moz-center */
	vertical-align:bottom;
	background-image:url(../images/bgPiedDePage.gif);
	background-repeat:repeat-y;
}
.pied_de_page{
	color: #6ab8e7;
	font-weight:bold;
	font-size: 14px;
	padding: 2px;
}

a.pied_de_page{
	text-transform:uppercase;
	font-size: 10px;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
	border: 1px solid #ffffff;
}

a.pied_de_page:hover{
	text-decoration:none;
	border: 1px solid #c0edff;
	background-image: url(../images/bgSpec.gif);
}

.pied_de_page9{
	color: #979b9e;
	font-size: 9px;
	line-height: 18px;
	cursor: default;
}

<!--	Tableaux	-->
.tdseparateur {
	background-color: #BBBFCC;
	height: 1px;
}
.td_home{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
	background-image:url(../images/BgDivHome.gif);
	background-repeat:repeat-x;
}
.utilisation{
	width: 134px;
	height: 16px;
	background-image: url(../images/barre_grise.gif);
	text-indent: 2px;
}

<!-- Prix -->
.prix2{
	color: #FF3300;
	font-size: 13px;
	font-weight:bold;
}
.prix3{
	color: #FF3300;
	font-size: 11px;
	font-weight:bold;
}
.prix_eco{
	color: #0066b3;
	font-size: 11px;
}



.divhidden{ 
	display:none; 
} 




<!--	Presse	-->
.titrepresse {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color : grey;
}

.soustitrepresse{
	font-size: 13px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a.soustitrepresse{
	color: #000000;
}

a.soustitrepresse:hover{
	background-color: #D5EEFF;
	text-decoration: none;
}

.titresourcepresse{
	font-weight:bold;
	color:#61b1de;
}

.datepresse{
	font-size: 9px;
	color:#898989;
}

div#alerte{ 
	font-size:13px;
	position:absolute;
	left:400px;
	top:130px;
	width: 396px;
	_width: 400px; /* IE */
	height: 99px;
	_height: 150px; /* IE */
	background-color: #FFFFFF;
	border: 2px solid #999999;
	text-align: center;
	padding-top: 47px;
	z-index: 1;
	background-image:url(../images/alert.jpg);
}

