/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #145D9C;
	margin: 0px;
	background-color: #ffffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
   
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C2995;
	font-weight: normal;
	line-height: 16px;
	text-align:	center;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: normal;
	line-height: 15px;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C2995;
	font-weight: bold;
	line-height: 16px;

}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: normal;
	line-height: 15px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5C2995;
	font-weight: bold;
	line-height: 17px;
	letter-spacing:2px;
	text-decoration: none;
}
.titre-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5C2995;
	font-weight: bold;
	line-height: 17px;
	letter-spacing:2px;
	text-decoration: none;
	font-style:italic;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: normal;
	line-height: 15px;
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #5C2995;
}

#cent-h {
position:absolute;
left: 50%; 
/* top: 50%; */
width: 950px;
height: 686px;
 margin-top: 1%; /* moitié de la hauteur */
margin-left: -475px; /* moitié de la largeur */
background-color:#FF0000;
}


.liens-portails { 
color:#808080;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}


#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1.1;
}
#menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C2995;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1.1;
	background: #A5D800;
}

/* Formulaire */
textarea,select,option,input,input.submit {
 border-color: #7C5F9C;
 border-width: 1px;
 border-style:solid;
 background-color:#DED2EB;
}

a:link { 
 color: #5C2995;
 text-decoration: none;
}

a:visited {
 color: #5C2995;
 text-decoration: none;
}

a:hover {
 color: #5C2995;
 text-decoration: underline;
}

a:active {
 color: #5C2995;
 text-decoration: none;
}
