﻿body {
   margin: 0;
   padding: 0;
   font-size: 13px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   background-image: url("../img_def/background_body.jpg");
}

a {
   color: #026e9f;
}

a:visited {
   color: #4084ac;
}

a:hover {
   text-decoration: underline;
}

abbr {
   border: 0;
}

h1,h2,h3,h4,h5,h6 {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
   text-decoration: none;
}

h3 {
   font-size: 18px;
}

img {
   border: 0;
}

form {
   margin: 0px;
   padding: 0px;
}

.boutons {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border:1px solid #333333;
	background-image: url(../img_def/background_vert.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
}

.ligneseparation {
  clear: both;
  visibility: hidden;
 }

#page {
	display: block;
   width: 781px;
   margin: 0px auto 15px auto;
   background: #fff;
   padding: 0px;
   border: 0px solid #eee;
}

/* TOP */

#top {
	display: block;
	clear: both;
	width: 780px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:0px solid white;
	background: #FFA100 url("../img_def/bg_top.jpg")  repeat-x left top;
}

#topdeb  {  
    padding: 15px 0px 0px 0px;
    float: left;
    height: 20px;
    width: 640px;
    background: #FFA100 url("../img_def/bg_top.jpg")  repeat-x left;
}

#topfin {  
    padding: 15px 0px 0px 0px;
    float: right;
    height: 20px;
    width: 140px;
    text-align: center;
    background: #FFA100 url("../img_def/bg_top.jpg")  repeat-x left;
}  
  
#topfin a {
	text-decoration: none;
	color: #FFFFFF;
}  
  
#topbandeau {
	display: block;
	float: left;
	clear: both;
	width: 780px;
	background: #fff;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/* navigation (menu horizontal) */

#navigation {
	display: block;
	float: left;
	width: 541px;
	height:31px;
	clear: both;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	padding: 20px 0px 0px 240px;
    background: #FFA900 url('../img_def/menu_vide.jpg');
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:0px solid white;  
}            



#navigation li {
    height:31px;
	display: block;
	float: left;
	padding: 0;
	/*margin-top: 20px;*/
	border-right:1px solid #e37300; 
	border-left:1px solid #ffb04f;
}

#navigation li a {
    height:31px;
	display: block;
	float: left;
	color:  #FFFFFF;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-bottom: 0px solid white;
	border-right:1px solid #e37300; 
	border-left:1px solid #ffb04f;
}

#navigation li a:hover {
    height:15px;
  	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-right:1px solid #e37300; 
	border-left:1px solid #ffb04f;
}



#navigation2 {
	display: block;
	float: left;
	width: 100%;
	height:40px;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px dotted #CCCCCC;
	
}

#navigation2 li {
	display: block;
	float: left;
	height: 30px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	background-image: url(../img_def/puce_titre.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 60px;
	margin-right: 30px;
	margin-top: 10px;
	letter-spacing: 1px;
}


/* #links (menu vertical) */

#links {
	display: block;
   float: left;
   margin: 0;
   width: 240px;

   /*border-right: 1px dotted #CCCCCC;*/
   background: #fff url(../img_def/bglinks.gif) repeat-x top;
}
#links h3 {
   padding: 0 0 5px 0;
   font-weight: normal;
   font-size: 18px;
   color: #11476d;
}

#links ul {
   margin: 0;
   padding: 10px 0 10px 0;
   list-style-type: none;
}

#gestioncompte {
    display: block;
    padding-top: 15px;
    color: #0000DD; 
    border-bottom:1px dotted #CCCCCC;
    font-family: Tahoma;
 	font-size: 10px;
 	text-transform: uppercase;
 	text-decoration: none;
}
#gestioncompte p{
    font-family: Tahoma;
	font-size: 10px;
	color: #0000DD;  
	text-transform: uppercase;
	text-decoration: none;
}

form#login {
 background-color: #fff;
 color: #000000;
 font-family:  Tahoma;
 font-size: 10px;
 text-align: right;
}

#login .text {
 font-family:  Tahoma;
 font-size: 11px;
 width: 100px;
 margin-right: 6px;
}

#categories {
	display: block;
   padding-top: 15px;
  border-bottom:1px dotted #CCCCCC;
}

#categories h3 {
   padding-left: 10px;
}

#categories li {
   display: block;
   margin: 0;
}

#links li a {
   color: #666666;
   text-decoration: none;
   padding: 3px 5px 3px 10px;
   display: block;
}

#categories li a:hover {
   background: #666666;
   color: #fff;
}

#links #syndicate, #links #syndicate li, #links #syndicate a {
   background: none;
}

#links #syndicate a {
   padding: 0;
}

#links #syndicate img {
   vertical-align: middle;
}


.menu {
    height:150px;
    color: #FFFFFF;
    font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
    margin:0px 0 50px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    position:relative;
    z-index:500;
    padding:0;
    margin:0;
    list-style-type:none;
    width:240px;
}
/* style the list items */
.menu li {
    color: #FFFFFF;
      font-family: Tahoma;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
    background: #FFA900 url('../img_def/bg_top.jpg') repeat-x left top;
    height:26px;
    /* for IE7 */
    float:left;
}
.menu li.sub {
    color: #FFFFFF;
      font-family: Tahoma;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
    background: #FFA900 url('../img_def/bg_top.jpg') repeat-x left top;
} 

/* get rid of the table */
.menu table {
    position:absolute; 
    border-collapse:collapse; 
    top:0; 
    left:0; 
    z-index:100; 
    font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
    display:block; 
    color: #FFFFFF;
      font-family: Tahoma;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
    text-decoration:none;   
    height:25px;
    line-height:25px;
    width:224px;
    text-indent:5px;
    border:1px dotted #CCCCCC;
    border-width:0 1px 1px 1px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
    width:150px; 
    w\idth:149px;
}

/* style the link hover */
* html .menu a:hover {
    color: #FFFFFF;
      font-family: Tahoma;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase; 
    background:#FFA900 url('../img_def/puce_titre.jpg') repeat-x left top;
    position:relative;
}

.menu li:hover {
    position:relative;
}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
    color: #FFFFFF;
      font-family: Tahoma;
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
    background:#FFA900 url('../img_def/puce_titre.jpg') repeat-x left top;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
    color:#FFF; 
    background:#FFA900 url('../img_def/puce_titre.jpg') repeat-x left top;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
    visibility:hidden;  
    position:absolute;
    top:-30px;
    /* set up the overlap (minus the overrun) */
    left:100px;
    /* set up the overrun area */
    padding:30px;
    /* this is for IE to make it interpret the overrrun padding */
    background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
    visibility:visible;
}


/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
    visibility:hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
    visibility:hidden;
}

/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
    visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
    visibility:visible;
}

/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
    visibility:visible;
}

/* make the fourth level visible when you hover over third level link */
    .menu ul a:hover ul a:hover ul a:hover ul { 
        visibility:visible;
}

/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
    visibility:visible;
}

#monpanier {
   background: #fff;
   min-height:250px;  
}   

/* ========================= */
/* #TOOLS */

#tools {
   display: block;
   float: left;
   width: 240px;
   border-bottom: 1px dotted #CCCCCC;
   margin: 0;
   padding: 0;
}

#tools li {
	margin: 0;
	padding: 3px 0 3px 0;
}

#tools li a {
   padding: 0 0 0 24px;
   margin: 0 0 0 10px;
}

#tools li a:hover {
   text-decoration: underline;
}




#main {
	display: block;
	float: left;
	width: 510px;
    background: #fff url(../img_def/bgmain.gif) repeat-x top;
    color: #666666;
	padding: 0px 10px 0px 0px;
}

/* BLOC PUSH */

#main #blocs {
   float: right;
   width: 168px;
   margin: 0px 10px 0px 0px;
}


/* content et post */


.post {
	padding: 10px 0 10px 0;
}

.post h1 {
   margin-bottom: 15px;
}

.post h2{
   font-size: 22px;
   margin-bottom:15px;
}

.post-content {
   margin-left: 10px;
}

#erreurs{
    color: #FA8072;
}

#infos{
    color: #FA8072;
}

li.erreur{
    color: #DC143C;
}


#content {
   padding: 0 10px 0 0;
   min-height:450px;
   border-bottom: 1px dotted #CCCCCC;
   border-left: 1px dotted #CCCCCC;
   margin: 0px 10px 0px 0px;
}

#content h4 {
   font-size: 16px;
}

#content p {
   margin: 3px 0 0 0;
}


/* texte */

#texte .post {
	border: 0;
}

#texte h3 {
	overflow: hidden;
	margin: 17px 0 0 0;
	border-bottom: 1px dotted #CCCCCC;
}

#texte h4 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
}

#texte .post-content {
	margin-left: 0;
}

#texte p {
	font-weight: normal;
}

#texte .post-info {
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 0 0 0;
}


#promos {
   clear: right;
   padding: 15px;
   color: #666666;
   border: 1px dotted #CCCCCC;
   background: #fff;
}

#promos h3 {
   margin-bottom: 15px;
   color: #dddddd;
   font-weight: normal;
}

#promos h4 a {
   font-size: 14px;
}



/* footer  */

#footer {
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 20px 0 10px 0;
    background: #FFA900 url(../img_def/background_piedspage.jpg) repeat-x;
}

#footer p {
   margin: 2px;
}

#footer a {
text-decoration: none;
color: #FFF;
}

#footer a:hover {
  	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: 4px solid #FFFFFF;
}

/* classes gÈnÈriques        */

.floatleft {
float: left;
margin: 0 10px 10px 0;
}   

.tableau {
	border:1px dotted #CCCCCC;
}

.tableau td {
	padding: 5px;
	border-spacing: 2px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border:1px dotted #CCCCCC;
}