/* CSS Document */

		ul.menu 		{	list-style-type: none;
							margin : 0;
							padding: 0;
						}
		ul.menu li 	{	float: left;
							margin-left: 0px;
							border: 0;
					
						}
		ul.menu ul 	{	position: absolute;
							display: none;
							list-style-type: none;
							margin: 0;
							padding: 0;
						}
		ul.menu ul li 	
						{	float: none;
							padding: 0;
						}
		ul.menu li a:link, ul.menu li a:visited
						{	display: block;
							text-align:center;
							color: #330000;
							font-family:Georgia, "Times New Roman", Times, serif;
							font-size:13px;
							background: #9b7455;
							margin:0;
							padding: 4px 4px 3px 4px;
							text-decoration: none;
						}
		ul.menu li a:hover
						{	background: #bf926f;	}
		ul.menu li:hover > ul
						{	display: block;	}
		ul.menu a	{	border:0px solid #FFCC99;	}
		
body {
	margin-top: 0px;
	background-image: url(images/pattern_100.gif);
}
a:hover {
	color: #33ff00;
	text-decoration: none;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: underline;
}
a:active {
	color: #330000;
	text-decoration: none;
}
#main {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF0D9;
	
}

#banner {
z-index:-1;
	
}

#content {
	width: 980px;
	margin: 0 auto;
	background-color:#FFF0D9;

}

#content_title {
	width: 935px;
	background:#FFF0D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left:45px;
	padding-top:20px;
	padding-bottom:10px;
	
}

#content_more {
	width: 940px;
	vertical-align:middle;
	padding-right:40px;
	padding-bottom:10px;
	text-align:right;
	background:#FFF0D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	
}


#content_more2 {
	width: 940px;
	vertical-align:middle;
	padding-right:40px;
	padding-bottom:0px;
	text-align:right;
	background:#FFF0D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

#content_text {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color:#330000;
	text-align:left;
	min-height:50px;
	background:#FFF0D9;
	padding-top:10px;
	padding-left: 45px;
	padding-right: 40px;
	line-height:150%;
}

#content_press {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#330000;
	text-align:center;
	min-height:50px;
	background:#FFF0D9;
	padding-left: 45px;
	padding-right: 40px;
	width: 110px;
	padding-bottom: 10px;
	padding-top: 10px;
}

hr {
	border:none;
	border-top:1px solid #9B7455;
}

#footer {
	width: 980px;
	height:20px;
	padding-top:5px;
	background-color:#9b7455;
	text-align:center;
	font-size:12px; 
	font-family:  "Times New Roman", Times, serif;
	
}

#footer2 {
	margin-top:5px;
	height:10px;
	font-size:12px; 
	font-family:  "Times New Roman", Times, serif;
	color:#330000;
	
}


#logo {
	
	width: 980px;
	height: 150px;
	margin: 0px 0px 0px 0px  ;
	background: url(images/banner3.jpg) no-repeat left top;
}


p {
	font-family: "Times New Roman", Times, serif;
	color:#330000;
	text-align: justify;
}


t1 { 
	font-size:22px; 
	font-family:  "Times New Roman", Times, serif;
	color:#330000;
	
}
t2 { 

	font-size:12px; 
	font-family:  "Times New Roman", Times, serif;
	color:#330000;
	
}

/******Formulaire newsletter 31.03.10******/
form#news {
	padding-bottom:20px;
}

#news label {
	width:100px;
	display:block;
	float:left;
}

#news input {
	width:138px;
	height:15px;
	margin:0px 0px 5px 2px;
	border:1px solid #D8D8D8;
}

input#inscription {
	width:148px;
	height:32px;
	margin:0px;
	background:none;
	border:none;
background-image:url(images/btn_inscription.jpg);
}

#facebook
{
	float:right;
	width:32px;
	height:32px;
	margin-right:16px;
	
}

