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

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e0e0ba;
	background: #12110f;
}

a:link, a:visited { 
	color: #CC0000; 
	text-decoration: none; 
	font-weight: normal;
}
 
a:active, a:hover { 
	color: #CC0000; 
	text-decoration: underline;
	font-weight: normal;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}	

.cleaner_w10 {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 1px;	
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;	
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;	
}

.cleaner_horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 1px;	
	background: url(images/horizontal_divider_01.jpg) repeat-x;
}

#container{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
} 

/* ---------------------------------- header ----------------------------------------- */

#header {
	width: 940px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/header_bg.jpg) no-repeat;
}

#header #website_title {
	width: 360px;
	margin-left: 290px;
	padding: 45px 0 0 0;
	text-align: center;
}

#website_title #title {
	font-size: 32px;
	color: #CC0000;
	margin-bottom: 10px;
}

#website_title #title a:link, a:visited { 
	color: #CC0000; 
	text-decoration: none; 
	font-weight: normal;
}
 
#website_title #title a:active, a:hover { 
	color: #CC0000;
	text-decoration:none;
}

#website_title #description {
	clear: both;
	font-size: 16px;
	color:#FFF;
}

/* ---------------------------------- menu ----------------------------------------- */

#menu{
	float: left;
	width: 700px;
	height: 40px;
	margin: 5px 0 0 200px;
}

#menu ul {
	width: 580px;
	margin: 15px 0 0 0;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #CC0000;
}

.english {
	float: right;
	height: 24px;
	width: 24px;
	background:url(images/uk.png) no-repeat center;
}


/* ---------------------------------- banner ----------------------------------------- */

#banner {
	clear: both;
	width: 940px;
	height: 280px;
	margin: 0px;
	padding: 0px;
}

#diapo ul {
	list-style: none;
	margin:0;
	padding:0;
}

/* ---------------------------------- content ----------------------------------------- */

#content {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background: #3c3936;
}

#content a:link, a:visited { 
	color: #CC0000; 
	text-decoration: none; 
	font-weight: normal;
}

#content a:active, a:hover { 
	color: #CC0000; 
	text-decoration: underline;
}

#content_bottom {
	position: absolute;
	border: 0;
	left: 0;
	width: 940px;
	height: 20px;
	background: url(images/content_bottom.jpg) no-repeat;
}

/* ---------------------------------- content left ----------------------------------------- */


#content #content_left{
	float: left;
	width: 565px;
	margin: 0px;
	padding:  30px 0 0 30px;
	background: url(images/content_top.jpg) top repeat-x;
}

#content_left .content_title_01 {
	font-size: 22px;
	color: #CC0000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/horizontal_divider_02.jpg) bottom repeat-x;	
}

#content_left .content_left_section {
	margin: 0 30px 0 0;
}


#content_left .content_left_section {
	padding: 0 0 15px 0;
	margin: 0 30px 15px 0;
	background: url(images/horizontal_divider.jpg) bottom repeat-x;
}

.content_left_section img {
	float: left;
	border: 5px solid #2f2c29;
	margin: 3px 7px 10px 0;
}

.content_left_section a:hover img {
	float: left;
	border: 5px solid #12110f;
	margin: 3px 7px 10px 0;
}

.content_left_section p{
	text-align: justify;
}

#content_left .content_left_2column_box {
	float: left;
	width: 240px;
	margin-right: 20px;
}

#retrait{
	margin-right: 20px;
}

/* ---------------------------------- content right ----------------------------------------- */

#content #content_right{
	float: right;
	width: 345px;
	min-height: 580px;
	margin: 0px;
	padding:  30px 0 0 0;
	background: #2f2c29 url(images/left_column_top.jpg) top repeat-x;
}

#content_right .content_title_01 {
	font-size: 22px;
	color: #CC0000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/horizontal_divider_01.jpg) bottom repeat-x;	
}

#content_right .content_right_section {
	padding: 0 30px;
	background-image:url(images/Logo-Gite-de-France.png);
	background-position: 92% 18%;
	background-repeat: no-repeat;
}

.content_right_section p {
	text-align: justify;
}

.content_right_section .news_title {
	font-size: 14px;
	font-weight: bold;
	color: #e0e0ba;
}

.content_right_section .news_title_rose {
	width: 129px;
	height: 260px;
	background: url(images/rose.png) no-repeat;
	margin: 0 0 0 160px;
}


/* ---------------------------------- footer ----------------------------------------- */


#footer {
	clear: both;
	width: 940px;
	margin-bottom: 10px;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #e0e0ba;
	background: #221f1d url(images/content_bottom.jpg) bottom no-repeat;
}

#footer a {
	color: #e0e0ba;
	text-decoration: underline;
	font-weight: normal;
}

/*#rose {
	position: absolute;
	top: 680px;
	left: 1050px;
	width: 129px;
	height: 260px;
	background: url(images/rose.png) no-repeat;
}*/


