/* ----------------------------------- */
/* ----------- MISE EN PAGE ---------- */
/* ----------------------------------- */
body {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 1em;
	background-color:#000000 ;
	color: #ffffff;
	margin: 0; 
	text-align: center; /* pour corriger le bug de centrage IE */
}
.Corps8 {
	font-size: 0.8em;
}
.OR {
	color:#bb8000;
}

.menuColor {
	color:#e05001;
}

a {
color: #bb8000;
text-decoration:none;}
a:hover{
color: #e05001;
text-decoration:underline;}

h1 {
	font-size: 1.5em;
	color:#e05001;
	padding:0;
}
h2 {
	font-size: 1.2em;
	color:#e05001;
	padding:20 0 0 0;
}

.PjustifieSSlettre /* paragraphe JUSTIFIE... */
{
	text-align:justify;}

.Pjustifie p /* paragraphe JUSTIFIE... */
{
	text-align:justify;}
.Pjustifie p:first-letter /* 1 ère lettre de paragraphes... */
{
	float:left; 
	font-size: 3em; 
	font-weight: bold; 
	margin-right: 5px; 
}

p:first-letter /* 1 ère lettre de paragraphes... */
{
	float:left; 
	font-size: 3em; 
	font-weight: bold; 
	margin-right: 5px; 
	color: #bb8000;
}

.strongROSE
{
	color: #fcacff;
}
.CENTRER  {
	text-align:center;
	vertical-align:top;
	padding:0;
	margin:0;
}


/* LISTE CENTRE */
.CENTRE li {
	padding:5;
	margin-left:-38;
	list-style-type:none;
	color:#FFF;
	background-image:url("images/navigation/puceRonds.jpg");
	background-repeat:no-repeat;
	background-position: 0 8;
	padding-left: 20;
}


/* LISTE MENU */
.MENU ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type:none;
	}
.MENU li {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	list-style-type:none;
	}

/* ----------------------------------- */
/* ------------ STRUCTURE ------------ */
/* ----------------------------------- */
#conteneur {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-image:url(images/CentreBASrose.jpg);
}

#header {
	height: 240px;
	background-color:#000000;
	background-image:url(images/header.jpg);
}

/* Gauche */
#Gauche {
	float:left;
	width: 250px;
	margin: 0;
}
#Gauche a {
color: #ffffff;
text-decoration:none;}
#Gauche a:hover {
font-weight:bold;
color: #e05001;
text-decoration:none;
}

#GaucheMENU {
	height: 480px;
	padding: 37 20 0 0;
	background-image:url(images/menuGauche.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}

/* Droite */
#Droite {
	font-weight:bold;
	float:right;
	width: 250px;
	margin: 0;
}
#Droite a {
color: #ffffff;
text-decoration:none;}
#Droite a:hover {
color: #e05001;
text-decoration:none;}

#DroiteMENU {
	text-align:right;
	height: 480px;
	padding: 30 42 0 20;
	background-image:url(images/menuDroite.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}
#DroiteMENUboutique {
	text-align:right;
	height: 480px;
	padding: 30 42 0 20;
	background-image:url(images/boutique/boutique.gif);
	background-position:right top;
	background-repeat: no-repeat;
}

#centre {
	margin-left: 255px;
	margin-right: 260px;
	margin-top:65px;
	text-align:justify;
	min-height: 1000px;
	}
	
#pied {
	height: 50px;
	padding:20;
	font-size: 0.8em;
	text-align: center;
	background-color:#000;
}
#pied a{
	font-size: 0.8em;
}

#piedINDEX {
	height: 50px;
	padding:20;
	text-align: center;
	background-color:#000;}
#piedINDEX a{
	color:#CCC;}
#piedINDEX a:hover{
	color:#e05001;}
#piedINDEX table{
	text-align:center;
	font-size: 0.8em;
	color:#CCC;}
	
#newsletter{
	text-align:center;
}
#newsletter form{
	padding:0px;
	margin:5px;}

	
/* ----------------------------------- */
/* ------------  GESTION  ------------ */
/* ----------------------------------- */
#conteneurGESTION {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}

#centreGESTION {
	margin-top:65px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
	}


