body { 
	background: #FDFDFD; 
}
body, input, textarea { 
	font: 14px/22px Helvetica, Arial, sans-serif; 
	color: #666; 
}
#page {
	width:70%;
	margin:0 auto; }

#banniere {
	margin: auto;
	width: 100%;
	height: 100px;
	text-align: center;
	background-image: url(img/background.png); 
}

html {
  font: 81.25% arial, helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  direction: ltr;
  /*overflow:hidden*/
 }
.content {
	width:960px;
	height:600px;
	margin:0px auto;
}
.headertop {
        margin-top:15px;
        margin-bottom: 5px;
        display: inline-block;
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	/*background-color:#f1f1f1;
	border-radius: 10px;
        border: 2px solid #8AC007;*/
    
}
.headerbas {
	width:100%;
	margin: 5px auto;
	/*background-color:#f1f1f1;
	/*border-radius: 10px;
    border: 2px solid #8AC007;*/
   
}
.headergauche {
	float:left;
	width:20%;
	/*background-color:#f1f1f1;
	vertical-align:middle;*/
}
.headercentre {
	float:left;
	width:60%;
	text-align:center;
	/*background-color:#f1f1f1;
	vertical-align:middle;
	text-align:center;*/
}
.headerdroite {
	float:left;
	width:20%;
	/*background-color:#f1f1f1;
	vertical-align:middle;*/
}	

.headerbasgauche {
	float:left;
	/*width:30%;
	background-color:#f1f1f1;
	vertical-align:middle;*/
}
.headerbascentre {
	float:left;
	/*width:40%;
	background-color:#f1f1f1;
	vertical-align:middle;*/
}
.headerbasdroite {
	float:right;
        text-align:right;
	/*width:30%;
	background-color:#f1f1f1;
	*/
}	

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    width: 960px;
    margin: 5px auto;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}

#menu li {
    float: left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative;
}


#menu a {
    float: left;
    padding: 12px 30px;
    color: #fafafa;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #DF0101;
}

html #menu li a:hover { 
    /* IE6 only */
    color: #DF0101;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
.bouton_login_connexion{
	float:right;
	margin-right:25%;
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(#A0B5BD, #FFFFFF);  /*fonds du menu lorsaue la souris est desssus*/
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #FFFFFF; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #FFFFFF; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}


.menumainpage{
	float: left;
	width:22%;
	border : 1px solid #656556;
	margin: 5px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
}

.menumainpage a{
	display:block;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color: #111;
    background-image: linear-gradient(#444, #111);
	padding-left:5px;
}
.categorie{
  text-align:center;
  color:white;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  
}
.sousmenu_titre a{
	display:block;
	padding-left:20px;
	color:#19070B;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
	background:#F2F2F2;
}
.sousmenu_titre_modele a{
	display:block;
	padding-left:39px;
	color:#19070B;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
	background:#F2F2F2;
	
}
.sousmenu_titre a:hover, .menu_titre a:hover, .sousmenu_titre_modele a:hover{
  color:white;
  font-weight:bold;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  
}

.sousmenu2_dynamique a{
	display:block;
	padding-left:45px;
	color:#E6E6E6;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
	background:#f5f8fc;
}

.sousmenu2_dynamique a:hover, .menu_titre a:hover {
 color:white;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	font-weight:bold;
	color:#fff;
}

.contenu {
	float:left;
	width:100%;
}


.blocscroll {
	height:500px;
	overflow:auto;
}