/* --------------------------------------------------------
    Feuille de style globale
    global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */
html, body {
height: 100%;
text-align: left;
}

body {
margin: 0px;
padding: 0px;
background-color: #fff;
}

body, table, tr, td, p, div, dd, ul, li, input, select, textarea {
font: 11px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
color: #000;
}

input, select, option{
color: #000;
font: 11px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
padding: 0 0px 0 0px;
height: 20px;
vertical-align:middle;
}

input.newsletter {
font: italic 10px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
color: #000;
}	
 
/* Clearfix, as described on http://www.positioniseverything.net/easyclearing.html */
/*.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 */

/* --------------------------------------------------------
    HTML Format
   -------------------------------------------------------- */
h1, h3 {
margin: 0;
padding: 0;
font-size: 18px;
}

h1 {
color: #fff;
font-size: 15px;
}
	
h2	{
font: 11px Trebuchet MS, Tahoma, Arial;
color: #666;
}
	
h3 {
text-transform: uppercase;
color: #595959;
margin-bottom:-5px;
}

h3.typ1, h3.typ2, h3.typ3, h3.typ4 {
display: inline;
}

h3.typ2 {
color: #FFFFFF;
}

h3.typ3 {
color: #4A7FFB;
}

h3.typ4 {
font-size: 17px;
color: #0275B3;
}

h4 {
color: #0275B3;
}

h4.typ_haut {
color: #4A7FFB;
}

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

a:hover {
	color: #4A7FFB;
	text-decoration: underline;
	}
	
p {
	line-height: 14px;
	margin: 5px 0 10px 0;
}	
/* --------------------------------------------------------
    Classes
   -------------------------------------------------------- */
	
a.menu_footer, a.menu_footer:hover, a.menu_footer:link, a.menu_footer:visited {
	color: #fff;
	font-size: 10px;
	margin-right: 25px;
	text-decoration: none;
	}
	
a.menu_footer:hover {
	text-decoration: underline;
	}	

.menu {
color: #fff;
font-size: 11px;
margin-right: 35px;
text-decoration: none;
}

a.menu, a.menu:hover, a.menu:link, a.menu:visited {
color: #fff;
font-size: 11px;
margin-right: 35px;
text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}	

.bgblanc {
background-color: #fff; 
}	

#bouton_vert {
background: #4A7FFB;
height: 14px;
cursor: pointer;
color: #fff;
margin: 5px 0 0 0;	
display:inline;
}

#bouton_orange {
background: #4A7FFB;
height: 14px;
cursor: pointer;
color: #fff;
margin: 5px 0 0 0;	
display:inline;
}

	 
#menu {
margin-top: 10px;
}

#menu div {
margin-left: 18px;
/*height: 0px !important;
height /**/: 13px; /* IE5-win blaha */

}	

#menu .pointilles {
margin: 2px 0 2px 0;
}

.pointilles {
background: url(../pic/images/pointilles.gif);
width: auto; 
height: 1px;
margin: 0;
}

#fleche_orange {
background-image:url(../pic/images/fleche_orange.gif) ;
background-repeat:no-repeat;
background-position:left bottom;
height: 13px;
width: 14px;
} 

#m_fleche, #m_fleche a{
background: url(../pic/images/fleche_grise.gif) left center no-repeat;
padding-left: 20px;
}

#m_fleche a:hover {
background: url(../pic/images/fleche_orange.gif) left center no-repeat;
text-decoration:none;
}
/* --------------------------------------------------------
    Calques
   -------------------------------------------------------- */

div#LeftColumn {
float: left;
width: 152px;
margin: 0;
background-color:#76c5f0;
height:100%;
}

div#Calque {
position: absolute;
width: 152px;
margin: 0;
background-color:#76c5f0;
}

div#MiddleColumn {
float: left;
width: 620px;
padding: 0;
margin: 10px 0;
padding: 0px 8px 0px 8px;
}

div#RightColumn {
float: left;
width: 155px;
padding: 0;
margin: 0 -3px 0 0;
}

#RightColumn a,#RightColumn a:hover, #RightColumn a:link, #RightColumn a:visited { 
font-size:10px;
}

#RightColumn p {
padding-bottom:7px;
border-bottom:1px dotted #E4E4E4;
}

