/*----------------------General------------------------*/
/*---------------<-- Design by  BenJ ----------------*/
/*---------------<-- Decoupage by  Rabbit972 ----------------*/

a img {border: 0;}

body {
	margin : 0px;
	padding : 0px;
	height: 100%;
	background:url(fond_site.gif) repeat-x #FFFFFF;
}

#fondsite {
	position: absolute;
	width: 804px;
	margin-left: -402px;
	left:50%;
}
.gauche{
	float:left;
}

.droite{
	float:right;
}

.FullContenu{
	width:804px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3e4e55;
	background:#FFFFFF;
	padding-top:20px;
}
.FullContenu a{ color:#7f142e; font-weight:bold; text-decoration:none;}
.entete{
	background:url(entete.jpg);
	width:44px;
	height:45px;
	float:left;
	padding-left:750px;
	padding-top:21px;
	padding-right:10px;
}
.ban{
	width:374px;
	height:271px;
	float:left;
	background:url(banniere.jpg) no-repeat;
	padding-left:430px;
	color:#383e46;
}

.contenu{
	float:right;
	width:370px;
}
.contenu_left{
	width:280px;
	float:left;
	margin-left:20px;
	padding-right:10px;
	border-right:2px solid #a5a5a5;
}
.contenu_right{
	width:450px;
	float:left;
	margin-left:10px;
}
.contenu a{ color:#d48c00; font-weight:bold; text-decoration:none;}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#13b1e8;
}
h3{ font-family:Verdana, Arial, Helvetica, sans-serif;}

.ss_titre{
	color:#000000;
	font-size:14px;
}
.imag_border_bleu{ border:1px solid #13b1e8;}

.text{
	margin-left:200px;
	margin-top:5px;
}
.catalogue{
	position:absolute;
	left: 172px;
	top: 410px;
	font-size:18px;
}
.distance5{ margin:5px;}
/*//////////// BAS PAGE //////////////////*/
.bas_site{
	float:right;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a5a5a5;
	margin-top:20px;
}
    .bas_site a{
    	color:#a5a5a5; 
    }


/*//////////// FIN BAS PAGE ////////////////*/

/*//////////// MENU ////////////////*/
.menu{
	width:503px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	clear:both;
	height:43px;
	width:804px;
	position:relative;
	background:url(menu_fond.gif) repeat-x;
}
.menu_off {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:43px;
}
.menu_off a{ 
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:43px;
	
}
.menu_off a:hover{ background:url(menu_fond_hover.gif) repeat-x;}
#menu_on a{ background:url(menu_fond_on.gif) repeat-x;}

.menu_gauche {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
    .menu_gauche li{
        padding-top: 10px;
        clear: both;
    }
        .menu_gauche a{
            color: #3e4e55;
        }
        .menu_gauche img {
            float: left;
            margin-right: 5px;
            border: 1px solid  #13b1e8;
        }
/*---- pagination-------*/
.pagination {
clear: both;
text-align: center;
padding-top: 15px;
}
	.pagination a, .pagination strong{
	border: 1px solid #4a4f56;
	background: white;
	padding: 1px 4px;
    margin-left: 2px;
	text-decoration: none;
	color: #4a4f56;
	}
	.pagination a:hover{
	border: 1px solid #e1e4ec;
	background: #7d142d;
	color: white;
	}
	.pagination strong{
	background: #d5eaff ;
	}
/**************************************
*  AFFICHE ERREUR DE SAISIE FORMULAIRE 
*/
.attention {
	background: #fce5e1 url(../administration/images/attention.gif) 10px 5px no-repeat;
	width:50%;
	padding: 5px 5px 5px 50px;
	margin: 0 0 1em 1em;
	border: 1px #e88088 solid;
	text-align: left;
}
.attention h4 {
	margin: 5px 0;
	padding: 0;
}
.attention li {
	margin-left: 2em;
}
.attention p {
	color: #bf4500;
}

/********************************************
*  formulaire de confirmation avant execution d'une action  
*/
.confirmation {  
   width:75%;
   margin: 0 auto;
   color: #333333;
   background-color: transparent;
   border: 0;
   padding: 5px;
}
   .confirmation h3 {
      color:#AB1960;
      border-bottom:1px solid #AB1960;
   }
   .confirmation td {
      border:0 !important;
   }
   .confirmation a {
      font-weight: bold;
   }
