/* styles du template */

body {
	margin:0;
	padding:0;
	text-align:center;	/* centrage du contenu */
	width:100%;			

	font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	
	background-color:#cccccc;
	background-image:url(../images/fond_de_page.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#conteneur_principal {
	position:relative;
	margin:auto;	/* centrage du contenu */
	padding:0;
	text-align:justify;
	width:750px;
}


#bandeau_sup {
	position:relative;
	width:750px;
	height:118px;
	overflow:hidden;
}

#conteneur_secondaire {
	position:relative;
	left:26px;
	width:697px;
}

#bloc_sup {
	position:relative;
	height:199px;
	border-bottom:1px solid #ababab;
}

#bloc_sup_gauche {
	position:relative;
	float:left;
	margin-top:10px;
	width:338px;
}

#diaporama {
	position:relative;
	top:1px;
	margin:0;
	padding:0px 0px 0px 1px;
	width:347px;
	height:197px;
	overflow:hidden;
	border-left:1px solid #c7c7c7;
	float:right;
}

#contenu {
	position:relative;
	padding:0;
	margin:30px 0px 20px 0px;
	text-align:justify;
}

#colonne_gauche {
	border:1px solid red;
	width:280px;
	margin-right:20px;
	float:left;
}



table.sous_menu 
{
	margin-top:-30px;
	
}



#div_bas_de_contenu {
	clear:both;
}

#bandeau_bas {
	position:relative;
	height:36px;
	padding:10px 10px 0px 0px;
	background-image:url(../images/bandeau_bas.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	color:#FFFFFF;
	text-align:right;
}


#copyright {
	position:absolute;
	display:block;
	top:10px;
	left:10px;
	text-align:left;
}

#bandeau_bas a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}

#bandeau_bas a span {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}




#menu_bas {
	position:relative;
	height:36px;
	background-image:url(../images/bandeau_bas_reflet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	font-size:11px;
	color:#000000;
	text-align:center;
	padding:12px 5px 5px 5px;
	margin:5px 0px 0px 0px;
}


#menu_bas a {
	display:inline;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

#menu_bas a:hover {
	color:#FF6600;
	text-decoration:underline;
}



#coordonnees_bas {
	clear:both;
	text-align:center;
	font-size:12px;
	color:#999999;
}

#coordonnees_bas a{
	color:#999999;
	text-decoration:underline;
	font-size:12px;
}

/* --------------------------------------------*/
/* STYLES POUR LE REFERENCEMENT */
#baseline {
	position:relative;
	width:760px;
	margin-top:50px;
	border-top:1px solid #666666;
	padding-top:5px;
	background-color:#ffffff;
	font-size:10px;
	color:#999999;
	text-align:justify;
	line-height:9px;
}

#kbeta {
	position:relative;
	width:1px;
	height:1px;
	overflow:hidden;
}

