/* CSS Document */
#fin
{
  position:absolute;
  background: #0066cc;
  top:120px;
  left:50%;
  margin-left: -307px;
  width: 604px;
  height:100px;
  z-index:1;
  padding:5px;
  color:#FFFFFF;
  font-size:1.4em;
  text-align:center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000F75;
	}
a:link {
	color: #4A529A;
}
a:visited {
	color: #4A529A;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #4A529A;
	}
#conteneur
  {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color: #000F75;
  }
#titre
  {
	height:70px;
	background-color: #B3B7D6;
	background-image: url(titre.jpg);
	background-repeat:no-repeat;
	position:relative;
	width: 780px;
	margin-left: 170px;
	padding:15px;
  }
#menug
	{
	width: 160px;
	height: auto;
	background-color: #000F75;
	position: absolute;
	margin-top:-100px;
	}
#menud
	{
	width: 160px;
	height: auto;
	background-color: #000F75;
	float:right;
	margin-top: 10px;
	}
.cadre {/* conteneur global et arricre-plan du titre du cadre */
width: 160px;
padding-top: 20px;
background: url(haut.jpg) top left no-repeat;
}
.sousmenu
{
	background: url(bas.jpg);
	width: 152px;
	padding-left:4px;
	padding-right:4px;
	height:auto;
	background-color: #B3B7D6;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:20px;
}
.article
{
	background-color: #B3B7D6;
	padding-right: 10px;
	padding-left: 10px;
	height:auto;
	width:620px;
	overflow: auto;
}
#cadrecentre 
{
width: 640px;
padding-top: 20px;
background: url(hautcentre.jpg) top left no-repeat;
margin-left: 170px;
margin-top:10px;
}
#cadrebascentre 
{
width: 640px;
background: url(bascentre.jpg) bottom left no-repeat;
padding-bottom: 20px;
background-color: #B3B7D6;
}
img
{
  border: 0;
}
label 
{
	float: left;
	width: 150px;
}
h1
{
	float: left;
	font-size: 12px;
	font-weight: 700;
}
h2
{
	font-size: 10px;
	text-align: center;
	padding-top:5px;
	padding-right:5px;
	color: #7C8B94;
}
h3
{
	background-color: #969CC7;
	font-weight:700;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:5px;
	padding-right:5px;
	text-align: left;
	color: #000F75;
	font-size: 12px;
	line-height: 1.5;
	overflow: auto;
}
h4
{
	background-color: #000F75;
	font-weight:700;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8;
}
.homme
{ 
  font-weight: 700;
  color: #0099FF ; 
  font-size: 14px ; 
}
.fille
{ 
  font-weight: 700;
  color: #FF66CC ; 
  font-size: 14px ; 
}
strong
{
	font-weight: 600;
}
.red 
{ 
  font-weight: 600;
  color: #0000FF ; 
  font-size: 12px ; 
}
/* définition du style de la police, et largeur du select */
select 
{
font-size : 12px ;
width : 150px ;
}
/* élément de couleur bleu */
option.bleu 
{
color : #3366FF ;
background-color : #FFFFFF ;
}


/* élément de couleur violet */
option.rose
{
color : #FF66CC ;
background-color : #FFFFFF ;
}
