/***************************************************/
/* MISE EN FORME GENERALE DE L'ESPACE PUBLIC       */
/***************************************************/

* {
	border: 0;
	padding: 0;
	margin: 0;
}

#menu{	
	padding:0px 0px 0px 20px;
}


#contenu {
	position: relative;
	z-index: 1;
	top: 0px;
	height: 320px;
	margin-top: 50px;
	width: 980px;
	min-height: 320px !important; /* taille minimal pour les moteur gecko et IE7 */
	height: 320px; /* taille max pour IE6 */
	height: auto !important; /* on remet à la normal pour gecko et IE7 */
}

#contenuAvecFondPage {
	background: white url(../images/fondPage.gif) no-repeat;
	position: relative;
	z-index: 1;
	top: 0px;
	height: 320px;
	margin-top: 50px;
	width: 980px;
	min-height:320px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:320px; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}

#contenuIllimiteAvecFondPage {
	background: white url(../images/fondPage.gif) repeat-y;
	position: relative;
	z-index: 1;
	top: 0px;
	margin-top: 50px;
	width: 980px;	
	min-height:320px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:320px; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}


/***************************************************/
/* BOITES DE CONTENUS (DIV)                        */
/***************************************************/

/* ----------------------- */
/* Boite 'Illustration'    */
/* ----------------------- */
.boiteIllustration {
	margin-left: 60px;
}

/* ----------------------- */
/* Boite de 250px de large */
/* ----------------------- */
.boite250 {
	width: 250px;	
	position: absolute;
	top: 0px;
	left: 230px;
	height:304px;
	padding-bottom: 10px;
	background: white url(../images/boite250-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
}
.boite250 h2 {
	font-size: 11px;
	margin-top: 0;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boite250-haut.gif) no-repeat;
	background-position: center top;
	text-transform: uppercase;
}
.boite250 p {
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	text-align: justify;
}


/* ----------------------- */
/* Boite de 385px de large */
/* ----------------------- */
.boite385 {
	width: 385px;	
	position: absolute;
	top: 0px;
	left: 230px;
	height:304px;
	padding-bottom: 10px;
	background: white url(../images/boite385-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
}
.boite385 h2 {
	font-size: 11px;
	margin-top: 0;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boite385-haut.gif) no-repeat;
	background-position: center top;
	text-transform: uppercase;
}
.boite385 p {
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	text-align: justify;
}


/* ----------------------- */
/* Boite de 635px de large */
/* ----------------------- */
.boite635 {
	width: 635px;
	position: absolute;
	top: 0px;
	left: 230px;
	height:304px;
	padding-bottom: 10px;
	background: white url(../images/boite635-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
}
.boite635 h2 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boite635-haut.gif) no-repeat;
	background-position: center top;
	text-transform: uppercase;
}
.boite635 p {
	font-size: 11px;
	color: #666666;
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	vertical-align: middle;
	text-align: justify;
}

.scrollbox275{
	height:275px;
	overflow: auto;
	text-align: justify;
}

/* --------------------------------------- */
/* Boite Infos Défilantes (page d'accueil) */
/* --------------------------------------- */
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA5B38;
	background-repeat: no-repeat;
	padding: 10px;
}
.newstxt {
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	text-align: justify;
}

.newstxt a {color: #EA5B38;text-decoration:underline;}
.newstxt a:hover {color: #EA5B38;text-decoration:underline;}
.newstxt a:link {color: #EA5B38;text-decoration:underline;}
.newstxt a:visited {color: #EA5B38;text-decoration:underline;}

.newstxtgras {
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA5B38;
	font-weight: normal;
}


/* ---------------------------------------- */
/* Boite 'Téléchargements' (page d'accueil) */
/* ---------------------------------------- */
.boiteTelechargements {
	width: 242px;	
	padding-bottom: 10px;
	background: white url(../images/boiteTelechargements-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
}
.boiteTelechargements h2 {
	font-size: 11px;
	margin-top: 0;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boiteTelechargements-haut.gif) no-repeat;
	background-position: center top;
}
.boiteTelechargements p {
	padding: 5px 10px 0px 20px; /*haut droite bas gauche */
	margin:0;
}

.boiteTelechargements p img {
	margin-top:-2px;
	width: 17px;
	height: 17px;
}

.boiteTelechargements p a {
	padding: 0px 0px 0px 10px; /*haut droite bas gauche */
	vertical-align: top;
}


/* ---------------------------- */
/* Boite Flash (page d'accueil) */
/* ---------------------------- */
.boiteFlash {
	width: 242px;
	height: 149px;
	padding-bottom: 10px;
	background: white url(../images/flashRouge.gif) no-repeat;
	background-position: center bottom;
	margin-left: 20px;
}

.boiteFlash h1 {
	font-size: 13px;
	margin-top: 0;
	text-align: left;
	font-weight: bold;
	color: #EDC817;
	padding: 15px 0px 5px 80px; /*haut droite bas gauche */
}

.boiteFlash h2 {
	font-size: 9px;
	margin-top: 0;
	text-align: left;
	font-weight: normal;
	color: #D6DF3D;
	padding: 20px 0px 5px 85px; /*haut droite bas gauche */
}

.boiteFlash p {
	padding: 15px 18px 0px 80px; /*haut droite bas gauche */
	margin:0;
	font-size: 10px;
	color: #D6DF3D;
	font-weight: bold;
}

/* ----------------------- */
/* Boite "Ecrivez Nous" */
/* ----------------------- */
.boiteEcrivezNous {
	width: 635px;
	position: absolute;
	top: 0px;
	left: 230px;
	padding-bottom: 10px;
	background: white url(../images/boite635-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
	overflow: auto;
}

.boiteEcrivezNous h2 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boite635-haut.gif) no-repeat;
	background-position: center top;
}

.boiteEcrivezNous p {
	font-size: 11px;
	color: #666666;
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	vertical-align: middle;
	text-align: left;
}


/* ----------------------- */
/* Boite "Plan Accès" */
/* ----------------------- */
.boitePlanAcces {
	width: 635px;
	position: absolute;
	top: 0px;
	left: 230px;
	padding-bottom: 10px;
	background: white url(../images/boite635-milieu-bas.gif) no-repeat;
	background-position: center bottom;
	font-size: 80%;
	margin-left: 20px;
	overflow: auto;
}

.boitePlanAcces h2 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	color: #D6DF3D;
	padding: 4px 0px 5px 50px; /*haut droite bas gauche */
	background: transparent url(../images/boite635-haut.gif) no-repeat;
	background-position: center top;
}

.boitePlanAcces p {
	font-size: 11px;
	color: #666666;
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	vertical-align: middle;
	text-align: center;
}

.boitePlanAcces iframe{
	text-align: center;	
}




/**************************/
/* TABLEAU : "Standard"   */
/**************************/
table.standard {
	border: 1px dashed #999999;
	margin-left:5px;
	padding: 5px; /* effet "bords détachés" */
}

.standard th {
	background-color: #ea5b38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom:2px;
}

.standard td {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:3px 8px 3px 8px;
}

