/*Styles gen
applicables wide site...*/

/* SELECTEURS */
a {
	color: #6F0000;
	text-decoration: underline;
	font-size: x-small;
}

.a_norm {
	color: #6F0000;
	text-decoration: underline;
	font-size: small;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	/*background:#CCCCCC url(pics/bg.jpg) repeat-x fixed;*/
}

table {
	text-align:left;
	/*margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;*/
}

/* BOITES */
#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 : 93px;
	width:744px;
	background-image: url(pics/bg_gen_top.gif);
	background-repeat: no-repeat;
}

#logo {
	position:relative;
	width:250px;
	height:71px;
	top:8px;
	left:7px;
	float:left;
}

#entete {
	width: 690px;
	color: white;
	line-height: 130%;
	padding-top: 20px;
}

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

#bg_footer {
	margin-left:auto;
	margin-right:auto;
	width:744px;
	min-height:100px;
	background-image: url(pics/bg_gen_bot.gif);
	background-repeat: no-repeat;
}
#sub_footer {
	text-align: center;
	color: #333333;
	font-size: xx-small;
}
.a_sub_footer {
	text-align: center;
	color: #333333;
	font-size: xx-small;
}
.small_text {
	color: #333333;
	font-size: xx-small;
}

#bg_ban {
	position:relative;
	width:730px;
	height:80px;
	top:12px;
	left:7px;
	float:left;
}

/* Col Gauche*/
#col_g {
	position: relative;
	width: 160px;
	left: 8px;
	/*float:left;*/
}
.boite_col_g_top {
	width: 155px;
	height: 10px;
	background-image: url(pics/bg_col_top.gif);
	background-repeat: no-repeat;
}
.boite_col_g {
	width: 140px;
	background-image: url(pics/bg_col_rep.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 15px;
}

.boite_col_g_bot {
	width: 155px;
	height: 10px;
	background-image: url(pics/bg_col_bot.gif);
	background-repeat: no-repeat;
}
.color_red {
	color: #6F0000;
}

/*contenu d*/

#col_d {
	width: 543px;
	margin-right: 25px;
	/*padding-right: 25px;*/
	float: right;
}
.clear {clear: both;}

#text_centred {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#text_lefted {
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
#copyright {
font-size: xx-small;
}
#copyright a {
	color: inherit;
	font-size: xx-small;
}