/* CSS Document */
body
{
	width: 90%;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-image: url(images/background.jpg); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc*/
	background-repeat: repeat-x;
}

#en_tete
{
	height: 100px;
	background-color: #FFFFFF;
}

#menu_horizontal
{
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#onglet {
	margin-left: 0.3em;
	margin-top: 0.3em;
	font-family: Verdana;
	font-size: small;
	color: #000000;
	font-weight: bold;
	height: auto;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

#onglet li{
list-style: none;
display: inline;
margin: 0;
}

#onglet li a{
	text-decoration: none;
	padding: 8px 0.5em;
	margin-right: 5px;
	margin-left: 5px;
	background: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#onglet li a:link{
color:#000000
}

#onglet li a:visited{
	border: 1px solid;
	background: white;
	border-color: #999999;
}

#onglet li a:hover{
	color: #0099CC;
	border-color: #0099CC;
	background-color: #FFFFFF;
}

#onglet li a.courant{
	color: #0099CC;
	border-color: #0099CC;
	background-image: url(images/fond-menu.png);
	background-repeat: repeat-x;
}

#chemin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	height: 20px;
	text-align: left;
	text-indent: 5%;
	padding-top: 20px;
}

#corps
{
	background-color: #FFFFFF;
}

.liennormal
{
	color:#000000;
	text-decoration: underline;
}

.liennormalnonsouligne
{
	color:#000000;
	text-decoration: none;
}

.liennavigationactif
{
	color:#0099cc;
	text-decoration: underline;
}

.liengris
{
	color:#666666;
	text-decoration: underline;
	font-size: x-small;
}

.imageflottante
{
float:left;
}

#adresse {
	background-color: #FFFFFF;
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-align: right;
}

.mentions
{ 
color: #333333; 
}
.cadre_actu {
	border: 1px dotted #000000;
	text-align: justify;
	padding: 12px;
}

.ligne_horizontale{
	text-align: justify;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.ligne_horizHautBas {
	text-align: justify;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.ligne_verticaledroite{
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}

.fond_gris{
	background-image: url(images/fond-cadre.jpg);	
}
