/* CSS Document */
body {
	color:#000;
	background-color : #A0BEE3;
}
*{
	margin:0px;
	padding:0px;
}
table,img{
	border:0px;
}

#bord{
	color:#000;
	border: 1px solid #7DA1C5;
	background-color : #E6EDF5;
	width: 950px;
	padding: 2px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #0000CC;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align:center;
}
/* Liens */
a:link{
	color:#0F49A9; 
	text-decoration:none; 
	background-color:transparent;
}
a:visited{ 
	color:#0F49A9; 
	text-decoration:none; 
	background-color:transparent;
}
a:hover{ 
	color:#990000; 
	text-decoration:underline; 
	background-color:transparent;
	font-weight:bold;
}
a:active{
	color:#900; 
	text-decoration:underline; 
	background-color:transparent;
}
/* MENU principale*/
#header {
      float:left;
      width:100%;
      background:#DAE0D2 url(../images/menu-onglets/bg.gif) repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
	  text-align:center;
	  width:92px;
      float:left;
      background:url(../images/menu-onglets/left_both.gif)  no-repeat left top;
      padding:0 0 0 9px;
	  margin-right:2px;
      border-bottom:1px solid #666;
      }
    #header a {
      float:left;
      display:block;
      width:70px;
      background:url(../images/menu-onglets/right_both.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      white-space:nowrap;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #m1 #nav-m1, #m2 #nav-m2, #m3 #nav-m3, #m4 #nav-m4, #m5 #nav-m5, #m6 #nav-m6, #m7 #nav-m7, #m8 #nav-m8, #m9 #nav-m9{
      background-position:0 -150px;
      border-width:0;
      }
    #m1 #nav-m1 a, #m2 #nav-m2 a, #m3 #nav-m3 a, #m4 #nav-m4 a, #m5 #nav-m5 a, #m6 #nav-m6 a, #m7 #nav-m7 a, #m8 #nav-m8, #m9 #nav-m9 a{
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }


/* Fin MENU*/
.titre_menu {
	font-size: 12px;
	color:#FFFFFF ;
	padding: 2px;
	background-color:#000099;
	border: 1px solid #336699;
	width: 160px;
	height: 19px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.boite_menu {
	margin-top:-1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding: 2px;
	background-color:#A0BEE3;
	
	width: 160px;
	text-align: left;
	border: 1px solid #336699;
}
#cont_menu {
	float:left;
	width:auto;
	height:auto;
	margin-left:15px;
	margin-top:20px;
	
}
#cont_annonce {
	width:500px;
	margin-top:100px;
	background:#A0BEE3;
	border:1px solid #7DA1C5;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:22px;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cont_annonce2 {
	width:650px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;

	background:#A0BEE3;
	border:1px solid #7DA1C5;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:13px;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.center{
	text-align:center;
}
.tcenter{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.erreur{
	border:1px solid #FC9D9D;
	text-align:center;
	padding:3px;
	background:#FEECEC;
}
.reussi{
    border:1px solid #9DEEC7;
	text-align:center;
	padding:3px;
	background:#D1FEE8;
}
.normal{
   border:1px solid #7DA1C5;
   padding:1px;
}
.gras {
	Font-weight:bold;
}
.typlien{
	cursor: pointer;
}

/* Annonce */
.top_titre{
	margin-top:11px;
	border:1px solid #3c76b1;
	width:700px;
	height:20px;
	background:#3c76b1;
	color:#FFF;
	font-weight:bold;
	text-indent:7px;
	
}
.contenu{
	margin-top:-1px;
	border:1px solid #3c76b1;
	width:700px;
	height:84px;
	margin-bottom:10px;
}
.photo{
	width:135px;
	height:80px;
	margin:2px 8px 2px 2px;
	float:left;
}
.description{
	background:#FFF;
	width:553px;
	height:61px;
	padding:0px;
	float:right;
}
.info{
	padding-top:2px;
	text-align:center;
	font-size:15px;
	border-top:1px solid #3c76b1;
	border-left:1px solid #3c76b1;
	height:20px;
	float:left;
	background:#fbefaa;
}
.info1{width:210px; font-weight:bold; color:#FF0000;}
.info2{width:210px;}
.info3{width:130px;}


