/*Applicable wide site*/

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #333333;
}

a {
	color: #6F0000;
	text-decoration: underline;
}

h1
{
	margin: 15px 10px 10px 10px;
	font-size: medium;
	color: #6F0000;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}

p { margin: 5px 15px 0 10px; }

/*img { display: block; }*/

blockquote
{
	margin: 15px 15px 0 30px;
	font-size: x-small;
	line-height: 125%;
}

.xsmall
{
	margin: 5px 15px 5px 10px;
	font-size: x-small;
	line-height: 125%;
}

.txtmenu {
	margin: 5px 15px 0 10px;
	font-size: x-small;
	line-height: 150%;
	color: #6F0000;
}

/* BOITES */

/* Ensemble de la page */
#page {
	margin-left:auto;
	margin-right:auto;
	width:744px;
	padding-top: 5px;
	margin: 0;
	width: 100%;
}

#bg_header {
	margin-left:auto;
	margin-right:auto;
	height : 91px;
	width:744px;
	background-image: url(pics/bgen_header.gif);
	background-repeat: no-repeat;
}

#ban_header {
	position:relative;
	width:230px;
	top:6px;
	left:6px;
	float:left;
}

#text_header {
	color: #EEEEEE;
	line-height: 120%;
	padding-top: 20px;
}

#bg_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 744px;
	min-height:420px;
	background-image: url(pics/bgen_center_rep.gif);
	background-repeat: repeat-y;
}

#content {
	position: relative;
	width: 708px;
	left: 18px;
	/*border: 1px gray dotted;*/
}

#centre {
margin-left: 162px;
margin-right: 146px;
}

#centre_2col {
	margin-left: 158px;
}

#gauche {
position: absolute;
left:0;
width: 162px;
}
#droite {
position: absolute;
right:0;
width: 146px;
}

.boite_col_g_top {
	width: 146px;
	height: 10px;
	font-size: 1px;
	background-image: url(pics/bg_col_top.gif);
	background-repeat: no-repeat;
}
.boite_col_g {
	width: 146px;
	background-image: url(pics/bg_col_rep.gif);
	background-repeat: repeat-y;
}

.col_content {
	position:relative;
	width:130px;
	left:5px;
}

.boite_col_g_bot {
	width: 146px;
	height: 15px;
	background-image: url(pics/bg_col_bot.gif);
	background-repeat: no-repeat;
}

#bg_footer
{
	margin-left: auto;
	margin-right: auto;
	width: 744px;
	height:100px;
	background-image: url(pics/bgen_footer.gif);
	background-repeat: no-repeat;
}

#ban_footer {
	position:relative;
	top:11px;
	left:6px;
}

#sub_footer {
	text-align: center;
	color: #333333;
	font-size: xx-small;
}