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

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
	display: block;
}

.clearer {
	clear: both;
}

.italic {
	font-style: italic;
}

.left {
	float: left;
}

.light {
	color: #d4bda9;
}

.plus {
	text-align: right;
	padding-top: 5px;
}

.right {
	float: right;
}

.selected {
	color: #361000;
}

.spacer {
	clear: both;
	height: 10px;
}

.underline {
	text-decoration: underline;
}

a, a:link, a:active, a:visited, a:hover {
	color: #361000;
	text-decoration: underline;
}

html {
	background-color: #2b0d00;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
}

big {
	font-size: 14px;
	line-height: 1.8em;
}

div#container {
	padding: 10px;
	margin: auto;
	text-align: justify;
	width: 970px;
}

div#content {
	padding-top: 10px;
	padding-bottom: 50px;
}

	div.content {
		background-repeat: no-repeat;
		background-position: top;
		padding: 10px;
	}

	div.col100 {
		width: 970px;
		position: relative;
	}
	
	div.col100 div.content {
		width: 950px;;
		background-image: url('images/bg_content100.jpg');
	}

	div.col66 {
		position: relative;
		width: 640px;
		float: left;
	}
	
	div.col66 div.content {
		width: 620px;
		background-image: url('images/bg_content66.jpg');
	}

	div.col33 {
		position: relative;
		width: 320px;
		float: right;
	}
	
	div.col33 div.content {
		width: 300px;
		background-image: url('images/bg_content33.jpg');
	}
	
div#fgslider {
	position: absolute;
	top:0px;
	left: 0px;
	width: 640px;
	height: 300px;
	background-image: url('images/fg_slider.png');
	background-repeat: no-repeat;
}

div#footer {
	text-align: center;
	background-image: url('images/bg_footer.jpg');
	padding-top: 20px;
	padding-bottom: 50px;
	color: #d4bda9;
	font-size: 11px;
	background-repeat: repeat-x;
	background-color: #2b0d00;
}

	div#footer a, div#footer a:hover, div#footer a:link, div#footer a:active, div#footer a:visited {
		text-decoration: none;
		color: #d4bda9 !important;
	}
	
	div#footer a:hover {
		text-decoration: underline;
	}
	
	div#footer .light {
		font-size: 10px;
		display: block;
		color: #FFFFFF;
	}

div#header {
	position: relative;
	padding-top: 40px;
}

div.imgnews {
	width: 65px;
}

div#language {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #361000;
}

div#menu {
	margin-top: 20px;
	width: 970px;
	height: 40px;
	background-image: url('images/bg_menu.jpg');
	background-repeat: no-repeat;
}

	div#menu a, div#menu a:link, div#menu a:hover, div#menu a:active, div#menu a:visited {
		display: block;
		float: left;
		height: 40px;
		background-repeat: no-repeat;
	}
	
	div#menu a span {
		display: none;
	}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	width: 400px;
	height: 60px;
	background-image: url('images/bg_h1.jpg');
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

h2 {
	color: #361000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 5px;
}

h2 a {
	text-decoration: none !important;
}

h3 {
	padding-bottom: 2px;
	color: #361000;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}

h4 {
	padding-bottom: 2px;
	color: #361000;
	font-weight: bold;
	font-size: 12px;
}

img {
	border: 0px;
}

img.border {
	border-width: 2px;
	border-color: #361000;
	border-style: solid;
}

img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}

img.thumbnail {
	margin: 5px;
}

input.field, textarea.field {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #361000;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px #e1d7cf solid;
	margin: 0px;
	width: 392px;
}

input.small {
	width: 100px;
}

textarea.big {
	width: 942px;
	height: 150px;
}

/* remove the list style */  
ul#nav {  
	margin:0;   
	padding:0;   
	list-style:none;  
}     

	/* make the LI display inline */  
	/* it's position relative so that position absolute */  
	/* can be used in submenu */  
	ul#nav li {  
		float: left;   
		display: block;   
		position: relative;  
		z-index: 500;   
		margin: 0;  
	}
	
	/* submenu, it's hidden by default */  
	ul#nav ul {  
		position: absolute; 
		top: 40px;  
		left: 1px;   
		display: none;   
		margin: 0 0 0 -1px;   
		padding: 0;   
		list-style: none;  
	}  
	  
	ul#nav ul li {  
		width: 100px;   
		float: left;
	}  
	  
	/* display block will make the link fill the whole area of LI */  
	ul#nav ul a {  
		width: auto;
		background: #5e3f32;
		color: #FFFFFF;
		width: 170px;
		padding: 10px;
		margin: 0px;
		height: 18px !important;
		border: 0px;
		border-top: 1px #2c0d01 solid;
		text-decoration: none;
		white-space: nowrap;
	}  
	  
	ul#nav ul a:hover {  
		background: #2c0d01;    
	}

/**************************************************************/
/* Welcome
/**************************************************************/

body.welcome {
	padding: 50px;
}

div#choixlangue {
	padding-top: 10px;
	font-size: 14px;
}

div#welcome_img {
	margin: auto;
	width: 500px;
	height: 350px;
	background-image: url('images/bg_welcome_img.jpg');
	background-repeat: no-repeat;
}

div#welcome_img span {
	display: none;
}

h1.welcome {
	width: 500px;
	height: 85px;
	background-image: url('images/bg_welcome_h1.jpg');
	margin: auto;
	margin-top: 50px;
}

/**************************************************************/
/* Accueil
/**************************************************************/

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:640px;
	height:300px;
	overflow:hidden; 
}
	
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:none;
}

/**************************************************************/
/* Presentation
/**************************************************************/

div#list{
    
    /*Influences layout of list*/
    height: 200px;
    width: 200px;
    
    background-color: transparent;
    
    /* Keeps list inside of wrapper*/
    position:relative;
    margin:0 auto;
    overflow:hidden;
	float: left;
}

/* Reset the list*/
div#list ul,
div#list li{
    list-style:none;
    margin:0;
    padding:0;
}

/* List requires an absolute position
so jQuery can move the items around
freely */
div#list a{
    position:absolute;
    text-decoration: none;
    color:#361000;
}

/**************************************************************/
/* Partenaires
/**************************************************************/

div.logo {
	border: 1px #e1d7cf solid;
	width: 200px;
	height: 100px;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

div.partner {
	float: left;
	width: 222px;
	margin-left: 12px;
	margin-top: 12px;
}

/**************************************************************/
/* Partenaires
/**************************************************************/

div.equipe {
	float: left;
	width: 450px;
	margin: 12px;
}
