@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#58595B;
}

/* Nouvelles déroulantes Accueil */
#marqueecontainer{
position: relative;
width:300px;
height: 88px; /* set your own height */
overflow: hidden;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
}

.imgPage {
background-image:url(../imgs/img-fond.jpg);
background-repeat:no-repeat;
background-position:center;
background-attachment:inherit;
height:88px;
}

.chemin {
   margin-top:20px;
   margin-left:15px;
   margin-right:15px;
   font-family:Arial, Helvetica, sans-serif;
   color:#58595B;
   font-size:13px;
   padding-bottom:15px;
   border-bottom-color:#CCCCCC;
   border-bottom-style:solid;
   border-bottom-width:1px;
}

.contenu {
   margin-top:10px;
   margin-left:15px;
   margin-right:15px;
   font-family:Arial, Helvetica, sans-serif;
   color:#58595B;
   font-size:13px;
   padding-bottom:5px;
}


a.lienChemin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #F15A23;
	text-decoration: none;
}
a.lienChemin:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #58595B;
	text-decoration: underline;
}

a.lienBas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #58595B;
	text-decoration: none;
}
a.lienBas:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #F15A23;
	text-decoration: underline;
}

a.lienTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #58595B;
	text-decoration: underline;
}
a.lienTxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #F15A23;
	text-decoration: none;
}

a.lienTxtAcc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #58595B;
	text-decoration: none;
}
a.lienTxtAcc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #F15A23;
	text-decoration: none;
}

.menuGaucheB {
   margin-top:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#58595B;
   font-size:13px;
   padding-bottom:10px;
   border-bottom-color:#CCCCCC;
   border-bottom-style:solid;
   border-bottom-width:1px;
}

.hautMenuGauche {
   margin-top:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#58595B;
   font-size:13px;
   word-spacing:20px;
   padding-bottom:15px;
   border-bottom-color:#CCCCCC;
   border-bottom-style:solid;
   border-bottom-width:1px;
}

a.menuGauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	color: #F15A23;
	text-decoration: none;
}
a.menuGauche:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	color: #58595B;
	text-decoration: none;
}

.menuGaucheH {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	color: #58595B;
	text-decoration: none;
	padding-bottom:20px;
	padding-top:10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.souligneMenuGauche {
    font-size: 13px;
	font-weight:bold;
    padding-bottom:10px;
	padding-top:10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.tabSpec {
   background-image:url(../imgs/fond_tab_spec.png);
   background-repeat:repeat-x;
   height:26px;
   font-size:14px;
   color:#58595B;
   padding-left:6px;
   padding-top:6px;
}


