body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
	font-size: 12px; /* on définit la taille de police de base dans la page */
	background: #97A8BB ;
}

#conteneur {
	width: 750px;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #336699 ;
	background-color: #fff ;
}

/*************/
/*  HEADER   */
/*************/

#header {
	height: 100px;
	padding: 5px;
}

#header_left {
	float:left;
	margin:0; 
	padding:0;
	width: 150px;
}

.header_middle {
	margin-left:300px; 
	padding: 0;
}

#header img{
	border: 0;
}

.header_middle h2{
	margin: 0;
	padding:0;
	color: #336699 ;
}

.header_middle h4{
	color: black ;
}



/*************/
/* TOP MENU  */
/*************/

#top {
	height: 30px;
	width:100%
}

ul#nav{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background: black;
	list-style-type: none ;
	border-bottom: 1px solid #97A8BB  ;
	border-top: 1px solid #97A8BB  ;
}

ul#nav li{
	float: left ;
	line-height: 25px ;
	font-size: 1.0em ;
	text-align: center ;
	font-weight: bold ;
	color: red ;
	display: block ;
	text-decoration: none ;
	background: #97A8BB  ;
	border-right: 10px solid black;
}

ul#nav li a{
	color: #fff ;
	display: block ;
	text-decoration: none ;
	background: black  ;
}

ul#nav li a:hover{
	text-decoration: underline ;
}


/**************/
/* CONTENT    */
/**************/

.content {
	padding: 5px;
  bgcolor="#ffffff"; 
}

* html body .content {
	height:100%;
	overflow:hidden
	}

/* IE-mac ne voit pas les lignes qui suivent \*/
* html body .content {
	height:0px;
	overflow:visible
	} 
/* fin du text caché pour IE/mac */

.div-min-height {
	height:510px;
	float:left
}
	
.div-min-height-bottom {
	height:0px;
	clear:left
}

h4{
	line-height: 15px ;
	font-size: 1.0em ;
	color: black ;
}

.clearboth { clear: both; }

ul#bullet{
	list-style-image: url(../images/blue_bullet.png);
}

.text_justify{
	text-align: justify ;
	text-indent: 2em ;
}

.text_center{
	margin: 0 auto;
	padding: 5px;
	text-align:center;
}

.title_red{
	text-align:center;
	font-size: 1.5em ;
	color: #FF0000 ;
	font-weight: bold ;
}

.title_red a{
	color: #FF0000 ;
	text-align:center;
	font-weight: bold ;
}


/***************/
/* CATEGORIES  */
/***************/

ul#top_cat{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold ;
}

ul#top_cat li{
	margin: 0 0 3px 0;
	float:left;
}

ul#top_cat li a{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 0px;
	width: 160px;
	color : #0000CC ;
	background-image: url(../images/active.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

ul#top_cat li a:hover{
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	text-decoration:underline;
}

ul#top_cat li.actif{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 0px;
	width: 160px;
	color : #336699 ;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}


/*******************************/
/* IMAGES- ICONS ( DIV et IMG) */
/*******************************/
.infos_icons{
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
}

.infos img{
	border:0;
}

.floatright{
	float: right;
	border: 0;
	margin: 0 10px 0 10px;
	text-align:center;
}

.floatleft{
	float: left;
	border: 0;
	margin: 15px;
	text-align:center;
}

.floatcenter{
	float: none;
	clear : both;
	margin: 50 100px 10 10px;
}

.photos {
	border: 0;
	padding:10px;
}



.map{ 
	width: 35px; 
	height: 35px;
	border: 0;
}

.floattest{
	float: none;
	clear : both;
	margin-top : lem;
}

.floattest img{
	float: right;
	margin-right : lem;
}

.email{ 
	border: 0px;
	float: left;
	margin-left:-4px;
}

/**************/
/* CONTACT    */
/**************/

#adr_left {
	float:left;	
	margin:0;
	padding-left:2em;
	width: 150px;
}

#adr_right {
	float:right;
	margin:0; 
	padding: 0 0 0 5px;
	width: 400px;
}

/******************/
/* FORMULAIRES    */
/******************/
#contact {
	border: none;
	margin:0;
	padding-left:2em;
	width: 58em;
}

#bodyForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	margin: 0;
	padding: 1em;
}

#bodyForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}

#bodyForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
}

#bodyForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#bodyForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 15%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .2em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#bodyForm label.required {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}

#bodyForm input,select{
	width: 50%;
}

#bodyForm textarea{
	rows:50;
	cols:220;
}

#bodyForm .legend {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 0;
}

#footForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
}
#footForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}


/*************/
/* FOOTER    */
/*************/

#footer {
 	clear: both;
	height: 30px;
	padding: 5px 0 5px 0;
	text-align:center;
	border-top: 1px solid #336699 ;
}

#footer a {
	color: #0000CC ;
	font-weight: bold;
	text-decoration: none ;
}

#footer  a.bottom_link {
	color: black ;
	font-size: 0.8em; 
	text-decoration: underline ;
	font-weight: normal;
	float:left;
}


/*****************/
/* TABLEAU COURS */
/*****************/
.texte_normal_bleu { 
	font-family: Verdana; 
	color: #0851A3; 
	font-size: 11px; 
}

.texte_normal {
	font-family: Verdana;
	color: #3C3C3C;
	font-size: 11px;
}
.texte_normal a:link     { color: #0851A3; text-decoration: underline; font-weight: normal;}
.texte_normal a:visited  { color: #0851A3; text-decoration: underline; font-weight: normal;}
.texte_normal a:hover    { color: #0851A3; text-decoration: underline; font-weight: normal;}
.texte_normal a:active   { color: #0851A3; text-decoration: underline; font-weight: normal;}



