@charset "UTF-8";
/* CSS Document */

a:link {
	color: #04568e;
	}
	a:visited {
	color: #04568e;
	}
	a:hover {
	color: #7d257a;
	}
	a:active {
	color: #04568e;
	}
	

.center{
	color: #04568e;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:center;
	}
	
.texte{
	color: #04568e;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	}

.texte-blanc{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	margin-left:39px;
	margin-top:14px;
	}
	
.texte-violet1{
	color: #7d257a;
	font-weight: bold;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:39px;
	line-height:17px;
	}
	
.texte-violet2{
	color: #7d257a;
	font-weight: bold;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:17px;
	}
	
.texte-violet{
	color: #7d257a;
	font-weight: bold;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:17px;
	}
	
.titre{
	color: #04568e;
	font-weight: bold;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	}
	
.texte-marge{
	color: #04568e;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:39px;
	line-height:17px;
	}
	
*
{
	margin: 0;
	padding: 0;
}

body
{	
	background:url(images/bg.jpg) repeat-x;
	background-color: #b0e6fe;
	text-align:center;
}

div#conteneur
{
	width: 857px;
	text-align: left;
	margin: 0 auto;
}

div#bandeau
{
	width: 857px;
	height:188px;
	float:left;
	background:url(images/bandeau.jpg) no-repeat;
}

div#contenu
{
	width: 857px;
	float:left;
	background:url(images/bg-contenu1.png) repeat-y;
}

div#menu-h
{
	width: 857px;
	height:29px;
	float:left;
	background:url(images/menu-h.jpg) no-repeat;
}

div#int
{
	width: 708px;
	float:left;
	background:url(images/bg-contenu.png) repeat-y;
}

div#int-contenu
{
	width: 673px;
	float:left;
	padding-right:35px;
}

div#int-h
{
	width: 708px;
	height:26px;
	background:url(images/contenu-h.png) no-repeat;
}
div#int-b
{
	width: 708px;
	float:left;
	background:url(images/contenu-b.png) no-repeat;
}

div#titre
{
	width: 708px;
	float:left;
	background:url(images/fond-titre.png) repeat-y;
}

div#menu-d
{
	width: 149px;
	float:right;
	background:url(images/menu-d.jpg) no-repeat;
}


div#footer
{
	width: 857px;
	float:left;
	background:url(images/footer.png) no-repeat;
	
}
