/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
    font-family: Arial,sans-serif;
    color: #333333;
    line-height: 1.166; 
    margin: 0px;
    padding: 0px;
}

input { 
    background-color: #666699;
	 color: #ffffff;  
}

select { 
 background-color: #666699; 
 color: #ffffff; 
}

textarea { 
 background-color: #666699; 
 color: #ffffff; 
}

.conjoint input { 
    background-color: #778899;
	 color: #ffffff;  
}

.conjoint select { 
 background-color: #778899; 
 color: #ffffff; 
}

.conjoint textarea { 
 background-color: #778899; 
 color: #ffffff; 
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 285px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -275px; /*width of left column*/
width: 280px; /*width of labels. Should be smaller than left column (285px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 80px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

a:link, a:visited, a:hover {
    color: #006699;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    font-family: Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

hr.breakhere {page-break-before: always;}
p.breakhere { page-break-before: always; }

span.spacer { width:120px;}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
                

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


        
/* #container {
width: 800px;
margin: 0 auto;text-align: left;}
*/

#container {
background:url(navbar-l.gif) top left repeat-y;
min-height:100%;
width:800px;
margin:0 auto;
text-align: left;
position:relative;
}



* html #container {height:100%} 

#masthead{
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    background-color: #ffffff;

}

#navBar{
    margin: 0 76% 0 0;
    padding: 0px;
    background-color: #eeeeee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#contenu{
  float:right;
    width: 75%;
    margin: 0;
    padding: 0 0 0 0;
    /*text-align: justify;*/
}

#contenu-imprimable{
    width: 780px;
    margin: 0;
    padding: 0 5px 0 5px;
    /*text-align: justify;*/
}

#diacontainer {
min-height:100%;
width:800px;
margin:0 auto;
text-align: center;
background-color: #eeeeee;
}

#diaporama{
min-height:100%;
width:800px;
margin:0 auto;
text-align: center;
background-color: #eeeeee;
	
	}
	
    
#navBar-l{
    float: left;
    width: 24%;
    margin:	 0px;
    padding: 0px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}

#navBar-r{
  float:right;
    width: 26%;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-right: 10px;
}

#content-m{
    float: left;
  width: 70%;
  margin-left:5px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
    margin: 0px;
    padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
    padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: inline;
 border:none;
/* margin-left:60px; */
 vertical-align:bottom;
 margin-left: 10px
}

#globalNav a {
    font-size: 115%;
    padding: 0px 4px 0px 0px; 
}

#globalNav span {
    float:right;
    vertical-align:text-top;
}

/************* #breadCrumb styles *************/

#breadCrumb{
    font-size: 80%;
    padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
    padding: 0px 0px 10px 10px;
    font-size: 80%;
}

.feature h1{
    text-align:center;
    }
	
.feature h3{
    padding: 30px 0px 5px 0px;
    text-align: center;
}

.feature img{
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0 5px 5px 0;
}

.feature img.none{
float:none; 
vertical-align:bottom;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 80%;
	background-color:#FFFFFF;
}

.story p{
    padding: 0px 0px 10px 0px;
}

.story h1,h2,h3{
    text-align:center;
	padding: 0px 10px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
    clear: both;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #0033cc;
    padding: 10px 10px 10px 10px; 
    margin-top: 0px;
    background-color: #ffffff;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
    the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
    padding: 4px 4px 4px 0px;
    vertical-align: middle;
}


/************* #search styles ***************/

#search{
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
    display: block;
    margin: 0px;
    padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar-l ul a:link, #navBar ul a:visited {display: block;}
#navBar-r ul a:link, #navBar ul a:visited {display: block;}
#navBar-l ul {list-style: none; margin: 0; padding: 0;}
#navBar-r ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar-l li {border-bottom: 1px solid #EEE;}
#navBar-r li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar-l li {border-bottom: none;}
html>body #navBar-r li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#sectionLinks h3{
    padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
    padding: 2px 0px 2px 10px;
    border-top: 1px solid #cccccc;
    width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
    width: auto;
}

#sectionLinks a:visited{
    border-top: 1px solid #cccccc;
    padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
    border-top: 1px solid #cccccc;
    background-color: #dddddd;
    padding: 2px 0px 2px 10px;
}

/*********** .liens-gauche styles ***********/

.liens-gauche{
    font-size: 95%;
    margin-left:12px;
    }

.liens-gauche img{
    border: none;
    display: inline;
    }
/*********** .relatedLinks styles ***********/

.relatedLinks{
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 90%;
    height:20px;
}

.relatedLinks h3{
    padding: 0px 0px 2px 0px;
}

/*.relatedLinks li{display:inline;}*/

.relatedLinks img{
    border: none;
    display: inline;
    }

/************** #advert styles **************/

#advert{
    font-size: 80%;
    border-top: 1px solid #cccccc;
}

#advert img{
    display: block;
}


/************** #headlines styles **************/

#headlines{
    margin: 0px;
    padding: 10px 0px 20px 10px;
    font-size: 80%;
}

#headlines p{
    padding: 5px 0px 5px 0px;
}


#liens b{
    padding-left: 15px;
}
#liens p{
    padding-left: 35px;
	margin: 4px 0 4px 0;
}

#buts p{
    padding-left: 25px;
}

#placoteux p{
    height: 192px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	}

#placoteux img{
    float: right;
	padding-right: 20px;
}

#placoteux img.none{
float:none; 
vertical-align:bottom;
}
/* page comité ********************************/

#comite{
    font-size:small;
 }
 
#comite td{
    height: 36px;
	text-align: left;
} 

#sitemap {
    font-size: 65%;
}
	
#sitemap h2{
    font-size: 110%;
	color: #555555;
}


/************* #meteo styles ******************/


.meteogris{font-family:verdana;font-size:11px;color:#F1E4AE;background:#383734;padding:2px 5px 2px 2px;}
.meteobleufonce{font-family:verdana;font-size:11px;color:#FFFFFF;background:#006699;padding:2px 5px 2px 2px;text-align:center;}
.meteotitre{font-family:verdana;font-size:9px;color:#FFFFFF;background:#3300CC;padding:2px 5px 2px 2px;text-decoration:none;}
.meteobleu { font-family:verdana;font-size:11px;color:#07205B;background:#E1E8F9;padding-left:10px;}
.meteobleuîmage { background:#E1E8F9;}
.meteobleuminmax { font-family:verdana;font-size:11px;color:#07205B;background:#E1E8F9;text-align:right; }
.meteobleuville { font-family:verdana;font-size:14px;color:#07205B;background:#E1E8F9;padding-left:5px;text-decoration:none;}
