/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2F1700;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 50px;
}
.ital{
	font-style: italic;
}
.m{
	background-color:#CCFFFF;
	color:#FF0000;
	font-weight: bold;
}
.p{
	background-color:#FFFF99;
	color:#FF0000;
	font-weight: bold;
}
.d{
	background-color:#99CC99;
	color:#006600;
	font-weight: bold;
}

.rem{
	color:#FF0000;
	font-size: small;
}
.tit_chapi{
	font-weight: bold;
	font-size: small;
	color: #2F1700;
}
.tit_rouge{
	font-weight: bold;
	font-size: small;
	color: #FF0000;
}

.tit_page{
	font-weight:bold;
	font-size:large;
	font-style: italic;
}	

.tit_general{
	font-weight:bold;
	font-size:x-large;
	font-style: italic;
}
.table{
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}	
#conteneur{
	position:absolute;
	width:900px;
	left: 10px;
	top: 0px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
	border: #402000 solid 1px;
	background-image: url(../images/img_layout/carre_brun.gif);
}

#cont_horo{
	position:absolute;
	width:500px;
	left: 10px;
	top: 0px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
	border: #402000 solid 1px;
	background-image: url(../images/img_layout/carre_brun.gif);
}
#mini-conteneur{
	width:600px;
	left: 10px;
	top: 0px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	border: #402000 solid 1px;
	background-image: url(../images/img_layout/carre_brun.gif);
	float: left;
}

#vert{
	width: 225px;
	height: 600px;
	padding: 5px;
	text-align: center;
	float: left;
	border-right-color: #330000;
	border-right-style: solid;
	border-right-width: 1px;

	}
#header {
	position: relative;
	width:900px;
	height: 110px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	float: left;
}
#header_g {
	float: none;
	width: 15%;
	height: 100px;
	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: 89px;
	left: 134px;
}

#gauche {
	height: auto;
	border-top-width: thin;
	padding: 5px;
	text-align: center;
	float: left;
	width: 140px;
}	
#centre {
	width: 590px;
	height: auto;
	padding: 5px;
	text-align: center;
	float: left;
}

#centre_2 {
	width: 740px;
	height: auto;
	border-top-width: thin;
	padding: 5px;
	float: left;
}
#centre_2g {
	width: 780px;
	height: auto;
	border-top-width: thin;
	padding: 0;
	margin-left: 120px;
	float: left;
}

#centre_3 {
	top:115px;
	width: 860px;
	height: auto;
	text-align: center;
	float: right;
}


#droite {
	width: 140px;
	height: auto;
	text-align: center;
	float: left;
	padding: 5px;
}
#bas {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 520px;
	left: 0%;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: thin;
	clip: rect(2,auto,auto,1);
	}
