/* CSS Document */

/* Couleurs utilisées 

Vert : #b4ac00
Terracota : #c1340a
Turquoise : #0ac1a3
Gris : #666666
Noir : #000000

*/

/* Paramètres Généraux */
body {
	background-color:#b4ac00;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
p,li {
	color:#666666;
	font-size:12px;
}
h1 {
	font-size:18px;
	color:#b4ac00;
}
h2 {
	font-size:14px;
	color:#c1340a;
	border-bottom:1px dotted #b4ac00;
}
h2:first-letter {
	font-size:18px;
}
h3 {
	font-size:12px;
	color:#b4ac00;
}
.clear {
	clear:both;
}
a {
	color:#c1340a;
}
a:hover {
	color:black;
}

/* Structure du document */
#page {
	width:930px;
	margin:20px auto 0 auto;
}
#hautPage {
	background-image:url(../images/fondHautPage.jpg);
	height:190px;
}
#conteneur {
	/*min-height:250px;*/
	background-image:url(../images/fondContenu.jpg);
}
#basPage {
	background-image:url(../images/fondBasPage.jpg);
	height:132px;
}
#infosBasPage {
	
}
#texteCopyRight {
	font-size:10px;
	color:#ffffff;
	width:600px;
	float:left;
	margin-left:20px;
	margin-bottom:50px;
}
#liensBasPage {
	text-align:center;
	padding:60px 80px 0 130px;
}
#liensBasPage , #liensBasPage a {
	color:#666666;
	font-size:12px;
}
#liensBasPage a:hover {
	color:#000000;
}
#logosBasPage {
	float:right;
	width:131px;
	height:52px;
}

/* Haut de page */
#contGlogo {
	width:320px;
	height:111px;
	float:left;
	margin-top:40px;
}
#logo {
	float:left;
	width:263px;
	height:59px;
	padding-left:40px;
}
#slogan1 {
	float:left;
	width:280px;
	height:52px;
	padding-left:25px;
}
#contDlogo {
	width:610px;
	float:left;
	margin-top:40px;
}
#slogan2 {
	float:right;
	width:311px;
	height:38px;
	padding-right:40px;
}
#contMenu {
	width:610px;
}
#zoneMenu {
	float:left;
	width:490px;
	height:63px;
}
#menuPerm {
	float:right;
	width:77px;
	height:63px;
	background-image:url(../images/fond-bt-perma.gif);
	margin-right:40px;
}
.menuHaut {
	margin-right:2px;
	margin-bottom:15px;
}
.menuBas {
	margin-right:2px;
}
#sep {
	clear:both;
	width:694px;
	background-image:url(../images/sepHaut.jpg);
	width:694px;
	height:11px;
	margin-left:23px;
	margin-top:10px;
}

/* Zone des icones en haut à droite du site */
#icoPermH, #icoPermB {
	text-align:center;
	margin-top:12px;
	height:11px;
}
.icoG {
	margin-right:6px;
}
.icoD {
	margin-left:6px;
}

/* Zone de contenu haute */
#contenuHaut {
	width:867px;
	padding:10px 40px 10px 23px;
}
#contenuHaut p {
	text-align:justify;
}
#zoneHautG li, #contenuBasG li {
	list-style-image:url(../images/bullet.gif);
}
#zoneHautG {
	float:left;
	width:790px;
}
#btInscriptions {
	float:left;
	width:77px;
}
#zoneTexteG {
	float:left;
	width:406px;
	margin-right:23px;
}
#zoneTexteG h1:first-child {
	margin-top:0;
	padding-top:0;
}

/* Zone photo */
#zoneTexteD {
	float:left;
	width:361px;
}
#contenuBas {
	width:867px;
	padding:10px 40px 0 23px;
}
#contenuBas p {
	text-align:justify;
}
#contenuBasG {
	width:524px;
	float:left;
	margin-right:23px;
}
#contenuBasG h1:first-child {
	margin-top:0;
	padding-top:0;
}
/* Etiquette marron sous photo */
#contenuBasD {
	width:280px;
	float:left;
	background-color:#c1340a;
	padding:20px;
}
#contenuBasD p, #contenuBasD a {
	color:#ffffff;
}
#contenuBasD a:hover {
	color:#000000;
}
#contenuBasD h1 {
	margin-top:0;
	padding-top:0;
	font-size:14px;
}

/* Calendrier des stages */
.tblCalendrier {
	width:100%;
	border:0;
	border-collapse:1px;
}
.tblCalendrier th {
	background-color:#c1340a;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.tblCalendrier td {
	background-color:#eeecca;
	color:#c1340a;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}