@charset "UTF-8";
/* 
 * Réalisation : ATHENA GLOBAL SERVICES
 * © 2010 www.athena-gs.com
 * Tous droits réservés.Les produits et marques cités appartiennent à leurs propriétaires respectifs.
 */

body {
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	text-align:center;
	font-family:Arial,Verdana,Helvetica,Century Gothic;
	font-size:12px;
	text-align:left !important;
	background: #EBEBEB url(../images/trame_fond.jpg) repeat-y scroll center center;
}
#conteneur {
	width:885px;
	margin:0 auto;
	padding:0 5px;
}

#top {width:885px; float:left;}
#navigation-haut a {font-weight:bold; color:#814D9F;}
#navigation-haut a:hover {color:black; font-size:110%; text-decoration:underline;}
#menu-gauche {width:220px; height:100%; float:left; padding:15px 20px 120px 10px; color:#3B5276; font-size:10pt; background-color:white;}
#menu-gauche ul {list-style:none; margin:0; padding:0;}
#menu-gauche ul li {background:url('../images/menu_g_centre.jpg') no-repeat; padding:9px 0 9px 9px;}
#menu-gauche ul li a:hover {padding-left:5px}

#contenu {float:left; background-color:white; width:620px; padding:0 15px 0 0;}
.accueil {width:880px !important; padding:0 !important;}
.retour-accueil {float:right; margin:7px 0 0;}
h1 {margin:0px;}
h2 {font-size:18px; color:#637692; font-weight:bold; margin:15px 0 5px}
h3 {font-size:13px; color:#7B80A4;}
.hr-h2 {color:#bcbcbc; width:100%;}

a {text-decoration:none; color:#3b5276;}
a:visited {color:#3b5276;}
a:hover {color:#6d8cb1;}
a:active {color:#3b5276;}
a:focus {color:#3b5276;}
p{text-align:justify; color:#3F3F3F;}
p a {color:#3b5276; text-decoration:none;}
p a :hover{color:#3b5276;}

.asterisque {font-size:7pt;}
.bloc {width:100%; margin-bottom:20px;}
.center {text-align:center;}
.nomargin {margin:0;}
.rouge {color:#ff0000;}
.lien-pdf {background-color:red; border:1px solid black; color:white; font-size:7pt; font-weight:bold; padding:0 2px;}
.lien-pdf:hover {color:black;}

.plandusite {width:200px; float:left; width:280px;}
.plandusite h3 {width:100%; border-bottom:1px dotted #C2C8D7; margin-top:0px;}
.plandusite a {border-bottom:1px dotted #000;}
.plandusite a:hover {border-bottom:1px solid #000; color:black; font-weight:bold;}
.exit {color:#64139F; font-style:italic;}

#footer {width:885px; float:left; background-color:white; padding-top:40px;}
#footer a {color:#000; font-size:9pt; text-decoration:none; line-height:13pt;}
#footer a:hover{color:#525252;}
#footer p {font-size:7pt; margin:3px 0;}
#footer p a{color:#000;}
#footer p a:hover{color:#525252;}
#liens-referents {text-align:center; color:#c0c0c0;}
#liens-referents a {color:#c0c0c0 !important; margin:0 15px;}
#liens-referents a:hover {color:#525252 !important;}

/* Début CSS Accordéon */
#basic-accordian{border:5px solid #EEE; padding:5px; width:350px; position:absolute; left:50%; top:50%; margin-left:-175px; z-index:2; margin-top:-100px;}
.accordion_headings{padding:5px; background:#9262AF; color:#FFFFFF; border:1px solid #FFF; cursor:pointer; font-weight:bold;}
.accordion_headings:hover {background:#6D358F; color:white;}
.accordion_child {padding:15px; background:#EEE;}
.header_highlight {background:#8BD9DF; color:#4F4F4F;}
/* Fin CSS Accordéon */