/* CSS Document */

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding:0px;
	margin:0px
}

#conteneur{
	position:absolute;
  	left: 50%;  
  	width:994px;
  	margin-left:-497px;
  	top:0;
}

#global {
	float:left;
	width:940px;
	margin-left: auto;
	margin-right: auto;
}

/* Gauche */
#gauche {
	float:left;
	background: url(../images/oreille_gauche.jpg) no-repeat;
	width:27px;
	height:628px;
	margin-left:0;
	padding:0;
	margin:0;
}

/* En-tête */
#entete {
	background: url(../images/entete.jpg) no-repeat;
	width:940px;
	height:174px;
	padding:0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
	background: url(../images/fond_principal_repeat.jpg) repeat-y;
}

/* Menu de navigation cf menu_horizontal.css */

#principal {
	float: left;
	width:940px;
	padding: 20px 12px;
	border:0px solid #000000;
	background: url(../images/fond_principal.jpg) no-repeat;
}

/* Colonne centrale 1 */
#premiere_colonne {
	float:left;
	top:0px;
	width:200px;
	height:400px;
	margin:0 0 15px 0;
	border-right:1px solid #CCCCCC;
}

/* Colonne centrale 2 */
#deuxieme_colonne {
	float:left;
	border:0px solid #000000;
	top:0px;
	width:505px;
	height:auto;
	margin:0 0 0 15px;
}

#deuxieme_colonne p{
	line-height:20px;
	text-align:justify;
}

/* Colonne centrale 3 */
#troisieme_colonne {
	float:left;
	border:0px solid #000000;
	top:0px;
	width:170px;
	height:auto;
	margin:0 0 0 15px;
	text-align:center;
}

#colonneFormation{
	background: url(../images/images_colonne_droite/colonne_formation.jpg) center top no-repeat;
	padding-top:290px;
	width:169px;
	float:left;
	margin-left:0;
}

/* Zones de Clic colonne formation*/
#zoneContact { 
	position:absolute;
	top:235px;
	right:51px;
	width :164px;
	height:174px;
	border:0px solid #000000;
}

#zoneInscription { 
	position:absolute;
	top:420px;
	right:51px;
	width :164px;
	height:20px;
	border:0px solid #000000;
}
#zoneTelecharger { 
	position:absolute;
	top:442px;
	right:51px;
	width :164px;
	height:20px;
	border:0px solid #000000;
}
#zonePourquoi { 
	position:absolute;
	top:472px;
	right:51px;
	width :164px;
	height:44px;
	border:0px solid #000000;
}

#topBox {
	background: url(../images/images_colonne_droite/bloc_tete.jpg) center top no-repeat;
	padding-top:166px;
	width:170px;
	float:left;
	margin-left:0;
}
#contentBox {
	background: url(../images/images_colonne_droite/bloc_corps.jpg) center top repeat-y;
}
#contentBox P{
	text-align:left;
	margin: 0 5px 0 5px;
}
#bottomBox {
	background: url(../images/images_colonne_droite/bloc_pied.jpg) center bottom no-repeat;
	height: 13px;
}

#topBoxSimple {
	background: url(../images/images_colonne_droite/bloc_tete_simple.jpg) center top no-repeat;
	margin-top:8px;
	padding-top:14px;
	width:170px;
	float:left;
	margin-left:0;
}

#colonneFormation2{
	background: url(../images/images_colonne_droite/colonne_formation2.jpg) center top no-repeat;
	padding-top:290px;
	width:167px;
	float:left;
	margin-left:0;
}

#topBoxBlue {
	background: url(../images/images_colonne_droite/bloc_top_blue.jpg) center top no-repeat;
	padding-top:17px;
	width:166px;
	float:left;
	margin-left:0;
}
#contentBoxBlue {
	background: url(../images/images_colonne_droite/bloc_central_blue.jpg) center top repeat-y;
}
#contentBoxBlue P{
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	margin: 0 5px 0 5px;
}
#bottomBoxBlue {
	background: url(../images/images_colonne_droite/bloc_bottom_blue.jpg) center bottom no-repeat;
	height: 17px;
}

/* Pied de page */
#pied {
	background: url(../images/pied.jpg);
	height:60px;
	width:940px; 
	margin:0 0 0 0;
	border:0px solid #000000;
}
#pied a{
	color:#000000;
}
#pied #piedCoordonnees{
	padding:8px 0 0 50px;
	font-size:10px;
	color:#666;
}
#pied #signature{
	padding:15px 0 20px 10px;
	font-size:10px;
	color:#999;
}
#pied #signature a{
	color:#999;
	text-decoration:underline;
}
#pied #signature a:hover{
	color:#36F;
	text-decoration:none;
}


/* Droite */
#droite {
	float:left;
	background: url(../images/oreille_droite.jpg) no-repeat;
	width:27px;
	height:628px;
	padding:0;
	margin:0;
}

/* Gauche */
#fond {
	background: url(../images/fond_degrade_body.jpg) repeat-x;
	height:628px;
	width:1px;
	margin-left:0;
	padding:0;
	margin:0;
}

#tableFormations{
	border:0px solid #000000;
	width:600px;
	height:500px;
}

#tableFormations a{
	font-size:10px;
	font-weight:normal;
	color:#3366CC;
	text-align:left;
}

#tableAccueil td{
	border:0px solid #000000;
	text-align:justify;
}


/* Fomatage des tableau de la page Calendrier */
.tablo { border-collapse: collapse;}
.tablo td,th { border: 1px solid #999999; padding: 3px 10px 3px 10px; }
.tablo td { text-align: center; }
.tablo th { background-color: #EEEEEE; color:#3B80A6 }

