/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 

	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
    background-position: top;
    background-color: white;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font: normal normal normal 15pt/15pt arial;
	}

img
{
	border:0px;
    margin:0px;
    padding: 0px;
}
#clear{
  clear:both;
  height:1px;
}


#boitePrincipale{
    position: relative;
	width:988px;
	margin:auto;
    border: solid 1px #969ea2;
    background-color: white;
}


#col01{
  width:235px;
  float:left;
  margin:0px;
  padding: 0px;
}
#logo{
    width:235px;
    height:182px;
    margin:0px;
    padding: 0px;
}

.imgGauche{
  width:234px;
  height:325px;
}
#saviezvous{
    margin: 0px 10px 10px 50px;
    background-color: #9faf54;
    padding: 10px;
    float: right;
    width: 220px;
    color: white;
    font-size: 12px;
}
#saviezvous img{
    margin: 10px 0px 10px 0px;
    text-align: left;
}
#saviezvousligne{
	background-color: #ab944b;
    width: 10px;
    height: 120px;
    margin: 5px 20px 1px 1px;
    float: left;
}
#sousMenu{
  font-family: Tahoma;
  font-size: 0.6em;
  font-weight: bold;
}

#boutonSousMenu{
 width:234px;
}


#boutonSousMenu a{
  display: block;
  padding: 5px 0px 5px 55px;
  line-height: 25px;
  }







#col02{

  width:753px;
  float:right;
  margin:0px;
  padding: 0px;
}
#menu-princ{
  position: relative;
  width:753px ;
  height:182px;
}
#content{
  width: 710px;
  padding: 0px 0px 0px 30px;
  font-size: 0.6em;
  line-height: 1.5em;
  color:#424242;
}
#contentcarre{
    width: 10px;
    height: 10px;
    margin: 8px 20px 1px 1px;
    float: left;
}
#contentligne{
    width: 10px;
    margin: 15px 20px 1px 1px;
    float: left;
}
span.liens{
  color: black;
  font-weight: normal;
}


#ariane{
  margin: 0px 0px 12px 0px;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: normal;
  color:#aaaaaa;
  width: 500px;

}

#ariane a:link, #ariane a:visited {
  font-weight: normal;
  color:#999999;
  text-decoration: underline;
}
#ariane a:hover, #ariane a:active{
  font-weight: normal;
  color:#666666;
  text-decoration: underline;
}


#content h1{
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 1px 0px 0px 1px;
}
#content h2{
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
/*#content p{
  color:#424242;
}*/
#content td{
  font-size: 12px;
  line-height: 18px;
  color:#424242;
}

#content li{
	list-style-position: outside;
    margin-left: 14px; 
}
#content a{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
}


#boiteFooter{
    position: relative;
	width:970px;
	margin:auto;
    font-size: 0.5em;
    line-height: 1.5em;
    padding: 18px 10px 0px 10px;
    height: 22px;
    font-weight: bold;
    color:#555555;
}

#boiteFooter a{
	color:#444444;
 }

a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
