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

/*****************/

body {
	background-image:url(body/fond.jpg);
	font-family: Comic Sans MS;
	color: #120091;
}

/* Textes */

h1 {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size: 32px;
	font-weight:bold;
	color: #a04080;
	text-align:center;
}

h2 {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size: 24px;
	font-weight:bold;
	color: #a04080;
	text-align:center;
}

/* Liens */

a.menu:link {
	margin-left: 10px;
	font-size: 20px;
	color: #3399ff;
}
a.menu:visited {
	margin-left: 10px;
	font-size: 20px;	
	color: #3399ff;
}
a.menu:hover {
	margin-left: 15px;
	font-size: 21px;
	color: #120091;
}

a.image:link {
	color: #ffffff;
}
a.image:visited {
	color: #ffffff;
}
a:link {
	color: #009900;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #ff0000;
}

/*****************/

.ombre_gauche {
	width: 14px;
	background-image:url(partie_centrale/ombre_gauche.jpg);
}
.ombre_droite {
	width: 19px;
	background-image:url(partie_centrale/ombre_droite.jpg);
}

/*****************/

.haut_conteneur {
	width: 1000px;
	height: 130px;
}
	.haut_gauche {
		width: 30px;
		height: 130px;
		background-image:url(haut_page/gauche.jpg);
		float: left;
	}
	.haut_centre {
		width: 940px;
		height: 130px;
		background-image:url(haut_page/centre.jpg);
		float: left;
	}
	.haut_droite {
		width: 30px;
		height: 130px;
		background-image:url(haut_page/droite.jpg);
		background-position: top right;
		float: left;
	}

/*****************/

.bas_conteneur {
	width: 1000px;
	height: 50px;
}
	.bas_gauche {
		width: 40px;
		height: 50px;
		background-image:url(bas_page/gauche.jpg);
		float: left;
	}
	.bas_centre {
		width: 920px;
		height: 50px;
		background-image:url(bas_page/centre.jpg);
		float: left;
	}
	.bas_droite {
		width: 40px;
		height: 50px;
		background-image:url(bas_page/droite.jpg);
		float: left;
	}

/*****************/

.colonne_gauche {
	width: 216px;
	float:left;
}
.colonne_gauche_news {
	width: 100%;
	height: 56px;
	background-image:url(colonne_gauche/fond_news.jpg);
	background-repeat:no-repeat;
}
.colonne_gauche_titre {
	width:100%;
	height:22px;
	background-image:url(colonne_gauche/fond_titre_case.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	text-align:right;
}

.colonne_gauche_section {
	width: 100%;
	padding-top:15px;
	padding-bottom: 3px;
	background-image:url(colonne_gauche/fond_section.jpg);
}

.colonne_gauche_section_bas {
	width: 100%;
	height: 8px;
	background-image:url(colonne_gauche/fond_section_bas.jpg);
	font-size: 1px;
	background-position:bottom;
}

/*****************/

.colonne_centre {
	width: 480px;
	float:left;
}

.footer {
	width:100%; 
	padding-top:20px; 
	clear:both;
	text-align:center;
	font-size: 10px;
}

/*****************/

.partie_centrale {
	width: 741px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.tableau_principal {
	width: 100%;
	background-color:#FFFFFF;
}



/*****************/


