*{
	margin: 0;
	padding: 0;
}


body{
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;	
	font-size: 12px;
	margin: 0; /* pour éviter les marges */
        text-align: center; /* pour corriger le bug de centrage IE */
}

img{
	border: none;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {font-weight: bold;}

li{
	list-style-type: none;
}
select, input{
	vertical-align: middle;
}
.center{
	
	width: 1024px;
	height:768px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;     
}

.page{
	width: 944px;
	height:678px;
	padding-top:28px;
	padding-left:40px;
	padding-right:40px;
}


#video{
	width: 315px;
	height:210px;

	margin-left:669px;
	margin-top:563px;
	
}

#video-big{

	margin-left:100px;
	margin-top:250px;

	
}


.home {
	float:left;
	width: 223px;
	height:62px;
}

#langue{
	float:left;
	width: 944px;
	height:30px;
	text-align:right;
	
}

#langue span {
	margin-right:10px;
}

#Cfilet{
	float:left;
	width: 944px;
	height:18px;
	
}

#filet{
	float:left;
	width: 223px;
	height:1px;
	background-color:black;
	margin-right:17px;
	
}

#filetend{
	float:left;
	width: 223px;
	height:1px;
	background-color:black;
	
}

#navigation{
	float:left;
	width: 223px;
	height:auto;
	margin-right:17px;
	
}



#navigation li {	
}

#navigation .selected {
	font-weight: bold;	
}

#bloc1{
	float:left;
	width: 223px;
	height:auto;
	margin-right:17px;
	
}

#bloc2{
	float:left;
	width: 223px;
	height:auto;
	margin-right:17px;
	
}

#bloc3{
	float:left;
	width: 223px;
	height:auto;
	
}

#bloc2 div {
	width: 223px;
	font-weight: bold;
}

#bloc2 input {
	 border:1px solid black;
 background-color:#D9D9D9;

}

#bloc2 .InputText {
	width: 223px;


}


#bloc2 textarea {
	width: 223px;
	 border:1px solid black;
 background-color:#D9D9D9;

}

.erreur {
	color:#EF3F35;
	font-weight: bold;
}