
																	/*------ Structure de base (menu général,scroll horizontal(catégories)) -------*/
html, body, ul, ol, li, form, fieldset, legend{

		}
	
		
		body{
			margin: 0;
			padding: 0;
			border: 0;
			width: 100%;
			vertical-align:middle;
			background-color: #DAECE7;	
			overflow: hidden;
			-webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;

					  
			}

				

		#wrap{		
			width:1200px;
			height: 600px;
			margin:0 auto;
			position:relative;
			top:50%;
			margin-top:-335px;
		}
				
		#content{	
		
			overflow: hidden;
			height: 600px;	
			width: 1200px;	
			color: #333;
			font-family: "Trebuchet MS", Arial;
			text-align: center;
			  	
		}
		
		.contentbox-wrapper{			
			position:relative; 
			left:0; 
			width:9000px; 
			height:100%;
		}
		
		.contentbox1{
			width:1200px; 
			height:600px; 
			float:left; 
					
		}

		.contentbox2{
			width:1200px; 
			height:600px; 
			float:left; 
			
		}

		.contentbox3{
			width:1200px; 
			height:600px; 
			float:left; 
					
		}

		.contentbox4{
			width:1200px; 
			height:600px; 
			float:left; 
			
		}

		.contentbox5{
			width:1200px; 
			height:600px; 
			float:left; 
			
		}

		.contentbox6{
			width:1200px; 
			height:600px; 
			float:left; 
			
		}

		.contentbox7{
			width:1200px; 
			height:600px; 
			float:left; 
	
			
		}
	
	
	
	
	
																					/*------ menu général -------*/
																					
																					
																					
																					
																					
																					

		#nav {
			width: 1200px;
			position: relative;
			margin-left: 245px;
		  }


		#nav ul {
		    
		    list-style: none;
		    padding-bottom: 50px;
		    font-family: "Trebuchet MS", Arial;
		    font-size: 12px;
		}


		#nav ul li {
		    display: inline;
		   }

		#nav ul li a {
		    float: left;
		    margin-right: 20px;
		}
		
		
		
		
		
		
																					/*------ changement couleur de fond-------*/
																					
																					
																					
		
	

		