/******* styles généraux *******/

a:link	{
	color: #999999;
	text-decoration: none;}
	
a:visited	{ 
	color: #999999;
	text-decoration: none;}
	

	
a:hover	{ 
	color: #FF9900;
	background-color:#999999;
	text-decoration: none;}
	
h1 { 
	text-align: center;
	color:#FF9900;}
	
h2 {
	text-align: left;
	color:#FF9900;
	background-image:url(../FR/Images/Bandeau_degrade_gris_blanc.jpg);}
	
h3 {
	text-align:left;
	color:#000000;
	font-size: large;
}
	

h4 {
	text-align: justify;
	color:#000000;
	font-size: medium;
}

/******* styles pour le placement des modules *******/
.page {
	width:100%;
	height:100%;
	min-height:900px;
	text-align:center;
	background-color:#FFFFFF;}
	
.conteneur {
	background-color: #FFFFFF;
	position:relative;
	width: 1000px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 3px;
	border-left-width: 1px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-bottom-width: 1px;

	border-bottom-style: hidden;	
	border-color:#666666;}

.copyright {
	background-color:#FFFFFF;
	position:relative;
	bottom:0px;
	width: 1000px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align:center;
	left: 0px;
	
}

.menuprincipal {
	background-color: #FFFFFF;
	position:static;
	width: 930px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:right;
	font:"Century Gothic";
	font-size: medium;
	border-style: solid;	
	border-color:#666666;
	border-bottom-width: 0px;	
	border-left-width: 0px;	
	border-top-width: 0px;
	border-right-width: 0px;}
	
.contenu {
	background-color: #FFFFFF;
	width: 1000px;
	top:150px;
	position:static;
	margin-top:5px;
	left:0px;
	margin-right:5px;
	font:Century Gothic;
	text-align:left;}

/******* styles pour le placement des photos *******/
.photogauche {
	float:left;}

.photodroite {
	float:right;}
	
.photolargeur {
	position:static;
	float:none;}	

