
/* --- COULEURS --- */


/* Général */
body {
	color: #FFFFFF;
	background: url(img/background/freeride.jpg) no-repeat center center fixed;  
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}
a {
	color: #FFFFFF;
}
a:hover, a:focus {
	color: #FFFFFF;
}
strong {
	color: #FFFFFF;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(img/background/texture3.png) no-repeat center center fixed;  
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}

/* Navigation */
#navigation {
	background: url(img/background/texture3.png) no-repeat center center fixed;  
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}
#navigation a {
	color: #ffffff;
}
#navigation a:hover, #navigation a:focus {
	background: #9f9f9f;
}

/* Contenu principal */
#contenu {
	color: #FFFFFF;
	background: tranparent ;
}
#contenu a {
	color: #FFFFFF;
}
#contenu a:hover, #contenu a:focus {
	color: #9f9f9f;
}
#contenu strong {
	color: #FFFFFF;
}

/*pied*/
#pied {
	color: #000;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 1200px; 
	margin: 0 auto;
}

/* En-tête */
#entete {
	padding: 20px 20px 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 75%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	width: 140px;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1.5%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 130px;
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Formulaire */

label{
	font-size: 1em;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold;
	font-style: italic;
	color: white;
	}

button{
	font-size: 1.08em;
	font-weight: bold;
	color: color:#000;
	}				
	

#container{	
	margin:0 0 0 40px;
	background:transparent;
	width:600px;
	text-align:left;
	}		


	#form1 fieldset{
		border:none;	
		float:left;
		display:inline;
		width:500px;
		}		
	#form1 legend{display:none;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:252px;
		border:1px solid #888;
		padding:3px;
		}		
	#form1 textarea{
		height:250px;
		width:550px;
		overflow:auto;
		}					

	#form1 button{
		width:120px;
		height:37px;		
		border:solid 1px #fff;
		cursor:pointer;
		text-align:center;
		background: url(img/background/texture3.png);
		color:#fff;
		}


/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
