@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	background-color: #8094C0;
	color: #324B83;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
cite {
	font-size: 9px;
	font-style: italic;
}
	
	
	
	/********************* Structure *******************************/

    #container {
	width: 915px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
	#header {
	height: 210px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 20px;
    }

    #contentLeft {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 165px;
	float: left;
    }
	
    #contentRight {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 60px;
	float: left;
	width: 550px;
    }


    #footer {
	padding: 0 10px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	clear:both
    }

    #footer p {

    	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */

    	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */

    }
a.contact {
	text-align: right;
	float: right;
}
	
/********************** Fin structure ******************************/


#flash {
	z-index: 0;
	top: 0px;
	position: absolute;
}
#haut {
	z-index: 1;
	top: 160px;
	position: absolute;
	padding-left: 7px;	
}
  h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #324B83;
	text-align: right;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999933;
	margin-top: 30px;
}
h3{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #324B83;
}
h3 a{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #324B83;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #324B83;
	margin-bottom: 3px;
}
.contact {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #324B83;
	margin-left: 150px;
	margin-top: -40px;
	margin-bottom: 40px;
}
a.contact {
	font-size: 14px;
	font-weight: normal;
	color: #3B5BA6;
	text-decoration: none;
}
h3 a:hover{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999933;
}
a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
hr {
	color: #999933;
	height: 1px;
	width: 100%;
	background-color: #999933;
	border: 0px;
}
.mentions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.cadre {
	width: 100%;
	border: thin solid #3B5BA6;
	text-align: center;
	padding-top: 8px;
	margin-top: 3px;
	padding-bottom: 8px;
}
td .titre {
	color: #FFFFFF;
	background-color: #324B89;
	width: 100%;
	text-indent: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.lienProf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999933;
	font-weight: normal;
}
a.lienProf {
	text-decoration: none;
}
a.lienProf:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #324B83;
}
.rouge {
	color: #9A0B10;
}
/*********** service index *******/
#services {
	color: #666666;
	top: 628px;
	position: absolute;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 20px;
}
#services li {
	background-color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
	background-image: url(images/fond_serv.jpg);
	background-repeat: repeat-y;
}
#services li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
}
#services li a:hover {
	background: #999933;
	color: #FFFFFF;
}