/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------------------------------------------*/


/* ---------- Tools ------------ */
.bold{font-weight:bold;}


.ul1 {
	color: #226E05;
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
}

/* ------- FONT ------ */


.txt1{
	color:#063;
	font-size:26px;
}

.txt2{
	color:#063;
	font-size:20px;
}

.txt3{
	color:#333;
	font-size:12px;
	line-height:20px;
}

.clear_both{
	clear:both;	
}


.gradient1{
	background: rgb(248, 245, 2);
background: -moz-linear-gradient(0deg, rgb(248, 245, 2) 30%, rgb(255, 255, 255) 82%);
background: -webkit-linear-gradient(0deg, rgb(248, 245, 2) 30%, rgb(255, 255, 255) 82%);
background: -o-linear-gradient(0deg, rgb(248, 245, 2) 30%, rgb(255, 255, 255) 82%);
background: -ms-linear-gradient(0deg, rgb(248, 245, 2) 30%, rgb(255, 255, 255) 82%);
background: linear-gradient(90deg, rgb(248, 245, 2) 30%, rgb(255, 255, 255) 82%);
}

/*---------------- */
body{
	background: url("img/back_global.jpg") repeat-x scroll  #7B7F28;
    font-family: arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}


#global{
	 /* background-color: #FFF; */
   	 height: auto;
   	 margin-left: auto;
   	 margin-right: auto;
	 margin-top: 12px;
   	 min-height: 200px;
   	 width: 960px;
}

#header{
	width:100%;
	height:80px;
	background-color:#999;
	background: url("img/back_header.jpg") repeat-y scroll  #7B7F28;
	-moz-border-radius-topright: 59px;
	-webkit-border-top-right-radius: 59px;
	border-top-right-radius: 59px;
}


#header #logo{
	float:left;
	margin-left:20px;
	margin-top:5px;
}


#header #slogan{
	float:right;
	margin-right:80px;
	margin-top:35px;
}


#header_footer{
	width:100%;
	height:32px;
	background-color:#999;
	background: url("img/corner_header.png") no-repeat scroll right top ;
	margin-top:-1px;
}



#content{
	width:100%;
	background-color:#FFF;
	-moz-border-radius-topright: 59px;
	-webkit-border-top-right-radius: 59px;
	border-top-right-radius: 59px;
	min-height:500px;
	height:auto;
}

#list_wrap {
	float:left;
	height:175px;
	background-color:#aeb140;
 	margin-top:15px;
	margin-left:10px;
 	width:930px;
 	-moz-border-radius-topright: 43px;
	-webkit-border-top-right-radius: 43px;
	border-top-right-radius: 43px;
	background: url("img/back_tournesol.jpg") no-repeat scroll left top #aeb140 ;
}

#list_wrap  #head_list{
	margin-right:100px;
	margin-top:20px;
	float:right;
}


#list_wrap   #content_list{
	clear:both;
	margin-right:70px;
	margin-top:10px;
	float:right;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}


#list_wrap   #content_list li{
	margin-top:6px;	
	width:370px;
}

#bloc1 {
	float:left;
	width:400px;
	height:55px;
	background-color:#FF0;
	margin-top:25px;
		margin-left:10px;

}


#bloc1 .text{
	float:left;
	margin-left:10px;
	margin-top:12px;
	color:#F00;
	font-weight:bold;
	/*text-align:center;*/
	font-size:14px;
	position: relative;
	bottom: 5px;
	}

#bloc2 {
	float:right;
	margin-right:20px;
	margin-top:25px;
	background-color:#CCC;
	width:400px;
	height:78px;
	background: url("img/back_bloc_2.jpg") no-repeat scroll left top  ;
}


#bloc2:hover{opacity: 0.8;}

#bloc2 .text{
	float:left;
	margin-left:109px;
	margin-top:7px;
	color:#F00;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}


.vignette_wrapper {
	margin-top:15px;
	width:945px;
	min-height:10px;
	height:auto;
	float:left;
	padding-left:15px;
	padding-bottom:15px;
	border-bottom:5px solid #aeb140;
}

.vignette_wrapper .vignette{
	float:left;
	width:220px;
	height:227px;
	margin-right:15px;
	margin-top:10px;
	background-color:#CF3;
	}
	
	
.vignette_wrapper .vignette .vign_comment{
	position:relative;
	 right:0px;
  	bottom:-150px;
   background-color: #ffff00;
}


.vignette_wrapper .vignette.vign_1{background: url("img/back_vign_1.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_2{background: url("img/back_vign_2.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_3{background: url("img/back_vign_3.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_4{background: url("img/back_vign_4.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_5{background: url("img/back_vign_5.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_6{background: url("img/back_vign_6.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_7{background: url("img/back_vign_7.jpg") no-repeat scroll left top  ;}
.vignette_wrapper .vignette.vign_8{background: url("img/back_vign_8.jpg") no-repeat scroll left top  ;}

#footer {
	text-align:left-side;
	color:#333;
	padding-bottom:13px;
	padding-top:13px;
	background-color:#FFF;
	font-size:12px;
	line-height:16px;
	font-weight:"";
	padding-left:15px;
	}

































