html,body
{
	background-image:url(images/gris_093.jpg);
}



#conteneur
{
	margin:auto;
	width:800px;
}



#entete
{
	background-image:url(images/png/0101.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:white;
	width:800px;
	height:99px;
	border:solid black 1px;
}

#entete img
{
	border:none;
}



#menu
{
	background-image:url(images/textures/noir_31726.jpg);
	background-color:white;
	height:40px;
	margin-top:10px;
}

#menu p
{
	text-align:center;
}

#menu a
{
	margin-left:20px;
	margin-right:20px;
}

#menu a img
{
	border:none;
	margin-top:10px;
}

#menu .center
{
	margin-left:90px;
}



#contenu
{
	background-color:white;
	min-height:200px;
	border:red solid 1px;
	border-top:none;
	margin-top:-20px;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

#contenu p
{
	text-indent:20px;
}

#contenu h2
{
	text-align:center;
	padding-top:20px;
	margin-bottom:30px;
}

#contenu h4
{
	text-decoration:underline;
	font-weight:bold;
	padding-left:15px;
}

#contenu a
{
	color:red;
	text-decoration:none;
}

#contenu a:hover
{
	text-decoration:underline;
}

#contenu img
{
	float:right;
}

#contenu .underline
{
	text-decoration:underline;
}

#contenu ul li
{

}

#contenu .small
{
	font-size:13px;
}

#top_left
{
	background-image:url(images/coin1.gif);
	float:left;
	margin-left:-21px;
	width:66px;
	height:66px;
}

#top_right
{
	background-image:url(images/coin2.gif);
	float:right;
	width:66px;
	height:66px;
	margin-right:-21px;
}



#pied_de_page
{
	padding-right:40px;
	padding-top:10px;
}

#pied_de_page img
{
	border:none;
}

#pied_de_page .left
{
	float:left;
	padding-left:40px;
	font-weight:bold;
	margin-top:0px;
}

#pied_de_page .right
{
	float:right;
	margin-top:0px;
	text-align:right;
}

#pied_de_page .pp
{
	padding-top:40px;
	font-size:12px;
	font-weight:bold;
}

