@charset "utf-8";
* {margin:0; padding:0}

html,body{text-align:center;}

#general{
	background-color:#666666;
}

input,select,textarea{border: solid 1px #cdcdcd;}

input{text-align: center;padding:2px 0;}

.bouton{
	background-color:#ddc894;
	padding:2px 15px;
	border: 0;
	color:white;
	font-weight: bold;
	}

hr{
	color: #ddc894;
	background-color: #ddc894;
	height: 1px;
	border: 0;
}

ul{
	list-style-image: url(./Images/puce.gif);	
	margin-left: 20px;
}


a img{border:none;}

#top{
	height:27px;
	width:998px;
	margin-left:auto;
	margin-right:auto;
	background:url(./Images/fond_haut.gif) no-repeat top left;
	}

#page{
width:990px;
padding-right:8px;
text-align:left;
margin-left:auto;
margin-right:auto;
background:url(./Images/fond_repet.gif) repeat-y top left;
}

#header{
	text-align:left;
	}
	

#contenu{
	padding-top:20px;
	background:url(./Images/filigrane.gif) no-repeat bottom right;
	}

#colonneDroite{
	width:238px;
	text-align: left;
}

#centre{
height: 350px;
padding-right:10px;
padding-left:10px;
}

#footer{
width:990px;
padding-left:0px;
padding-right:8px;
padding-top:7px;
height: 40px;
text-align:center;
margin-left:auto;
margin-right:auto;
font-weight: bold;
color:#fff;
background:url(./Images/fond_bas.gif) no-repeat top left;
	}
	
#footer a{}

#newsletter_top{
	width:238px;
	height:29px;
	background:url(./Images/nl_cadre_haut.gif) no-repeat top left;
	}	
	
#newsletter_milieu{
	margin-left:1px;
	width:196px;
	padding:0 10px;
	text-align:center;
	border-color:#ddc894;
	border-width: 0 1px;
	border-style: solid;
	}
	
#newsletter_bas{
	width:238px;
	height:13px;
	background:url(./Images/nl_cadre_bas.gif) no-repeat top left;
	}

#actus_top{
	width:238px;
	height:29px;
	background:url(./Images/actu_cadre_haut.gif) no-repeat top left;
	}
	
#actus_milieu{
	width:228px;
	background:url(./Images/actu_cadre_repetition.png) repeat-y top left;
	padding: 0 5px 5px 5px;
	}


	
#recherche_top{
	width:275px;
	height:29px;
	background:url(./Images/recherche_cadre_haut.gif) no-repeat top left;
	}	
	
#recherche_milieu{
	margin-left:1px;
	width:251px;
	padding:0 10px;
	text-align:center;
	border-color:#ddc894;
	border-width: 0 1px;
	border-style: solid;
	}
	
#recherche_bas{
	width:275px;
	height:13px;
	background:url(./Images/recherche_cadre_bas.gif) no-repeat top left;
	}
	
#listeCategoriesFormation{
	padding-top:10px;
	background-color: #e8e8e8;
	color:#6d6d6d;
	padding-bottom:10px;
	margin-bottom:10px;
	height:350px;
	}
	
html>body #listeCategoriesFormation{
height: auto;
min-height: 350px;
} 

#listeCategoriesFormation a{
	 color:#6d6d6d;
	 text-decoration: none;
	}
#listeCategoriesFormation a.selected{
	 font-weight:bold
	}
#listeCategoriesFormation .listeFormations{
	padding-left:15px;
	}
	
#listeCategoriesFormation .listeFormations a{
	font-size:11px;
	}
		
span.idFormation, #listeCategoriesFormation .listeFormations a.formation_selected{
	color:#700b37;
	font-weight: bold
	}

#listeCategoriesFormation a:hover{
	text-decoration: underline;
	}	
	
table.titreFormation{
	margin-top:2px;
	border:solid 1px #ddc893;
	border-collapse: collapse;
	}
table.titreFormation td{
	vertical-align: middle;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	font-size:15px;
	text-align: center;
	color:#ddc893;
	}
table.titreFormation td.identifiantFormation{
	background-color:#ddc893;
	color:white;
}

.titreRubrique{
	font-weight:bold;
	color:#000000;
	font-size:13px;
	padding-bottom:5px;
	}
.titreRubrique img{margin-right:10px}

.contenuRubrique{
	padding-left: 20px;
	padding-bottom:5px;
	color:#000000;
	}
	
ul#listeThemes{
	list-style-image: url(./Images/puce_themes.gif);
	}
ul#listeThemes li b{
	color:#000000;
	}
ul#listeThemes li p{
	margin-top:4px;
	margin-bottom:4px;
	color:#000000;
	}

.clear{
	display:block;
	width:0px;
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	}

.tabForm{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabForm td{
	vertical-align:top;
	padding: 5px;
	text-align: left;
}

.tabFront{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabFront th{
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
.tabFront td{
	text-align:center;
	padding: 2px;
}

.tabAdmin{
	border-collapse: collapse;
	empty-cells: show;
	border: dashed 1px #000000;
	text-align: left;
	}
	
.tabAdmin th{
	font-weight:bold;
	text-align:center;
	border: dashed 1px #000000;
	padding: 2px;
}
.tabAdmin td{
	text-align:center;
	border: dashed 1px #000000;
	padding: 2px;
}
