@charset "utf-8";
#main1 {
	height: 253px;
	height: 280px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #a5a5a5;
}
#spacer_1 {
	height: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	border-color: #a5a5a5;
}
#spacer_2 {
	height: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	border-color: #a5a5a5;
	
}
#main3 {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a5a5a5;
	border-bottom-color: #a5a5a5;
	border-left-color: #a5a5a5;
}

/***** Bloc Intro *****/
#intro {
	float: left;
	width: 480px;
}
#main1_inside {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/***** Bloc droite *****/
.bloc_droite {
	text-align:right;
	float:right;
	width: 420px;
	right: 0px;
}
.bloc_droite_title {
	border-bottom-color: #7E7E7E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bloc_droite_subtitle {
	float:left;
	font-size:9px;
	color: #7E7E7E;
	vertical-align:text-bottom;
	margin-top:10px;
}
.bloc_droite_content{
	margin-top:9px;
}
.bloc_droite_links {
	
}
.bloc_droite_previews {
	float:left;

}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
/***** Ligne de tags *****/

#tags {
	color: #7E7E7E;
	text-align:center;
	float: none;
	height: 37px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #a5a5a5;
	border-right-color: #a5a5a5;
	border-bottom-color: #a5a5a5;
	border-left-color: #a5a5a5;
	overflow: hidden;
	white-space: nowrap;
}

/***** Bloc photos *****/
#main2 {
	background-color: #000000;
	height: 240px;
	text-align:center;
	padding:10px;
	white-space:nowrap;
}
#main2_photo1 {
	float:left;
}
#main2_photo3 {

	
}
#main2_photo2 {
	float:right;

}

#main3_inside {
	margin-right: 5px;
	margin-left: 5px;
}
#derniers_tirages {
	float: left;
	width: 420px;
}
#derniers_tirages_title {
	border-bottom-color: #7E7E7E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.derniers_tirage_item {
	height:61px;
	margin-left:5px;
}
.derniers_tirage_item_photo{
	float:left;
	width:135px;
}
.derniers_tirage_item_texte{
	margin-top:9px;
}
.renvoi{
	text-align:right;
	color:#FE6600;
	font-weight:bold;
}
.about{
	clear:both;
	text-align:right;
	margin-bottom:8px;
}