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

/* hide from ie on mac \*/
		html 
			{
			height: 100%;
			/*overflow: hidden;*/
			}
/* end hide */

body 
	{
	width: 100%;		
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana , Trebuchet MS, Geneva, Arial, sans-serif;
	font-size: medium;
	line-height: 150%
	}

#header
	{
	text-align:left;
	width: 100%;
	height: 79px;
    margin-left: auto;
    margin-right: auto;
	border-bottom:dotted 1px;
	}
	
#video
	{
	width : 667px;
	text-align:center;
	margin-left:auto; 
	margin-right:auto; 
	}
	
#texte
	{
	color: #000000;
	width : 667px;
	text-align:justify;
	margin-left:auto; 
	margin-right:auto; 
	font-size: 0.7em;
	}

#footer
	{
	width: 87px;
	height: 130px;
	text-align:center;
	margin-left:auto; 
	margin-right:auto; 
	}
	
a
	{		
	color: #E69A09;
	border: 0px none;
	text-decoration: none;
	outline: none;
	}

a:hover
	{
	color: #FFFFFF;
	background-color: #E69A09;
	}
