/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  line-height: 20px ;
	background-color: #fafafa;
        margin:0;
	}
a
{
  text-decoration:none;
}
a:link,
.jaime
{
	color: #700030;
}
a:visited {
	color: #700030;
}
a:hover,
.jaime:hover
{
	color: #A00020;
  text-decoration:overline;
}
a:active {
	color: #66CC66;
	}
        
#is_old{position:absolute;top:50px;padding:20px;border:5px solid #000;margin-left:100px;font-weight: 700;font-size:16px;text-align: center;background: rgba(255, 255, 255, 0.5);} 
#is_old a{color:#D60000;}
.jaime
{
  float:right;
  cursor:pointer;
}
#conteneur
  {
  margin-left:auto;
  margin-right:auto;
  width:1150px;
  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:170px;
        background: #ffffff;
	background-image: url(./images/titre.png);
	background-repeat:no-repeat;
  }
#infotitre
  {
	margin-left:700px;
	margin-right:40px;
	/*margin-top:20px;*/
	z-index:1;
	padding-top: 30px;
	font-size: 11px;
	text-align: justify;
	color: #215EB8;
	max-height:90px;
        line-height: 15px ;
  }
#principal
	{
	width:1150px;
	height:1200px;
	background-color: #FFFFFF;
	background-image: url(bas_2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	}
html>body #principal
	{
	width:1150px;
	min-height:900px;
	height:auto;
	overflow: auto;
	}
#menug
	{
	position: absolute;
	width: 230px;
	height: auto;
	overflow: auto;
	text-align: center;	
  background-color: #FFFFFF;
	}
.sousmenu
  {
	width: 210px;
        padding-left:10px;
        padding-right: 10px;
	height:auto;
	overflow: auto;
	text-align: center;
  }
.recadre
	{
	text-align: justify;
	margin-left: 230px;
	border-left: #99CCFF solid 2px;
        margin-top:-10px;
	}
.article
{
	padding-right: 30px;
	padding-left: 30px;
	background-color: #E8F4F4;
	background-image:url(./images/fond_article.gif);
	height:auto;
        line-height: 23px;
}
.article img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titrearticle
{
	background-color:#DBEBF9;
	background-image:url(./images/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;
}
.titrearticle img
{
    float:left;
    width:auto;
    margin:auto;
}


.titrecom
{
	background-color:#99CCFF;
	margin-right: -10px;
	margin-left: -10px;
}
.resultcom
{
	background-color:#e9e9e9;
	text-align:center;
	margin-top:15px;
}
label 
  {
	float: left;
	width: 150px;
  }
h1
{
	float: left;
	font-size: 14px;
	font-weight: 700;
        margin-top:7px;
}
h2
{
	font-size: 10px;
	text-align: right;
	padding-top:5px;
	padding-right:5px;
	color: #7C8B94;
        margin-bottom:0;
}
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:10px;
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;
}

