/* CSS Document */
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#000;
	color:#fff;
}
#conteneur 
{
	background-image: url(../image/FondAnimee.gif);
	position: relative;
	width: 950px;
	margin: 0 auto; 
	/*background-color:#000;*/
	/*border: 2px solid #00FF00; /*vert*/
}
#header {
	height: 150px;
	/*background-color: #000;
	/*border: 2px solid #FF00FF; /*violet*/
}
#header-titre
{
	float:left;
	padding-left:75px;
}
#header-logo
{
	float:left;
}
#centre 
{
	/*float:left;*/
	/*background-image: url(image/FondAnimee10.gif);*/
	width:750px;
	margin-left:210px;
	height:auto;
	min-height:550px;
	/*border: 2px solid #FFFFFF;/*blanc*/
	clear:left;
}
.centre-pages
{	
	position:relative;
	/*border: 2px solid #FF0000;*/
	width:700px;
	color:#fff;
}
.texte-presentation 
{	
	float:inherit;
}
.texte-presentation p
{
	text-align:justify;	
}
.img-presentation-haut
{
	float:left;
	margin-right:10px;
}
.img-presentation-bas
{
	float:right;
	margin-top:10px ;
	margin-left:10px;
}
#g1
{
	/*padding-top:200px;
	/*border: 2px solid #FFFFFF;
	/*filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}
.titreLienEtPartenaire
{
	/*position:relative;*/
	/*border: 2px solid #FFFFFF;/*blanc*/
	clear:both;
	margin-top:25px;
	margin-bottom:30px;
}
.mesLienEtPartenaire
{
	color:#fff;
	/*border: 2px solid #FFFFFF;/*blanc*/
	/*margin-top:20px;*/
	/*background:#CCFF99;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);*/
}
.mesLienEtPartenaireUnique
{
	/*position:relative;*/
	/*border: 2px solid #FF0000;/*rouge*/
	min-height:20px;
	height:auto;
	margin-top:10px;
	vertical-align:middle;
}
.mesLienEtPartenaireTitre
{
	/*position:relative;*/
	float:left;
	width:150px;
	overflow:hidden;
	/*border: 2px solid #FFFFFF;/*blanc*/
}
a:link
{
	color:#FFFFFF;/*blanc*/
	text-decoration:underline;
}
.mesLienEtPartenaireTitre  a:visited
{
	color:#FF0000;/*rouge*/
	text-decoration:none;
}
.mesLienEtPartenaireTitre  a:hover
{
	color:#00FF00;/*vert*/
	text-decoration:none;
}

.mesLienEtPartenaireDescription
{
	vertical-align:middle;
	position:relative;
	float:left;
	margin-left:15px;
	width:500px;
	overflow:hidden;
	/*border: 2px solid #FFFFFF;/*blanc*/
}
.clearBoth
{
	clear:both;
	visibility:hidden;
}
#gauche 
{
	position:absolute;
	top:230px;
	left:0;
	width: 200px;
	/*border: 2px solid #3300CC;/*bleu*/
}
.menugauche 
{
	list-style-type: none;
	width:130px;
	margin: 0 auto;
	padding:0 auto;
	/*border: 2px solid #FF00FF;*/
}
.menugauche img
{
	margin: 0 auto;
	border:none;
}
.menugauche li 
{
	margin-left:-20px;
	padding-top:10px;
	/*border: 2px solid #00FFFF;*/
}
#pied 
{	color:#CCFF66;
	height: 30px;
	background-color: #000;
	/*border: 2px solid #00FFFF;/*bleuclair*/
}
#copyright
{
	float:left;

}
#droit
{
	float:left;
	margin-left:110px;

}
#webmaster
{
	/*background-color:#FF66CC;*/
	float:right;
}
hr
{
	visibility:hidden;
}

/*

/*
.menugauche a 
{
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menugauche a:hover 
{
	text-decoration: none;
}
p {margin: 0 0 10px 0;}*/


/* TEST pour placer une image dans un flux de texte ref http://7ou.fr/bas-a-droite-spacer.html ou http://forum.alsacreations.com/topic-4-34188-1-Habillage-texte-image-Resolu.html
#conteneur-test
	{
	position:absolute;
	top:20%;
	left:15%;
	background-color:#cfc000;
	width:450px;
	margin-left:200px;
	padding:20px;
	text-align: justify;
	color:#FFFFFF;
	}

#spacer
	{
	background-color:#00FF33;
	height:350px;
	width:5px;
	float:right;
	}

#encart
	{
	background-color:#ffcc00;
	width:200px;
	height:100px;
	padding-left:10px;
	padding-top:20px;
	float:right;
	margin:2em 0 1em 2em;
	padding:10px;
	color:#000000;
	clear:right;
	border-style: dashed;
	}
	
	*/