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:121px;
}

#logo{
	width:425px;
	margin-right:auto;
	float:left;
	
}
#text_intro{
	width:350px;
	min-height:121px;
	height: 121px;
	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:121px;
	width:424px;
	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;
}

/* ARCHIVE PAGES SYSTEM*/
.page_button{
	padding:2px;
	margin:2px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:2px solid #555;
	background-color:#333;
	width:18px;
	text-align:center;
	text-decoration:none;
}
.page_button a,
.page_button a:link,
.page_button a:active,
.page_button a:visited{
	display:block;
	color:#FF9900;
	text-decoration:none !important;
}
.page_button a:hover{
	text-decoration:none;
}

.page_previous,
.page_next{
	width:65px;
	text-decoration:none;
}


