/*body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	
	margin:0px;
	padding:0px;
}

body{
 Setting default text color, background and a font stack 
	color:#cccccc;
	font-size:13px;
	background: #302b23;
	font-family:Arial, Helvetica, sans-serif;
}
*/
ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
	padding: 0px;
	padding-left:5px;
	padding-right:5px;
	background: #302b23;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:34px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:200px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* couleur vive */

li.button a.blue{background:url(../images/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(../images/blue.png) repeat-x top right;}

li.button a.green{background:url(../images/green.png) repeat-x top left; color:#436800;}
li.button a.green span{ background:url(../images/green.png) repeat-x top right;}

li.button a.orange{background:url(../images/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(../images/orange.png) repeat-x top right;}

li.button a.red{background:url(../images/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(../images/red.png) repeat-x top right;}

/* couleur cuire */

li.button a.cbleu{background:url(../images/c-bleu.png) repeat-x top left; color:#fff;}
li.button a.cbleu span{ background:url(../images/c-bleu.png) repeat-x top right;}

li.button a.corange{background:url(../images/c-orange.png) repeat-x top left; color:#fff;}
li.button a.corange span{ background:url(../images/c-orange.png) repeat-x top right;}

li.button a.crouge{background:url(../images/c-rouge.png) repeat-x top left; color:#fff;}
li.button a.crouge span{ background:url(../images/c-rouge.png) repeat-x top right;}

li.button a.cvert{background:url(../images/c-vert.png) repeat-x top left; color:#fff;}
li.button a.cvert span{ background:url(../images/c-vert.png) repeat-x top right;}

li.button a.cviolet{background:url(../images/c-violet.png) repeat-x top left; color:#fff;}
li.button a.cviolet span{ background:url(../images/c-violet.png) repeat-x top right;}

/* couleur noire */
li.button a.noire{background:url(../images/noire.png) repeat-x top left; color:#fff;}
li.button a.noire span{ background:url(../images/noire.png) repeat-x top right;}


/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:15px;
}

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

a, a:visited {
	color:#ccc;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	/* The tut info on the bottom of the page */
	padding:10px;
	text-align:center;
}
