/*
Design global du site
Couleur, Div, police ...
*/

body {
	background-image: url(images/fond.png);
	background-repeat: repeat;
}

a img 
{ 
border: none; 
} 
/* L'ensemble du site */

#corps {

}

#contenu_page
{
	margin:auto;
	padding-left: 150px;
	width:921px;
	height:501px;
}

#cadre_gauche
{
	float: left;
	margin-right: 5px;
}

#cadre_centre
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#cadre_droit
{
	float: left;
	margin-left: 5px;
}


#cadre_bas
{
	text-align: center;
	width:750px;
	margin:auto;	
	margin-top: 5px;
}

#cadre_haut
{
	text-align: center;
	width:750px;
	margin:auto;	
	margin-top: 5px;
	margin-bottom: 10px;	
}

#commentaires
{
	background-color: white;
	background-image: url(images/fond_commentaires.png);	
	border-style:solid;
	border-width:1px;
	text-align: center;
	width:921px;
	margin:auto;	
	margin-top: 5px;
	font-family: CooperBlackStd, Verdana, sans-serif;
}

#liens , a
{
	font-size: 10px;
	margin-top: 5px;
	text-decoration : none;
	color: gray;
	text-align: center;
	width:921px;
	margin:auto;	
	font-family: CooperBlackStd, Verdana, sans-serif;
}


