html, body, div, ul, li, a, ol, h1, h2, h3, h4, h5, h6, p, blockquote, strong, object{
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

html{
	background-color: rgb(49,43,43);
}
body{
	background-color: rgb(255,255,255);
}

#cordo{
	
	background-image: url(/images/Cordo-163.png);
	background-repeat: repeat-x;
	background-position: 0px 5px;
	height: 50px;
	position: absolute;
		top: 0px;
		left: 0px;
	width: 100%;	
}

#warpper{
	margin: 0 auto;	
	width: 900px;
}

#nav{
	float: left;
	min-height:630px;
	width: 228px
}

#nav object{
	width: 228px;
}

#content{	
	background-image: url(/images/Logo_Cote-163.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	padding: 90px 0 0 0;
	text-align: justify;
	width: 670px;
}

#content p{
	font-size: .8em;
	line-height: 1.5em;
	margin-left: 220px;	
	padding-top: 10px;
	text-align: justify;
}

#imgcontent{
	float: left;
	margin-right: 10px;
}
	
#textcontent{
	float:left;
	padding-left: 10px;
	width: 475px;
}

#switch{ 
	margin-top: 20px;
	width: 100%;
	z-index: 1000;
}
	
#footer{
	background-color: rgb(49,43,43);
	border-top: solid 2px black;
	clear:both;
	color: white;
	font-weight: lighter;
	font-size: .7em;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align:center;
	width:100%;
}	

#footer ul{
	margin: 10px auto;
	text-align: center;
	width: 400px;
}

#footer li{
	display:block;
	float:left;
	margin: 0 auto;
	width: 100px;
	}
	
#footer a{
	font-size: 1em;
	color: white;
}
	
#footer a:hover{
	background-color: rgb(49,43,43);
	color: white;
	font-size: 1em;
	text-align: center;
	text-decoration: underline;
}	

#footer p{
	border-top: solid 2px rgb(60,60,60);
	margin: 10px auto 0 auto;
	padding-top: 5px;
	text-align: center;
	width: 50%;
}
	
#footer ul.sousnav {
	margin-left:9px;
	padding-top: 8px;
	text-align: left;
	width: 80px;
}

html body #footer ul.stru{
	margin-left: 14px;
}

#navstru{
	list-style-type:none;
}

#navstru ul{
	float: right;
	list-style-type:none;
}
	
#navstru li{
	display: inline;
	list-style-type:none;
}
	
#navstru a{
	font-size: .8em;
	padding: 5px 10px;
	text-align: center;
}
	
#navstru a:hover{
	background-color: rgb(49,43,43);
	color: white;
	font-size: .8em;
	padding: 5px 10px;
	text-align: center;
}

#footer ul.sousnav  li{
	clear: both;
	font-size: .8em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 80px;
}	

#footer ul.sousnav  a{
	color: rgb(210,210,210);	
}

h1{
	color: rgb(49,43,43);
	font-weight: lighter;
	font-size: 1.5em;
	letter-spacing: .05em;
	margin: 0;
	padding: 0 0 5px 0;
}

h2{
	color: rgb(49,43,43);
	color: #4D4747;
	font-size: 1.2em;
	letter-spacing: .05em;
	padding: 0px 0 5px 0;	
}	

h2.projet{
	font-weight: lighter;
	font-size: .4em;
}

h3{
	font-weight: lighter;
	font-size: .6em;
}
	
h3.title{
	font-size: .9em;	
}
	
hr{
	clear: both;
	visibility: hidden;		
}

a{
	color:black;
	text-decoration:none;
}

a img{
	border: none;
}

strong{
	font-weight: normal;
}
	
input{
	border: none;
	border-bottom: 1px dashed black;
}
	
input.boutton{
	border:none;
	background-color: rgb(49,43,43);
	color: rgb(250,250,250);
	font-weight: bold;
	padding: 3px 5px;
}

	#email{
		width: 155px;
	}
	
	#nom{
		width: 162px;
	}

textarea{
	border: none;
	border-left: 1px dotted black;
	overflow: auto;
}

#content div.nomarg{
	margin: 0px;
}

.floatleft{
	float:left;	
}

.floatright{
	float:right;	
}

.nofloat{
	clear: both;
}
.relative{
	position: relative;
}

#content div.relative{
	border-top: solid 1px #000;
	width: 672px;
}
	
*{outline: none;}
