body, html
{
	margin:0px;
	width:100%;
	height:100%;
}

div.back_gauche
{
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background-image:url(../images/fnd_gauche.jpg);
	background-repeat:repeat-x;
	height:850px;
}

div.back_droite
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/fnd_droite.jpg);
	background-repeat:repeat-x;
	height:325px;
}

div.page
{
	width:1000px; 
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-align:justify;
	background-color:#FFFFFF;
	position:relative;
}

a
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}  
a.link_rect
{
	color:#160043;
	font-style:italic;
	font-weight:normal;
}
a.s_menu
{
	color:#004995;
}
a.s_menu:hover
{
    text-decoration:underline;
}

h2.partie_gauche
{
	font-family:Verdana;
	font-size:21px;
	color:#160043;
	font-weight:normal;
	margin:0px;
}
h3.partie_gauche
{
	font-family:Verdana;
	font-size:21px;
	color:#f9ba00;
	margin:0px;
	text-align:left;
}

div.titre_rect
{
	background-image:url(../images/head_rect_int.jpg);
	background-repeat:no-repeat;
	height:23px;
	background-position:right top;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	font-size:12px;
	padding-left:25px;
	padding-top:5px;
}
div.titre_rect_2
{
	background-image:url(../images/head_rect_int_2.jpg);
	background-repeat:no-repeat;
	height:23px;
	background-position:left top;
	font-family:Verdana;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
}
div.int_rect
{
	background-image:url(../images/int_rect_int.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding-left:3px;
    padding-right: 5px;
}
div.sous_menu
{
	position:absolute;
	top:208px;
	left:0px;
}
.conclusion
{
    color:#333399;
    font-weight: bold;
}