/* CSS Document */

body
{
	background-color:#DBDBDB;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.site
{
	width:1006px;
}

.header
{
	width:1006px;
	height:355px;
	background-image:url("../design/header.gif");
	background-repeat:no-repeat;
}

.titre
{
	position:absolute;
	top:25px;
	left:339px;
	height:24px;
	width:650px;
}
.menu
{
	position:relative;
	width:240px;
	top:100px;
	left:70px;

}

.lnk_home
{
	color:#333333;
	font-width:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

.lnk
{
	color:#333333;
	font-width:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.lnk_home:hover,.lnk:hover
{
	text-decoration:underline;
}

.header ul {
	font-size:14px;
    margin-left:5px;
	list-style:none;
	width:inherit;
}


.header li {
	  border-bottom:#C8C8C8 1px solid;
	  display:block;
      margin-left:0px;
	  height:26px;
}

.header a {
	  color:#2B2B2B;
	  display:block;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
}

.header a:hover {
	background-color:#FFAA2B;
    color:#FFFFFF;
	text-decoration:none;
}

.header li:hover, .header li:hover a {
	background-color:#FFAA2B;
    color:#FFFFFF;
}

.accroche
{
	font-family:Verdana;
	color:white;
	width:980px;
	height:60px;
	background-image:url("../design/accroche.gif");
	background-repeat:no-repeat;
	/*MARGIN top right bottom left*/
	padding:6px 0px 0px 26px;
	font-weight:bold;
}

.accroche:first-letter
{
	background-color:#FAA86C;
	padding:8px 0px 5px 8px;
	margin-left:-5px;
	font-size:24px;
	
}

.content
{
	margin:0px;
	padding:0px;
	width:1006px;
	background-image:url("../design/fond.gif");
	background-repeat:repeat-y;
}

img
{
	border:none;
}
.content-left
{
	float:left;
	width:300px;
	padding-left:25px;
}

.content-middle
{
	margin-left:325px;
	padding:5px 15px 15px 15px;
}

.menu_left
{
	width:268px;
	height:270px;
	padding-left:20px;
	padding-top:25px;
	background-image:url("../design/cadremenu.gif");
	background-repeat:no-repeat;
}

.pub
{
	/*position:relative;*/
	width:268px;
	height:280px;
	padding-left:15px;
	display:block;
	/*left:-10px;
	*/
	padding-top:25px;
	background-image:url("../design/pub.gif");
	background-repeat:no-repeat;
}
.footer
{
	width:1006px;
	height:6px;
	background-image:url("../design/bottom.gif");
	background-repeat:repeat-x;
}

.encart_pub
{
	width:300px;
	height:300px;
	background-image:url("../design/encart_pub.gif");
	background-repeat:no-repeat;
}

.encart_pub a
{
	color:#000000;
	text-decoration:none;
}

.encart_pub a:hover
{
	text-decoration:underline;
	
}

.encart_pub_titre
{
	padding-top:12px;
	padding-left:34px;
	font-weight:bold;
}

.oxado_pub{
	padding-left:28px;
}


.partenaire
{
	font-size:10px;
	font-family:Tahoma;
	color:#666666;
	width:980px;
	padding:6px 0px 0px 26px;
	text-align:center;
}

.partenaire a
{
	font-size:10px;
	font-family:Tahoma;
	color:#666666;
	width:980px;
	text-align:center;
	text-decoration:none;
}
.partenaire a:hover
{
	text-decoration:underline;
}
.clignotant
{
	position:relative;
	width:25px;
	height:25px;
	top:25px;
	left:0px;
}

.titre_admin
{
	font-size:18px;
	font-weight:bold;
	padding:10px;
}

.taberreurs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	background-color: #FFEAEA;
	padding: 2px;
	height: auto;
	width: 95%;
	border: 1px dashed #FF0000;
}


.tabok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #006633;
	background-color: #D9F9CA;
	padding: 2px;
	margin-left:30px;
	margin-top:8px;
	margin-bottom:15px;
	height: auto;
	width:90%;
	border: 1px dashed #006633;
}

.flottant
{
	float:left;
	width:33%;
}

h1
{
	color:#F90;
	font-size:14px;
}
h1 a
{
	color:#F90;
	font-size:14px;
	text-decoration:none;
}

h2
{
	font-weight:bold;
	font-size:12px;
}

h2 a
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}
a, a:hover
{
	text-decoration:underline;
	color:#09C;
}