*
{
	margin:0;
	padding:0;
}

img  {
	border: 0;
}

a img
{
	border:none;
}

.gras
{
	font-weight: bold;
}

#hr{
	clear:both;
}

/**********************************************************************************/
/*** Général **********************************************************************/
html,body
{
	height:100%;
	background-image:url(../image/global/fond.gif);
}

#contenant
{
	width:1000px;
	margin:auto;
}

#contenant #menu
{

	height: 200px;
	width: 1000px;
}

#contenant #page
{
	float: left;
	height: auto;
	width: 1000px;
	/*OVERFLOW*/
	overflow:visible;
}

#page #gauche
{
	background-image: url(../image/global/fond-gauch.gif);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 240px;
}

#gauche #pubs
{
	width: 240px;
	height:auto;
	float:left;
	margin-top: 390px;
}

#page #centre
{
	background-image: url(../image/global/fond-centre.png);
	background-repeat: no-repeat;
	background-position:center;
	float: left;
	width: 535px;
	height:auto;
	/*OVERFLOW*/
	overflow:visible;
}

#page #droite
{
	float: left;
	height: auto;
	width: 225px;
}

#droite #news
{
	background-image: url(../image/global/fond-news.png);
	background-repeat: no-repeat;
	float: left;
	height: 240px;
	width: 225px;
	margin-top: 5px;
	overflow:hidden;
}

#droite #pubExt
{
	float: left;
	height: 46px;
	width: 225px;
	margin-top: 5px;
	overflow:hidden;
}

#droite #news h1
{
	font-family: Arial;
	font-size: 12px;
	text-align:left;
	color: #FFFFFF;
	width: 225px;
	margin-left: 10px;
	font-weight:bold;
}

#droite #news h3
{
	font-family: Arial;
	font-size: 10px;
	text-align:justify;
	color: #FFFFFF;
	width: 205px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight:normal;
}


#droite #news h2
{
	font-family: Arial;
	font-size: 11px;
	text-align:left;
	color: #FFFFFF;
	width: 215px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight:normal;
}

#droite #news p
{
	display:inline;
}

#droite #news #vide
{
	margin-top: 33px;
}



#droite #citation
{
	background-image: url(../image/global/fond-citation.png);
	background-repeat: no-repeat;
	float: left;
	height: 240px;
	width: 225px;
	margin-top: 5px;
}

#droite #citation h1
{
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	color: #FFFFFF;
	height: 20px;
	width: 225px;
	margin-top: 50px;
}

#droite #citation p
{
	font-family: Arial;
	font-size: 11px;
	text-align:justify;
	color: #FFFFFF;
	height: 120px;
	width: 195px;
	margin-top: 5px;
	margin-left: 15px;
}

#droite #chiffre
{
	background-image: url(../image/global/fond-chiffre.png);
	background-repeat: no-repeat;
	float: left;
	height: 240px;
	width: 225px;
	margin-top: 5px;
}

#droite #chiffre h1
{
	font-family: Arial;
	font-size: 24px;
	text-align:center;
	color: #FFFFFF;
	height: 20px;
	width: 225px;
	margin-top: 50px;
}

#droite #chiffre p
{
	font-family: Arial;
	font-size: 11px;
	text-align:justify;
	color: #FFFFFF;
	height: 120px;
	width: 195px;
	margin-top: 25px;
	margin-left: 15px;
}

#bas
{
	background-image: url(../image/global/fond-bas.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 1000px;
	clear:both;
	margin:auto;
}

#bas #menuSite
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	margin-top: 10px;
	margin-left: 400px;
	text-align:center;
}

#bas #menuSite a
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin-left: 3px;
}