body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#ffffcc;
}
#c_1 a {
	color: #b30000;
}
#c_1 a:link {
	text-decoration: none;
}
#c_1 a:visited {
	text-decoration: none;
	color: #b30000;
}
#c_1 a:hover {
	text-decoration: none;
	color: #000000;
}
#c_1 a:active {
	text-decoration: none;
	color: #000000;
}
div.thumb a img{
	border: 1px;
	border-style:solid;
	border-color:#b30000;

}
div.thumb a:hover img{
	border-color:#000000;
}

#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:920px;
	margin-left:auto;
	margin-right:auto;	
}
#header{
	height:125px;
}

#logo{
	height:100px;
	width:460px;
	margin-right:auto;
	float:left;
	
}

#logo .bookmark_link{
	display:block;
	width:440px;
	padding-top:100px;
	position:absolute;
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
	
}
#logo .bookmark_link:hover{
	color:#990000;
}
.text_intro{
	width:450px;
	min-height:100px;
	height: 100px;
	margin-left:auto;
	margin-top:5px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	text-align:left
}
.text_intro a,
.text_intro a:link,
.text_intro a:active,
.text_intro a:visited{
	color:#b30000;
	text-decoration:underline;
}
.text_intro a:hover{
	color:#b30000;
	text-decoration:none;
}
h1{
	margin:0px;
	height:112px;
	width:460px;
	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:920px;
	position:static;
	color:#000000;
	float:left;
	clear:both;
}

/* ARCHIVE PAGES SYSTEM*/
.page_button{
	padding:2px;
	margin:4px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000;
	background-color:#ffffcc;
	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:#EEE;
	background-color:#DDDDBB;
	text-decoration:none !important;
}
.page_button a:hover{
	background-color:#ffffcc;
	color:#FFFFFF;
	text-decoration:none;
}

.page_previous,
.page_next{
	width:65px;
	text-decoration:none;
}



/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	float:left;
	clear:both;
	width:920px;
	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:#b30000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

