/* CSS Document */

body {
	background-color: #dfdede;
	width: 813px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#header {
	background-image: url(images/header.png);
	width: 813px;
	height: 190px
}

#menu {
	width: 196px;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}


#menuhaut, .menuhaut {
	width: 196px;
	height: 31px;
	background-image: url(images/menu_haut.png);
	background-repeat: no-repeat;
}

#menucontenu, .menucontenu {
	background-image:url(images/menu_contenu.png);
	background-repeat:repeat-y;
}

#menubas, .menubas {
	width: 196px;
	height: 23px;
	background-image: url(images/menu_bas.png);
	background-repeat: no-repeat;
}

#texte, .texte {
    width: 579px;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 206px;
}

#text_haut, .text_haut {
	background-image: url(images/text_haut.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 41px;
}

#text_contenu, .text_contenu {
	width: 579px;
	background-image:url(images/text_contenu.png);
	background-repeat:repeat-y;
}

#text_bas, .text_bas {
	background-image: url(images/text_bas.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 23px;
}

#text_haut2 {
	background-image: url(images/text_haut2.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 38px;
}

.text_text {
	margin-left:13px;
	margin-right: 21px;
}

.text_menu {
padding-left:11px;
}

p {
margin:0 0 0 0;
}

.titre {
	padding-left:40px;
	padding-top: 10px;
	font-size: 12px;
	font-weight:bold;
}

.titre2 {
	padding-left:30px;
	padding-top: 10px;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}

#footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	clear: both;
	width: 789px;
	height: 42px;
	margin-top:15px;
	margin-left:15px;
}

img {
border:none
}

/* Style des liens */
a:link {
          color: #FFFFFF;
          text-decoration : #FF6633;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
      }
a:hover {
          color : #FF6633;
          text-decoration : none;
      }
a:active {
          color: #FFFFFF;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
      }
a:visited {
          color: #FFFFFF;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
      }
a:visited:hover {
          color : #FF6633;
          text-decoration : none;
      }
	  
.numeros a:link {
          color: #006699;
          text-decoration : #FF6633;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          
      }
.numeros a:hover {
          color : #FF6633;
          text-decoration : none;
          
      }
.numeros a:active {
          color: #006699;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          
      }
.numeros a:visited {
          color: #006699;
          text-decoration : none;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          
      }
.numeros a:visited:hover {
          color : #FF6633;
          text-decoration : none;
          
      }
.inline {
	display:inline;
}
.temoin {
	border:1px solid red;
}
