html {
	margin: 0;
	padding: 0;
	}
body {
	margin:0 0 0 0;
	background-color:#ffffff;
	}
	
/*les div*/
	
#site {	
	background:url(../images/prolonge.jpg) repeat-x;
	width:100%;
	height:200px;
	}
	

	
#bandeau {
	background:url(../images/bandeau.jpg);
	width:989px;
	height:160px;
	}

#menu {
	width:200px;
	float:left;
	}
	

	

/*les class*/

.titre
{
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}
.titrevert
{
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	color:#008000;
	font-weight:bold;
	text-align:center;
}
.corps
{
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	color:#000080;
	font-weight:bold;
	text-align:center;
}
.corpsrouge
{
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}
.piedpage 
{
	background:url(../images/fin.jpg);
	width: 100%;
	height: 28px;
	padding-top:10px;
	text-align:center;
	}
	
.corpsblanc
{
	text-align:center;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
.corpsbigblanc
{
	text-align:center;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

/*les liens*/


a.credit:link, a.credit:visited {
	display: block;
	text-align:center;
	background: url(../images/00_signature_ultra.jpg) no-repeat;
	height: 20px;
	width: 130px;
	vertical-align: middle;
}

a.credit:hover {
	background-position: 0px -19px;
	text-decoration: none;
	color: #fff;
}

a.credit_maggic:link, a.credit_maggic:visited {
	text-align:center;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

a.credit_maggic:hover {
	text-decoration: underline;
}

