/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

input,textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	color: #808080;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 24px;
	letter-spacing: -3px;
}

#header h2 {
	float: right;
	margin: 10px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #004BFB;
	font-weight: bold;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 200px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
}

#menu1 a {
	display: block;
	width: 200px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	color: #FFFFFF;
}

#menu2 {
	float: left;
	width: 180px;
	margin: 0px auto;
	margin-left: 30px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #323B2E;
}

#menu2 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu2 li {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
}

#menu2 a {
	display: block;
	width: 180px;
	margin-left: 30px;
	padding: 5px 0px;
	background-color: #D9D9D9;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #707070 ;
}

#menu2 a:hover {
	background-color: #8A8A8A;
	color: #FFFFFF;
}


.hmenu1 {
/*  font-family: Arial, sans-serif; */
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  text-align: right; /* We are using text-align: left on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either center or right */
  margin: 5px 0px 5px 0px;
  padding: 0 0 3px 0;
}
.hmenu1 li {
margin: 0 2px 0 0;
border-bottom: none;
display: inline; /* Menu links are horizontally aligned using display: inline */
}
.hmenu1 li a {
margin: 0 -2px 0 0;
padding: 3px 12px 3px 12px; /* Display: block won't work in this example, instead we are using padding */
color: #666;
text-decoration: none;
border: 1px solid #ccc;
background: #f5f5f5;
}
.hmenu1 li a:hover {
background: #ededed;
color: #000;
}
.hmenu1 li#active {
margin: 0 3px 0 0;
padding: 3px 6px 3px 8px; /* Display: block won't work in this example, instead we are using padding */
background: white;
border: 1px solid #ccc;
border-bottom: 1px solid white;
}
.hmenu1 li a:hover {
background: #ededed;
color: #000;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 530px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 8px;
}

#video {
  position:absolute;
  padding:0;
  margin:9px 0 0 9px;
  width:512px;
  height:288px;
}

.cadre {
  position:relative;
  width:530px;
  height:306px;
  background-color:black;
}