body {
color: #FFFFFF;
/*background: url(img/body3.gif);*/
background: url(img/fondB.png);
background-color : #A52548;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: center;
margin: 0;
padding: 0;
}

p {
margin: 0 0 10px 0;
}

img { border: 0;}

h1 {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 1.8em;
color: #FFA629;
text-align: left;
text-decoration: underline;
margin-bottom: 30px;
}

h2 {
font-size: 1.2em;
color: #FFA629;
}

h3 {
font-size: 1.1em;
color: #FFA629;
font-weight: normal;
text-decoration: underline;
}

label {
display: block;
width: 150px;
float: left;
}

fieldset {
position: relative;
margin-bottom: 20px;
background-color: #A52548;
top: 1em;
}

legend 
{
position: relative;
font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
color: #FF9933;
font-weight: bold;
font-size: 120%;
top: -1em;
}

.bordnoir {
border: 2px solid #000000;
}

#centre li
{
list-style-image: url(img/fleche.gif);
}

#header {
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
width: 800px;
padding-top: 10px;
padding-bottom: 10px;
height: 150px;
/*background-color: #99CCCC;*/
}

#ban {
float: left;
height: 150px;
width: 800px;
background: url(img/faustine.gif) no-repeat 0 0;
/*background: url(img/newban2.png) no-repeat 0 0;*/
}
/*
#pub {
float: right;
height: 150px;
width: 0px;
border-radius: 15px;
-moz-border-radius: 15px;
khtml-border-radius: 15px;
}
*/
#cont {
margin-left: auto;
margin-right: auto;
position: relative;
width: 78%;
}
#conteneur {
margin-left: auto;
margin-right: auto;
text-align: left;
position: relative;
width: 100%;
min-width: 760px;
background-color:#373737;
border : solid #000000;
border-radius: 15px;
-moz-border-radius: 15px;
khtml-border-radius: 15px;
}

#centre {
/*background: url(img/body.gif);*/
/*background-color:#EE414A;*/
margin-left: 205px;
padding-right: 10px;
padding-bottom: 10px;
min-height: 585px;
height: auto !important;
height: 585px;
}

#gauche {
position: absolute;
width: 210px;
/*background-color: blue;*/
}

#droite {
position: relative;
float: right;
width: 200px;
background-color: #FF0000;
}

#pied {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
position: relative;
min-width: 760px;
width: 100%;
/*height: 30px;*/
background-color:#373737;
border : solid #000000;
border-radius: 18px;
-moz-border-radius: 18px;
khtml-border-radius: 18px;

/*background-color: #99CC99;*/
}

.menugauche {
list-style-type: none;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
border : solid #000000;
border-radius: 15px;
-moz-border-radius: 15px;
khtml-border-radius: 15px;
}

/*
.menugauche li {
margin-bottom: 5px;
}

.menugauche a {
margin: 0 2px;
color: #EE414A;
text-decoration: underline;
font-weight: bold;
}

.menugauche a:hover {
color: #FFFFFF;
text-decoration: none;
}
*/

ul#menug
{
	margin: 10px ;
	padding: 6px ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
border : solid #000000;
border-radius: 15px;
-moz-border-radius: 15px;
khtml-border-radius: 15px;
}

ul#menug li
{
	margin: 0 0 4px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}
/*
ul#menug li:hover
{
	margin-left: 6px;
}
*/
ul#menug li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 30px ;
	color: #000 ;
	text-indent: 40px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url(img/bg_menu3.png) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 1px solid #dbd ;
	font-size: 0.9em;
}

ul#menug li a:hover
{
	background: url(img/bg_menu3.png) no-repeat 0 -30px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	/*border: 1px solid #f97 ;*/
	font-weight: bold;
}

ul#menug li a.menuici
{
	background: url(img/bg_menu5.png) no-repeat 0 0;
	border: 2px solid #dbd;
}

ul#menug li a.menuici:hover
{
	background: url(img/bg_menu5.png) no-repeat 0 -30px;
}

.imgdroite
{
float: right;
margin-top: 2px;
margin-right: 25px;
}

#imgg
{
float: left;
position: relative;
width: 10%;
height: 100px;
/*background-color: #FF0000;*/
}

#imgd
{
float: left;
position: relative;
width: 10%;
height: 100px;
/*background-color: #FF0000;*/
}
/*
a.lienmenu {
	opacity: 0.6;
	moz-opacity: 0.6;
	khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover.lienmenu {
	opacity: 1;
	moz-opacity: 1;
	khtml-opacity: 1;
	filter: alpha(opacity=100);
}
*/

table
{
border: solid 1px #FFFFFF;
}

td
{
border: solid 1px #FFFFFF;
}


/* Input */
/*
input, select, textarea
{
	border: #000000 2px solid;
	margin-bottom: 4px;
}
*/
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus
{
	background-color: #FFCD9B;
}


form textarea {
background: url(img/textarea3.gif) no-repeat;
/*height: 120px;*/
height: 255px;
line-height: 16px;
overflow: hidden;
padding: 7px 7px 7px 10px;
width: 263px;
border: 0;
}

.formtem {
overflow: auto;
}

form *:focus, form *:hover {
	background-position: 0 100%;
}

.env{
	background: url(img/button.gif) no-repeat;
	cursor: pointer;
	height: 40px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	width: 110px;
	border: 0;
}


form input.texte{
	background: url(img/input2.gif) no-repeat;
	height: 14px;
	padding: 10px;
	width: 190px;
	border: 0;
}

form input.texte:hover, form input.texte:focus {
	background-position: 0 100%;
}

form input.texte2{
	background: url(img/input3.gif) no-repeat;
	height: 14px;
	padding: 10px;
	width: 30px;
	border: 0;
}

form input.texte2:hover, form input.texte2:focus {
	background-position: 0 100%;
}

form input.texte3{
	background: url(img/input4.gif) no-repeat;
	height: 14px;
	padding: 10px;
	width: 51px;
	border: 0;
}

form input.texte3:hover, form input.texte3:focus {
	background-position: 0 100%;
}

.maj
{
color: #00FF00;
font-weight: bold; 
}

.maj2
{
color: #FF0000;
font-weight: bold; 
}

.lienmail
{
color: #FFA629;
font-weight: bold;
text-decoration: none;
}

.liencorp
{
color: #FFA629;
font-weight: bold;
text-decoration: none;
}

.liencorp:hover
{
text-decoration: underline;
}

.souligne
{
text-decoration: underline;
}

#plan li {
margin-bottom: 10px;
}

#plan a{
color: #FFA629;
text-decoration: none;
}

#plan a:hover{
color: #FFBB36;
font-weight: bold;
text-decoration: underline;
}

.news
{
border: solid #000000 2px;
padding: 10px;
margin-top: 5px;
background-color: #A52548;
width: 90%;
}

.titrenews
{
font-weight: bold;
font-size: 1.4em;
color: #FFA629;
text-decoration: underline;
}

.txtnews
{
text-indent: 3em;
}

.ttxtnews
{
color: pink;
font-weight: bold;
font-size: 2.2em;
text-transform: uppercase;
}

.poste
{
font-size: 0.7em;
}

#erreur
{
padding: 5px;
border: solid #FF0000 2px;
background: #FF7777;
width: 98%;
}

#erreur legend
{
color: #FF0000;
background: #FF7777;
border: solid #FF0000 2px;
}


.titremal
{
font-size: 1.2em;
background-color: #A52548;
color: #FFA629;
padding: 2px;
border: 2px solid #000000;
font-weight: bold;
}

.descrmal
{
margin-top: 2px;
background-color: #A52548;
padding: 3px;
border: 2px solid #000000;
width: 400px;
}

.lpage
{
border: solid black 1px;
background-color: #A52548;
padding-left: 3px;
padding-right: 3px;
}

.lpage:hover
{
background-color: #D95378;
}

.llpage
{
border: solid black 1px;
background-color: #FFA629;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
color: black;
}

