/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF99;
	background-color: #333333;
}
.ital{
	font-style: italic;
}
.rem{
	color:#FF0000;
	font-size: small;
}
.tit_chapi{
	font-weight: bold;
	font-size: small;
}
.tit_page{
	font-weight:bold;
	font-size:large;
	font-style: italic;
}	

.tit_general{
	font-weight:bold;
	font-size:x-large;
	font-style: italic;
}
.table{
	background-color:#FFCCCC;
	background-image: url(images_fonds/fond_creme.gif);
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9900;
	text-decoration: underline;
}	
#conteneur{
	position:absolute;
	width:auto;
	left: 0px;
	top: 0px;
}

#header {
	position: absolute;
	left: 4px;
	top :1px;
	width:100%;
	height: 110px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: #333333;
}
#header_g {
	float: none;
	width: 15%;
	height: 92px;
	position: absolute;
	top: 5px;
}
#header_d {
	float: none;
	margin: 1%;
	height: 80px;
	width: 80%;
	position: absolute;
	top: 0px;
	left: 15%;
}
#header_navi{
	height: 10px;
	width: 80%;
	position: absolute;
	top: 90px;
	left: 15%;
}

#gauche {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 18%;
	height: 400px;
	border-top-width: thin;
	padding: 1%;
	text-align: center;
	background-color: #333333;
}	
#centre {
	position: absolute;
	left: 20%;
	top:115px;
	width: 58%;
	height: 400px;
	border-top-width: thin;
	padding: 1%;
	text-align: center;
	background-color: #333333;
}

#centre_2 {
	position: absolute;
	left: 20%;
	top:118px;
	width: 78%;
	height: 400px;
	border-top-width: thin;
	padding: 1%;
	background-color: #333333;
}
#centre_2g {
	position: absolute;
	left: 10%;
	top:118px;
	width: 88%;
	height: 400px;
	border-top-width: thin;
	background-image: url(images_fonds/degrade_creme_600.jpg);
	padding: 1%;
}

#centre_3 {
	position: absolute;
	left: 1%;
	top:115px;
	width: 99%;
	height: 400px;
	border-top-width: thin;
	background-image: url(images_fonds/degrade_creme_600.jpg);
	padding: 1%;
	text-align: center;
}


#droite {
	position: absolute;
	left: 80%;
	top:115px;
	width: 18%;
	height: 400px;
	background-image: url(images_fonds/degrade_creme_600.jpg);
	padding: 1%;
	text-align: center;
}
#bas {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 520px;
	left: 0%;
	background-image: url(images_fonds/degrade_bleu.jpg);
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: thin;
	clip: rect(2,auto,auto,1);
	}
