* {
    padding: 0;
    margin: 0;
} 

body {
	width :100% ;
	background: #FFFFFF url(fond.jpg) repeat-x;
	font-family: Roboto, Open Sans, Lato, Verdana ;
	font-size: 12px;
	line-height: 15px;
	color: #303030;
}

#global {
	width: 80%;
	margin: auto;
}

#header {
	width: 100%;
	text-align: center;
	height: 200px;
}

#menu-gauche {
	width :20% ;
	float :left ;
}

#contenu {
	width :60% ;
	float :left ;
}

#sidebar-droite {
	width :20% ;
	float :left ;
}

#espace { 
	height: 80px;
}

#header h1 {
	color: #4090B0;
	font-size: 30px;
	padding: 15px 0 10px 0;
}
#header h1 a { color: #4090B0; text-decoration: none; }
#header h1 a:hover { color : #4090B0; text-decoration: none; }

#header h2 {
	height: 100px;
	color: #4090B0;
	font-size: 18px;
	line-height: 19px;
	padding : 10px 0 10px 0;
}
#header h2 a { color: #4090B0; text-decoration: none; }
#header h2 a:hover { color : #4090B0; text-decoration: underline; }

h2 {
	height: 100px;
	color: #4090B0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding : 0px 0 10px 0;
}

h3 {
	color: #4090B0;
	font-size: 12px;
	padding : 10px 0 0 0;
}

p {
	padding : 0px 0 10px 0;
}

li {
margin: 0px 50px 0px 50px;
 	padding-left: 10px;
}

#texte {
	text-align: justify;
	color: #303030;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 0;
}

.lien { color: #4090B0; text-decoration: none; }
.lien:hover { text-decoration: underline; }

#footer {
	width: 100%;
	border-top: 1px solid #bbb;
	text-align: center;
	color: #909090;
	font-size: 10px;
	padding: 30px 0 10px 0;
}