/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	background-color: #C7D0E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url("fond-diapo.jpg")
}
.accueil {
    font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
}
.simple {
    font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #0944A6;
	font-weight: bold;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0944A6;
	font-weight: bold;
	line-height: 17px;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
}
.simple_justify {
    font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #0944A6;
	font-weight: bold;
	text-align: justify;
}
.titre {
    font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color: #0944A6;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}
.titre-lien {
    font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color: #0944A6;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: underline;
}

textarea,select,option,input,input.submit {
 border-color: #FA5D00;
 border-width: 1px;
 border-style:solid;
 background-color:#FFBD5B;
 
 scrollbar-face-color:#ff8800;
 scrollbar-arrow-color:#ff0000;
 scrollbar-track-color:#dd0000;
 scrollbar-shadow-color:#ff8800;
 scrollbar-highlight-color:#ff8800;
 scrollbar-darkshadow-color:#dd0000;
 scrollbar-3dlight-color:#dd0000;
}

a:link { 
 color: #ffffff;
 text-decoration: none;
}

a:visited {
 color: #ffffff;
 text-decoration: none;
}

a:hover {
 color: #ffffff;
 text-decoration: underline;
}

a:active {
 color: #ffffff;
 text-decoration: none;
}
#cent-h {
position:absolute;
left: 50%; 
top: 50%;
width: 950px;
height: 550px;
margin-top: -275px; /* moitié de la hauteur */
margin-left: -475px; /* moitié de la largeur */
}

#cent-l {
border: #FFFFFF;
width: 950px;
height: 550px;
margin-left: auto;
margin-right: auto;
}

#centre {
margin-left: auto;
margin-right: auto;
margin-top:auto;
margin-bottom: auto;
width: 950px;
}