body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
#c_1 a {
	color: #f6cc24;
}
#c_1 a:link {
	text-decoration: underline;
}
#c_1 a:visited {
	text-decoration: underline;
	color: #f6cc24;
}
#c_1 a:hover {
	text-decoration: none;
	color: #eff624;
}
#c_1 a:active {
	text-decoration: none;
	color: #eff624;
}

#main{
	min-height:600px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:600px; /* taille max pour IE6 */
	width:780px;
	margin-left:auto;
	margin-right:auto;	
}
#header{
	height:116px;
}

#logo{
	width:478px;
	margin-right:auto;
	float:left;
	height:116px;
	
}
#text_intro{
	width:300px;
	min-height:116px;
	height: 116px;
	margin-left:auto;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
}
#text_intro a,
#text_intro a:link,
#text_intro a:active,
#text_intro a:visited{
	color:#f6cc24;
	text-decoration:underline;
}
#text_intro a:hover{
	color:#eff624;
	text-decoration:none;
}
h1{
	margin:0px;
	height:116px;
	width:478px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}

#c_1{
	min-height:600px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:600px; /* taille max pour IE6 */
	width:780px;
	position:static;
	color:#ffffff;
	float:left;
	clear:both;
}


/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	float:left;
	clear:both;
	width:780px;
	position:relative;
}
#footer p{
	margin-bottom:10px;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f6cc24;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

