/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  line-height: 20px ;
	background-color: #607FA0;
	}
a
{
  text-decoration:none;
}
a:link,
.jaime
{
	color: #400060;
}
a:visited {
	color: #400030;
}
a:hover,
.jaime:hover
{
	color: #A00020;
  text-decoration:overline;
}
a:active {
	color: #66CC66;
	}
.jaime
{
  float:right;
  cursor:pointer;
}
#conteneur
  {
  margin-left:auto;
  margin-right:auto;
  width:850px;
  background-color: #FFFFFF;
  border: #000000 solid 2px;
  }
#com
  {
  width:265px;
  padding:10px;
  background-color: #FFFFFF;
  margin-left:auto;
  margin-right:auto;
  border: #FF66CC solid 2px;
  }
.com_in
  {
  width:90%;
  padding:10px;
  background-color: #e9e9e9;
  margin-left:auto;
  margin-right:auto;
  }
.com_in .titrecom
{
	background-color:#607FA0;
	margin-right: -10px;
	margin-left: -10px;
}
.com_in .titrecom a
{
  color:#ffffff;
}
#titre
  {
	height:150px;
	background-color: #a5c3E2;
	background-image: url(titre_2.jpg);
	background-repeat:no-repeat;
  }
#infotitre
  {
	margin-left:360px;
	margin-right:15px;
	/*margin-top:20px;*/
	z-index:1;
	padding-top: 20px;
	font-size: 11px;
	text-align: justify;
	color: #215EB8;
	max-height:90px;
        line-height: 15px ;
  }
#principal
	{
	width:850px;
	height:1200px;
	background-color: #FFFFFF;
	background-image: url(bas_2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	}
html>body #principal
	{
	width:850px;
	min-height:900px;
	height:auto;
	overflow: auto;
	}
#menug
	{
	position: absolute;
	width: 150px;
	height: auto;
	overflow: auto;
	text-align: center;	
  background-color: #FFFFFF;
	}
.sousmenu
  {
	width: 150px;
	height:auto;
	overflow: auto;
	text-align: center;
  }
.recadre
	{
	text-align: justify;
	margin-left: 150px;
	border-left: #99CCFF solid 2px;
	margin-bottom:20px;
	}
.article
{
	padding-right: 30px;
	padding-left: 30px;
	background-color: #E8F4F4;
	background-image:url(fond_article_2.gif);
	height:auto;
}
.article img
{
        float:left;
}

.titrearticle
{
	background-color:#DBEBF9;
	background-image:url(titrearticle_2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width: auto;
  	height:35px;/*devrait etre a auto avec 
	min-height: 35px; mais ne passe pas sous explorer*/
	margin-right: -30px;
	margin-left: -30px;
}
.titrecom
{
	background-color:#99CCFF;
	margin-right: -10px;
	margin-left: -10px;
}
.resultcom
{
	background-color:#e9e9e9;
	text-align:center;
}
label 
  {
	float: left;
	width: 150px;
  }
h1
{
	float: left;
	font-size: 14px;
	font-weight: 700;
}
h2
{
	font-size: 10px;
	text-align: right;
	padding-top:5px;
	padding-right:5px;
	color: #7C8B94;
}
h3
{
	background-color: #2492FF;
	font-weight:700;
	margin-right: -10px;
	margin-left: -10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
h4
{
  font-size: 10px;
  font-weight:400;
  background-color: #FFFFFF;
}
h4 a:hover
{
  font-size: 10px;
}
em
{
	color: #414178;
}
strong
{
	font-weight: 600;
}
img
{
padding-right:10px;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
border: 0;
}
.blanc
{ 
  background-color: #FFFFFF;
}
.codecom
{ 
  background-color: #FFFFFF;
  color:#006600;
}
.code
{ 
  background-color: #FFFFFF;
  padding:5px;
  border: #000000 solid 1px;
}

