/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:18px;
color:#000000;
background:#333333; /*#333333;*/
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:30px;
}

h2 {
font-size:23px;color:#9C291D;
}

h3 {
font-size:10px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:900px;
/*border:1px solid #454545;*/
background-color:#fff;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
height:90px;
color:#ffffff;
background:/*#870606;*/#333333 url(img/header_bg.jpg) no-repeat;


}

strong{
color:#ffa500;
}

#header h1 {
margin:0;
margin:20px 0 10px 90px;
padding:0 0 0 320px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
/*border:1px solid #454545;*/
font-weight:bold;

}



#header p {
margin:0;
margin:20px 0 10px 90px;
padding:0 0 0 320px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#eeeeee;
font-size:11px;
width:400px;
/*border:1px solid #454545;*/
}

/*diaporama  header*/

#slideshow{
padding:0;
margin:0;
	position: relative;
	width: 900px;
	height: 263px;
	overflow: hidden;
	/*border: 1px solid #eee;*/
    
	
}
#slideshow img{
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 263px;

	}
#pause1 {
	z-index:100;
}
/*fin diaporama  header*/












/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900px;
height:30px;
line-height:30px;
background-color:#470800;
border-top:2px solid #ffa500;

margin:0 0 5px 0;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
font-weight: bold;
font-size:13px;
}
#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:7px 8px 6px 8px;
color:#fff;
text-decoration:none;
border-right:1px solid #999999;
border-left:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#fff;
text-decoration:none;
background-color:#870606;
}







/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:140px;
margin-top:270px !important;
margin-top:0px;
/*border:1px solid red;*/

}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnTwo p,#video p{
font-size:13px;
text-align : justify ; 
color:#4c0f00;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
padding:0 25px 0 5px;}

#columnOne h2{
font-size:14px;
color:#470800;
width:130px;
border-bottom: 3px solid #470800;
}

#video h2,#columnTwo h2{
font-size:14px;
color:#9C291D;
width:250px;
border-bottom: 1px solid #9C291D;}


 #columnThree h2 {
font-size:12px;
color:#9C291D;
width:150px;
border-bottom: 1px solid #9C291D;
margin-bottom:20px;
font-style:italic;
}

#columnTwo img {
margin:40px 0 40px 10px;}



/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:140px;
/*background-color:#454545;*/
margin:15px 0 0 3px;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;

}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;

}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 0px 5px 0px;
color:#000;
text-decoration:none;
display:block;
font-size:11px;
/*font-weight: bold;*/
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}


.menuIE {
    display:none !important;
    display:block;
}

a.boutonIE, a.boutonIE:link, a.boutonIE:visited, a.boutonIE:active {padding:5px 0px 5px 0px;

    color:#000;
    width:140px;
    height:18px;
    display:block;
    /*background:#c33;*/
    border-bottom:1px solid /*#000;*/#999999;
    margin-right:1px;
    /*text-align:center;*/
    float:left;
    text-decoration:none;
    font-family: verdana;
    font-size:11px;
    line-height:18px;
    overflow:hidden;
	font-size:11px;
f/*ont-weight: bold;*/
}

a.boutonIE:hover {
    color:#fff;
    background:#000;
    overflow:visible;}

a.boutonIE:hover table {
    display:block;
   background:#eee;
    border-collapse:collapse;
}

.boutonFF {padding:5px 0px 5px 0px;
    color:#000;
    width:140px;
    height:18px;
    display:block !important;
    display:none;
    /*background:#c33;*/
    border-bottom:1px solid #999999;
    margin-right:1px;
    /*text-align:center;*/
    float:left;
    text-decoration:none;
    font-family: verdana;
    font-size:11px;
    line-height:18px;
    overflow:hidden;
font-size:11px;
/*font-weight: bold;*/
/*font-style:italic;*/
	}

.boutonFF:hover {
    height:auto;
    cursor:pointer;
    color:#fff;
    background:#000;
}

a.SousMenu, a.SousMenu:link, a.SousMenu:visited, a.SousMenu:active {
    display:block;
    width:140px !important;
    width:140px;
    height:18px;
    /*border-bottom:1px solid #000;*/
    text-decoration:none;
    color:#000;
    font-family: verdana;
    font-size:11px;
    /*text-align:center;*/
    background:#eee;   
}

a.SousMenu:hover {background:#BCCCD2;}











/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:30px 5px 10px 5px;
width:520px;
/*background-color:#eeeeee;*/
border:1px solid #ccc;
border-top:none;
border-bottom:none;
margin-top:263px !important;
margin-top:0px;
padding-bottom:140px;

}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px!important;
padding:0 3px 10px 3px;
width:200px;
background-color:#fff;
/*text-align:center;*/
/*border-left:1px solid orange;*/
margin-top:300px !important;
margin-top:56px;

}
#columnThree p{
text-align : justify;
font-size:12px;
text-align : justify ; 
color:#454545;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;



}

/*video bas*/
#video {
float:left;
margin:0;
padding:0;
margin:0 0px 0px 0px;
padding:0 10px 0px 35px;
border-top: 10px solid #efefef;
border-left:1px solid #cccccc;

}
#video img {margin:10px 0 10px 0;
}

/* << ----------------// contact//---------------->> */



/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:95px;
font-size:10px;
color:#cccccc;
background:/*#870606;*/url(img/footer_bg.jpg) no-repeat;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */