@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}



/* Listes */
ul, ol {

	padding: 0; /* -> 9 */
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */


/* Liens */
a img {
	border: none; /* -> 10 */
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
.diaporama{
	position:relative;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	width: 975px;
	margin:0px;
}
.diaporama ul{
	margin-top:0px;
}
.signature-blanc{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;	
	}
.signature-noir{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	}
a.lienblanc{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;	
	
	}
a.liennoir{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;	
	}
	
#ajaxSearch_form {
float:left;
position:relative;
width:auto;
z-index:1111;

margin-top:5px;
padding-top:5px;
border:none;
padding-bottom:15px;
}
#ajaxSearch_input {
background-color:#fff;
background-position:left center;
background-repeat:no-repeat;
float:left;
height:18px;
padding:1px 3px;
width:120px;
}
#ajaxSearch_submit {
	
width: 73px !important;
height: 25px !important;
margin: 0 !important;
border: 0 !important;
background: transparent  url(go.png) no-repeat center top;
padding: 6px 0 0 !important;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
position: absolute;
left: 130px;
font-size:0;
	
}
/* cadre/bordure autour du module de recherche (aucune) */
fieldset {
	border: none;
	margin-left:15px;
	margin-top:5px;
	}


/* puce grise sépérant les blocs adresses du footer */
.puceadr{
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size:11px;
	}
/* bloc recherche de cours */
.recherche_cours_titre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	line-height:18px;
	margin:0px;
	padding:0px;
}
.recherche_cours_titre p{
	line-height:3px;
	margin:0px;
	padding:0px;
}
.recherche_cours_texte{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0px;
	font-weight:bold;
}
p.recherche_cours_texte{
	margin:0px;
	}
	
/* bouton recherche formations */	
.formation_submit {	
width: 73px !important;
height: 25px !important;
border: 0 !important;
margin-left:100px;
background: transparent  url(go.png) no-repeat center top;
padding: 6px 0 0 !important;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
font-size:0;	
}

/* mise en forme tableau formations */
.table-formation{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #999;
	background-color:#CCC;
	}

.table-formation thead th{
	color:#FFFFFF;
	background-color:#CCC;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

.table-formation tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
.table-formation thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

.table-formation tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

.table-formation tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
/* mise en forme tableau formations */
#recherche-cours{
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	background-color: #CCC;
	margin:0px;
	}
/* Contenu secondaire */
#secondaire {
	margin-top:70px;
	margin-left: 790px;
	width: 170px;
	position: relative;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	background-color: #999;
}
/* mise en forme tableau formulaire */
.table-formu{
	width:100%;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:0px;
	background-color:#CCC;
	}

.table-formu thead th{
	color:#FFFFFF;
	background-color:#999;
	border:1px solid #CCCCCC;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

.table-formu tbody td{
	height:25px;
	}
	
.table-formu thead th, table tbody td{
	padding:3px;
	}

.table-formu tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

.table-formu tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
