@charset "ISO-8859-1";
/* CSS Document */

/* Mise en place des blocs */

body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	margin:0px;
	color:#333333;
	/*background-color:#CCFFFF  couleur degrade bleu*/
	background-image: url('../images/degradebleu.jpg');
}	
#global{
	top: 10px;
	color: #000000; /* couleur textes */
	background-color: #FFFFFF;
	border-right: 4px solid #FFFFFF; 
    border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF; 
    border-bottom: 4px solid #FFFFFF;
}
#entete{
	width:100%;
	background-color: #c9cff3;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	width:60%;
	height:25px;
	background-color:#C9CFF3;
	float: left;
}
#langue{
	margin-left:60%;
	height:25px;
	background-color:#C9CFF3;
	text-align: center;
}
#haut{
	width:100%;
}
#conteneur{
	width: 50%;
	float: left;
}	
#corps{
	margin-left:50%;
}
#bas{
	clear: left;
	width:100%;	
}
#pied{
	clear:both;
	width:100%;
	height:120px;
	text-align: center;
	background-color:#C9CFF3;
}
/* Mise en forme du texte */
h1{
	font-size:16px;
	text-align: center;
}
h2{
	font-size:12px;
	text-align: center;
}
h3{
	font-size:12px;
	
}
p{ 
	font-size:14px; 
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
/* Mise en forme des liens */
 a{
	text-decoration:underline;
	color:#808080;
	font-size:14px;
	font-weight:bold;
}
 a:hover{
		background-color:#FF00FF;
}
/*Positionnement */
#global {
	width: 90%;
	overflow: hidden; 
	min-width: 200px;
	max-width: 1000px; 
	margin-left: auto;
	margin-right: auto; 
}


