@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
a img{border:none;}

a {
	text-decoration: none;
	color:#666666;
	border: none;}

.titre1 {
font-family:"trebuchet MS";
font-size:18px;
color:#8ba049;
text-align:left;
font-style:italic;

}

.titre2 {
font-family:"trebuchet MS";
font-size:16px;
color:#666666;
text-align:left;
}
.sous-titre {
font-family:"trebuchet MS";
font-size:14px;
color:#666666;
text-align:left;
}

.texte {
font-family:"trebuchet MS";
font-size:12px;
color:#666666;
text-align:left;
}



body {
	font-family: "trebuchet MS", Verdana, sans-serif;
	border-top: 4px solid #b1c76d;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	}

#container {
	width: 960 px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	position: relative;
	}
	
#header{
	width: 960px;
	min-height:160px; 
	overflow:visible;
	position:relative;
	z-index:0;
	margin:0 auto;
	display:block;  
	background:url('img/bg_header.png') repeat; 
	-webkit-transition: all 1200ms;}
	
#header-left {
	float:left;
	width:256px;
	background:url('img/logo.png') no-repeat;
	height:50px;
	margin-top:60px;
	-webkit-transition: all 300ms;}
	
#header-right {
	font-family:"trebuchet MS";
	font-size: 12px;
	float:right;
	margin-top:90px;
	-webkit-transition: all 300ms;
}

#header-right a:hover {
	color: #b1c76d;
}


#content {
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	}

#content_content {
	width: 960px;
	margin: 0 auto;
	height: auto;
}


#img {
	width:960px;
	height:215px;
	padding-bottom: 25px;
}
	
#left {
width:479px;
float:left;
text-align:left;
}

#leftleft {
float:left;
width:100px;
height:118px;
}

#leftright{
float:right;
width:359px;
padding-top:76px;
margin-bottom:10px;
}
	
#right {
width:479px;
float:right;
text-align:left;
}
	
