/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }

body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 84%;
  padding: 0;
  margin: 0;
  color: #444444;
  background: #444444;
}

/*---------------------------*/
/*HEADERS*/
/*---------------------------*/
h1 { font-size: 1.3em; font-weight: normal; }
h2 { 
	font-size: 1.5em; 
	font-weight: bold; 
	background:  url(images/front-corner.gif) top left no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #999999;
	color:#666666;
	text-transform: uppercase;
}
h3 { font-size: 1.3em; font-weight: 400; color:#3366CC;}
h4 { font-size: 1.1em; font-weight: 400; color:#3366CC; text-transform: uppercase;}
h5, h6 { font-size: 1em; font-weight: bold;}


p {
 	margin: 0px 0px 15px 0px;
	font-size: 1.1em;
	line-height: 115%;
}

/*---------------------------*/
/*LINKS*/
/*---------------------------*/
a, a:link { color: #5CB3D2; text-decoration: none;}
a:visited { color: #777; }
a:hover, a:focus { color: #FF9900; text-decoration:underline; }
a:active { color: #4EB900; }

a {	
	st
}

/*---------------------------*/
/*STRUCTURE*/
/*---------------------------*/

/*main container*/
#container {
  width: 850px;
  margin: 0 auto 0 auto;
  padding: 0;
  background:  #FFFFFF;
  border-left: 1px solid  #000000;
  border-right: 1px solid #000000;	
}
/*header area*/
#header{
	height: 195px;
	background: url(images/street-bike-image.jpg) no-repeat;
  	background-position: 5px 90px;
	margin: 0px;
	padding: 0px;
}
/*logo*/
#header img { 
  margin: 5px 0px 0px 5px;
  float: left;
}
/*hidden logo link*/
.hidden {
	display: none;
}
/*top english link*/
.englishsite {
	margin: 10px 5px 0px 316px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: .9em;
}
/*navigation container*/
/*.navigation {*/
/*margin: 40px 0px 0px 316px;*/
/*padding-top: 20px;*/
/*}*/

/*navigation links*/
#header ul {
	width: 500px;
	margin: 38px 0px 0px 300px;
	float: right;
}
#header li {
	display: inline;
	width: 150px;
	height: 40px;
	border: solid 1px #999999;
	float: left;
	margin-left: 5px;
	padding: 7px 3px 3px 3px;
}
.apropos {
	background: url(images/back_apropos.jpg) top left no-repeat;
}

.projets{
	background: url(images/back_projets.jpg) top left no-repeat;
}

.contact{
	background: url(images/back_contact.jpg) top left no-repeat;
}

/*content area - floating*/
#content {
	clear: both;
	width: 560px;
	margin: 10px 0px 10px 10px;
	float: left;
}
/*side nav - stationary*/
#sidenav {
	width: 260px;
	margin: 10px 0px 10px 580px;
}
/*side nav - container div*/
.sidecontainer {
	border: 1px solid #CCCCCC;
	background: url(images/front-corner.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
/*side nav - main headers*/
.sidecontainer h3 { 
	font-size: 1.2em;
	font-weight: bold; 
	color: #3366CC;
	padding: 0px 0px 5px 20px;
	margin: 7px 0px 0px 0px;
}
.sidecontainer ul { 
	margin-top: 0px;

}

.sidecontainer li { 
	font-size: .95em;
}

/*footer containers*/
#footer {
  color: #666;
  border-top: solid 3px #777;
  background:  url(images/footer_bg.gif) no-repeat bottom right;
  clear: both;
  padding: 5px 0px 10px 10px;
}
/*footer links*/
#footer  ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}
#footer  li {
	list-style:none;
	display: inline;
}
/*footer headers*/
#footer h5 {
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
/*---------------------------*/
/*MISC VISUAL*/
/*---------------------------*/
.floatleft {
	float: left;
}
.clear {
	clear:both;
}
/*images*/
.imageleft {
	float: left;
	margin-right: 5px;
}
.imageright{
	float: right;
	margin-left: 5px;
}
