
* {
	margin: 0;
	padding: 0;
	}

a img {
	border: 0;
	}

#page {
	width: 823px;
	}
	

	/* HEADER */

	#header {
		background-image: url("media/papier.jpg");
		background-repeat: no-repeat;
		height: 369px;
		}
	
	/* SOUS MENU */
	
	#smenu {
		height: 355px;
		width: 120px;
		float: left;
		}
		
	#smenu ul {
		margin: 220px 10px 0 0;
		}
	
	#smenu li {
		list-style: none;
		text-align: right;
		margin-bottom: -4px;
		}
	
	#smenu li a {
		text-decoration: none;
		color: #74ae19;
		font-size: 9px;
		font-family: arial;
		font-weight: bold;
		}
	
	#smenu li a:hover {
		color: #757474;
		}
		
	/* //////////////////// */
	
	/* EDITO */
	
	#edito {
		height: 355px;
		width: 450px;
		float: left;
		margin: 0 0 0 0;
		
		}
		
	#edito p {
		/* line-height: 16px; */
		font-size: 12px;
		font-family: arial;
		text-align: justify;
		color: #757474;
	}
	
	#edito h3 {
		margin: 170px 0 0 30px;
		color: #26231f;
		font-size: 20px;
		font-weight: normal;
		font-family: Century Gothic, Arial sans-serif;
		_margin: 170px 0 0 30px;;
		}
		
	#edito a {
		color: #74ae19;
		font-family: Arial;
		text-decoration: none;
		}	
	
	#edito a:hover {
		color: #74ae19;
		font-family: Arial;
		text-decoration: underline;
		}
	
	#edito p {
		margin: 27px 30px 0 30px;
		color: #555555;
		font-family: Arial;
		}
		
	/* //////////////////// */
	
	/* LOGO */
	
	#logo {
		float: left;
		height: 335px;
		padding : 0 0 10px 0;
		}
			
	
	/* //////////////////// */
	
	/*CONTENT*/

	#content {
		margin: 0 0 0 120px;
		}
	
	#content li {
		list-style: none;
		color: #757474;
		font-family: arial;
		
		font-size: 10px;
		margin: 0 0 0 20px;
		}
	
	#content a {
		color: #757474;
		font-size: 12px;
		font-family: Arial, sans-serif;
		
		text-decoration: none;
		}
		
	#content a:hover {
		color: black;
		}
	
	#content h3 {
		color: #26231f;
		font-size: 20px;
		font-weight: normal;
		font-family: Century Gothic, Arial sans-serif;
		margin: 30px 0 0 0;
		}
		

	/* //////////////////// */
	
	