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

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

body{
	font-family: Arial,sans-serif;
	color: #FF0000;
	line-height: 1.166;
	margin: 0px;
	position: absolute;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FF9900;
	width:96%;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	font: bold;
	text-decoration: none;
	
}

a:hover {
	text-decoration:none;
	color:#FF0000;
	border-color:#000000
}
/* 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: 100%;
}

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


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

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

ul{
 list-style-type: square;
}

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

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

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

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

#masthead{
	width: 100%;
	float: right;
}



div#content{
	height:460px;
	width:auto;
	overflow:auto;
	margin-left:20px;
}

#content p{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	padding-left:5px;
	color:#000000;
	}

#content ul{
	color:#000000;
	}

#content ul a{
	color:#000000;
	}

#content ul a:hover{
	color:#FF0000;
	}
	
#content ul a span{
	color:#FFFFFF;
	}

#content ul a:hover span{
	color:#666666;
	}
	
#content ul ul{
	list-style:circle;
	color:#FFFFFF;
	font-size:13px;
	}

ul.liste {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: #000000;
}

#content h1{
	color: #FF0000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	}



#haut_de_page{
	float:right;
	width: 100%;
}

div#quote{
	color: #666666;
	width: 24.9%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:13px;
	position:absolute;
	right:40px;
	top:13px;
	}
	
div#quote span{
	color:#000000;
	}

div#conteneur{
width:100%;
clear:both;
margin:0px;
padding:30px 0 0 0;
}

/*************** #LEFTBAR styles **************/

#leftbar{
	float: left;
	width: 230px;
	padding: 20px;
	border:1px solid #000000;
	background-color:#666666;
	height:420px;
}

#navBar{
	width:100%;
	float:left;
	margin:20px 0;
	}

#navBar ul a:link, #navBar ul a:visited {
display: block;
color:#FFFFFF;
	border-left: 3px solid #FF9900;
	border-right: 3px solid #FF9900;
}

#navBar ul a:hover {
	color: #FF0000;
	border-left: 3px solid #FF0000;
	border-right: 3px solid #FF0000;
	background-color:#FFFFFF;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

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


div#langue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	width:90%;
	border-bottom:1px solid #FF9900;
	margin:0 auto;
	padding-bottom:10px;
	font-size:13px;
}

div#langue a{
color:#FF9900;
}

div#langue a:hover{
color:#FFFFFF;
}

div#google{
	clear:both;
	float:left;
	border-top:1px solid #FF9900;
	padding-top:15px;
}


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

#sectionLinks{
	position: relative;
	font-size: 90%;
	background-color: #666666;
	text-align:center;
}



#sectionLinks a:link, #sectionLinks a:visited {
	padding: 1px 0px 1px 10px;
	margin:6px 0px;
	border-bottom:1px solid #666666;
	width: 100%;
	color:#FFFFFF;
	width: auto;
}


#sectionLinks a:hover{
	font-weight:bold
}

#sectionLinks ul{
	font-weight:bold;
	font-size:larger;
	text-align:center;
	}

#selected {
background-color:#FFCC00;
}

#selected a{
color:#000000!important;
}

#selected a:hover{
color:#FFFFFF!important;
}


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

#globalNav{
	color: #000000;
	float: none;
	width: 96%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	font-size:14px;
	border:1px solid #FF0000;
	padding:10px 5px;
	background-color:#FFFFFF;
}


#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 4px 0px 0px; 
	font-weight:strong;
	color:#FF0000;
	}

	
#globalNav a:hover{
	border-bottom:1px dashed #FF0000;
	background-color:#FF9900;
	color:#FFFFFF;
	}

#globalselected{
border-bottom: dashed 1px #000000;
color:#FF0000;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #666666;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin:20px 3% 10px 3%;
	width:90%;
}
/* 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" */

#footer  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;
}




/*********** .relatedLinks styles ***********/

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

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



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

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

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



.top {
	font-size: 12px;
	color: #000000;
}

.menu {
	color: #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.hum {
color: #FFFFFF; 
font-weight: bold;
font:Verdana;
font-size:18px
}

.invisible {
color: #FF9900;
}

div#content a.lienclients {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 16px;
color:#000000!important;
}

div#content a.lienclients span{
font-size:12px;
color:#FFFFFF!important;
}

div#content a:hover.lienclients {
	color:#FF0000!important;
	}

.white {
color:#FFFFFF;
}

.red {
color:#FF0000;
}

.gris {
	color:#666666;
}

.gris span{
	color:#000000;
	}
	
.label {
	color: #000000;
	font-weight: bold;
	}
	
div#acceder {
width:20%;
float:right;
height:auto;
padding:10px;
margin:10px;
border:2px solid #FF0000;
background-color:#FFFFFF;
}

div#acceder p {
color:#FF0000;
text-align:center;
font-size:14px;
}

div#acceder a {
color:#000000;
font-weight:bold;
}

div#acceder a:hover {
border-bottom:1px dashed #FF0000;
}

form#contact {margin-left:10px; padding-left:10px; border:1px solid #666666; margin-right:10px; }
form#contact label {color:#666666}
form#contact label span {color:#FF0000; font-weight:bold; font-size:1.2em;}
form#contact option, form#contact select, form#contact input {color:#000000; font-weight:bold;}
form#contact textarea {color:#666666; border:1px solid #FF0000; font-weight:bold!important;}
form#contact p {color:#333333}
p#boutons {margin-right:10px; padding:5px; font-weight:bold;}
p.ok{text-align:center; font-size:1.1em; color:#666666!important; padding-left:10px;}
p.ok span{font-weight:bold; color:#666666!important;}
p.ko{text-align:center; font-size:1.2em; color:#FF0000!important; padding:5px 10px; font-weight:bold; }
#send,#reset {width:40%; margin-top:10px; color:#666666!important; font-weight:bold;}







div.remonter {
	float:right;
	width:auto;
	padding:10px 0 10px 0;
	font-size:1em;
	margin-right:20px;
	margin-top:15px;
}

.remonter a{
	color:#000000!important;
	padding-right:30px;
	background:url(up.gif) no-repeat right 0px;
	height:20px;
	border:none;
	}

.remonter a:hover{
	color:#FF0000!important;
	background:url(up.gif) no-repeat right -20px ;
	border:none!important;
}


img#claudecabinet {
	float:right;
	padding: 20px;
	}
	
p.titulo {
	color: #000000;
	font-weight: bold;
	font-size:16px!important;
	}
