/* CSS Rivale */

body { 
  margin:0px auto;
  width: 810px;
  background-color:#ff7600;
  }
  
#header{
float:left;
background-image:url(../images/header.jpg);
width:810px;
height:174px;
padding:0px;
margin:0px;
}
#header img{
margin-top:35px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img.logo{
border:none;
margin-left: 30px;
}

/* Header End */ 

#nav {
float:left;
background-image:url(../images/bg_menu_ind.jpg);
width:810px;
height:114px;
list-style: none ;
margin: 0 ;
padding:0 ;		/* Création du contexte de formatage */
}

#nav ul
{
float:left;
margin:0;
}

			#nav li {
				float: left ;
				width: 125px ;
				height:60px;
				list-style: none ;
				margin: 0 0 0 0 ;
				padding: 0 ;
				display: block ;
				}
			#nav li a {
				display: block ;
				height:60px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:1em;
				text-align: center ;
				text-decoration: none ;
				color:#FFFFFF;
				list-style: none ;
				margin: 0 0 0 0 ;
				padding: 7px 0 0 0 ;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				text-decoration: none;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:1em;
				color:#ff7600;
				list-style: none ;
				margin: 0 0 0 0 ;
				padding: 7px 0 0 0 ;
				}	
			
/* Navigation End */ 

#content{
float:left;
background-image:url(../images/bg_content.jpg);
width:810px;
height:300px;
background-repeat:repeat-y;
padding:0px;
margin:0px;
}

#bloc_contenu{
margin:0px auto;
width:620px;
height:auto;
}
#contenu_ind{
width:620px;
height:auto;
}

h1{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.4em;
color:#3d3c3b;
margin-bottom:20px;
}

h2{
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:1em;
color:#235405;
margin-bottom:20px;
}

p{
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#3d3c3b;
text-align: justify;
}

em{
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:1em;
color:#ff8a00;
}

#footer_contenu_ind{
background-image:url(images/footer_contenu_ind.jpg);
width:620px;
height:10px;
}

#bloc_langages{
width:650px;
height:auto;
margin-top:150px;
}

	#bloc_langages li{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:1em;
	display:inline;
	margin:0px;
	margin-left: 35px;
	}
	#bloc_langages li a {
				display: block ;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:1em;
				text-align: center ;
				text-decoration: none ;
				color:#ff8a00;
				list-style: none ;
				display:inline;
				}
			#bloc_langages li a:hover, #bloc_langages li a:focus, #bloc_langages li a:active {
				text-decoration: none;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:1em;
				color:#235405;
				list-style: none ;
				display:inline;
				}

/* content_contenu End */ 

#footer{
float:left;
background-image:url(../images/bg_footer.png);
width:810px;
height:15px;
margin-left:0px;
padding:10px 0;
}

			#footer a {
				display: block ;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:0.9em;
				text-align: center ;
				text-decoration: none ;
				color:#ff8a00;
				list-style: none ;
				display:inline;
				margin-left:0px;
				}
			#footer a:hover, #footer a:focus, #footer li a:active {
				text-decoration: none;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:0.9em;
				text-align: center ;
				color:#235405;
				list-style: none ;
				display:inline;
				}
			#footer p {
				text-decoration: none;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:0.8em;
				text-align: center ;
				color:#e1e2d4;
				list-style: none ;
				display:inline;
				margin-left:64px;
				}	
