/*
	© 2008 Simalis
	Service WebDesign
*/

/* tags html
-------------------------------------------------------*/
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
html, body {
	border:0 none;
	width:100%;
}
body {background:#fff;}
h1,h2,h3,h4,h5,h6{
	color:#3F94CA;
	margin: 0.8em 0;
	padding: 0;
}

h1{	font-size: 1.6em;}
h2{	font-size: 1.4em;}
h3{ font-size: 1.3em;}
h4{	font-size: 1.2em;}
h5{	font-size: 1.2em;}
h6{	font-size: 1em;}
h7{	font-size: 1.6em;}
h8{	font-size: 1.4em;}

p{
	font-size: 1.1em;
	z-index:5;
	margin: 0.8em 0;
	padding: 0;
}

td{ font-size: 1em;}

a{color:#666;}

img{border:0 none;}

strong{color:#000;}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
	a{outline: none;}
	:focus{-moz-outline-style: none;}

/* class generales
-------------------------------------------------------*/
.showbloc{display:block;}
.hidebloc{display:none;}
.print{display:block;}
.unprint{display:none;}
.wash {
	clear:both;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;
	border:0 none;
}/**/
.wash:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.wash {display: inline-block;}

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

/* header
-------------------------------------------------------*/
.header ul, .header_popup ul{display:none;}
/* champ de recherche */
.searchbox{display:none;}
/* formations */
table{
	border-collapse:collapse;
	border:1px solid #95b1cc;
	margin:1px auto 2em auto;
	width:650px;
	background:#fff;
}
table caption{
	padding:25px 15px;
	border-top:1px solid #C1D5E8;
	text-align:left;
	font-size:1.1em;
	font-weight:bolder;
	color:#1b3853;
	background-color:#EAF0F5;
	
}
table th,table td{
	padding:10px 15px;
	border-bottom:1px solid #C1D5E8;
}
table th{
	text-align:left;
	background:#E1E9F1;
	color:#385b7c;
}
table td{
	text-align:center;
	border-left:1px solid #EAF0F5;
}
/* footer
-------------------------------------------------------*/
.foot02{display:none;}