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

a:link {
	color: #ed7919;
	}
	a:visited {
	color: #ed7919;
	}
	a:hover {
	color: #00a4be;
	}
	a:active {
	color: #ed7919;
	}		

		
.texte{
	color: #663300;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.texte-bleu{
	color: #00a4be;
	font-weight: normal;
	font-size: 16px;
	font-family:Georgia, Times, serif;
	margin-left:100px;
	}
	
.texte-bleu2{
	color: #00a4be;
	font-weight: normal;
	font-size: 16px;
	font-family:Georgia, Times, serif;
	}
	
.texte-orange{
	color: #ed7919;;
	font-weight: normal;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:77px;
	}

.texte-orange2{
	color: #ed7919;;
	font-weight: normal;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:100px;
	}
	
.texte-orange3{
	color: #ed7919;;
	font-weight: normal;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
*
{
	margin: 0;
	padding: 0;
}

body
{	
	background:url(images/fleur.jpg) repeat-y;
	background-color: #663300;
	text-align:center;
}

div#conteneur
{
	width: 837px;

	text-align: left;
	margin: 0 auto;
}

div#logo
{
	width: 837px;
	height:235px;
	background:url(images/logos/logo.jpg) no-repeat;
}

div#contenu
{
	width: 524px;
	
	float:left;
	background:url(images/fond.jpg) no-repeat;
}

div#menu
{
	width: 313px;
	height:500px;
	float:right;
}

div#liens
{
	width: 524px;
	float:left;
	background:url(images/fond2.jpg) no-repeat;
}
div#liens2
{
	width: 230px;
	float:right;
}

div#mentions
{
	width: 524px;
	text-align: center;
	margin: 0 auto;
	
}

