/* CSS Document */

/********/
/* HTML */
/********/
body {
	margin				: 0;
	background-image	: url(images/divers/fond_page.gif);
	background-repeat	: repeat-x;
	background-color	: #3F3131;
}

body, td, th, tr, p {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
}

a:link, a:visited, a:hover, a:active {
	color			: #3E3030;
	text-decoration	: none;
}

a:hover {
	color			: #797172;
	text-decoration	: none;
}


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

/******/
/* ID */
/******/

/* Structure */

#structure {
	width	: 1493px;
}

#bandeau {
	background-color	: #A10D2D;
}

#fond_contenu {
	background-color: #FFFFFF;
}

#contenu {
	width			: 651px;
	margin-left		: 20px;
	margin-bottom	: 20px;
	font-family		: Arial, Helvetica, sans-serif;
	color			: #3E3030;
	font-size		: 14px;
	font-weight		: bold;
	position		: relative;
}

/* Menu gauche */

#menu_gauche {
	background-color: #FFFFFF;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #3E3030;
	font-weight		: bold;
	margin-top		: 20px;
}

#menu_gauche a:link,
#menu_gauche a:visited,
#menu_gauche a:hover,
#menu_gauche a:active {
	color			: #A20F2C;
}

#menu_gauche a:hover {
	color			: #A20F2C;	/*3E3030*/
}

#menu_gauche .ssmenu {
	color			: #3E3030;
}

#menu_gauche .marge {
	margin-top		: 10px;
}

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

#edition {
	position			: relative;
	background-image	: url(images/divers/fond_contenu_edition.gif);
	background-repeat	: no-repeat;
	width				: 650px;
	height				: 614px;
	margin-top			: 10px;
	padding-top			: 10px;
	padding-left		: 10px;
}
#bt_navig {
	width			: 30px;
	height			: 12px;
	position		: absolute;
	right			: 0px;
	bottom 			: 0px;
	margin-bottom	: 80px;
	margin-right	: 30px;
}


#illustration {
	margin-top	: 20px;
}
/*************************************/

/*********/
/* CLASS */
/*********/

.fond_gris {
	background-color	: #3F3131;
}

.bordure {
	background-image	: url(images/divers/bordure.jpg);
	background-repeat	: repeat-y;
	background-position	: left;
}
.texte {
	margin		: 30px 50px 0 0;
	font-weight	: normal;
	color:#3F3031;
}
.texte_rouge {
	color	: #941530;
}
.img {
	margin-bottom	: 10px;
}
.size11 {	font-size	: 11px;	}
.size13 {	font-size	: 13px;	}
.size14 {	font-size	: 14px;	}
.size16 {	font-size	: 16px;	}