@charset "UTF-8";
/* CSS Document */


body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 2%;
	margin: 0;

}

	
img {
border-width: 0;
border-style: none;
}

video{
	max-width: 100%;
	height: auto;
}



/* --- PAGES INFOS  --- */
#nav{
	position: relative;
	padding: 0 0 2% 0;
	margin: 0 auto;
	height: 8%;
	width: 100%;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

#texte{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	color: #000;
	background-color: #fff;
	text-align: left;
	height: 100%;
}

#textecolonne{
	float:left;
	padding: 0;
	margin: 0;
	width: 160px;
	color: #000;
	background-color: #fff;
	text-align: left;
}

#videocontainer{
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 90%;
	width: 90%;
	float: center;
	text-align: center;
	background-color: #fff;
}

#image{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 400px;
	color: #000;
	background-color: #fff;
	text-align: left;
	background-image: url(visuel960.jpg);
	background-position : top center;
	background-repeat: no-repeat;
}


	
#flashcontent{
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 80%;
	width: 100%;
	float: center;
	text-align: center;
	background-color: #fff;
}

#nav a {
	text-decoration: none;
	color: #000;
}
#nav a:link {
	color: #000;
	text-decoration: none;
}
#nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #C00;
	text-decoration: none;
}
#nav a:active {
	color: #000;
	text-decoration: none;
}

#texte a {
	text-decoration: none;
	color: #000;
}
#texte a:link {
	color: #000;
	text-decoration: none;
}
#texte a:visited {
	color: #000;
	text-decoration: none;
}
#texte a:hover {
	color: #C00;
	text-decoration: none;
}
#texte a:active {
	color: #000;
	text-decoration: none;
}

/* --- TEXTE  --- */

#texte1 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
#texte2-1 {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
#texte2-2 {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
#texte3 {
	font-size: 14px;
	line-height: 18px;
	color: #C00;
}
#texte4 {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
