/*Définition des calques d'affichages*/

#c_titre {
	width:998px;
	height:105px;
	z-index:0;
	background-color:"lightblue";
	background-image:url(../images/img-hautpage.jpg);
}
#c_navig {
	width:998px;
	height:21px;
	z-index:0;
	background-image:url(../images/img-navig.jpg);
}

#c_page {
	width:998px;
	z-index:0;
/*	background-image:url(../images/img-page.jpg);	 */
}

#c_colgauche {
	float:left;
	width:155px;
	z-index:1;
	text-align:"center";
/*	background-image:url(../images/img-colgauche.jpg);*/
}

#c_colcentre {
	float:left;
	width:677px;
	z-index:1;
}

#c_coldroite{
	float:left;
	width:155px;
	z-index:1;
}

#c_finpage {
	width:997px;
	height:105px;
	z-index:1;
	float:left;
	background-image:url(../images/img-piedpage.jpg);
}

#c_rubriquegauchecolcentre {
	float:left;
	width:336px;
	z-index:1;
}

#c_rubriqueintermediairecolcentre {
	float:left;
	width:4px;
	z-index:1;
}

#c_rubriquedroitecolcentre {
	float:left;
	width:336px;
	z-index:1;
}

#c_enteterubriquedemicolcentre {
	float:left;
	width:334px;
	height:30px;
 	background-image:url(../images/entete-rubrique.jpg);
	text-align:center;
	font-size:large;
	z-index:1;
}

#c_txtrubriquedemicolcentre {
	float:left;
	width:333px;
	background-color:#FFFFFF;
	z-index:1;
}

#c_rubriqueintermediairedemicolcentre {
	float:left;
	width:333px;
	height:5px;
	z-index:1;
}

/*Définition des firmatages des éléments visuels */

body {
font-family:"Georgia", Times New Roman, Times, serif;
font-size:12px;
}

table {
font-size:12px;
}

a {
text-decoration:none;
font-size:10px;
color:#C9E7F2;
font-weight:bolder;
}

a:hover {
color:#055C6D;
}

