#header {
	height: 150px;
	width: 960px;
}
#header #header_top {
	height: 75px;
	width: 960px;
	background-image: url(../images/bckgrnd_ligne.jpg);
	background-repeat: repeat;
}
#header #bloco_logo {
	height: 140px;
	width: 172px;
	z-index: 1000;
	position: absolute;
	margin-left: 70px;
	margin-top: 13px;
}
#header #langues {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: right;
	height: 23px;
	width: 57px;
	padding-top: 5px;
}
#header #membres {
	float: right;
	height: 23px;
	width: 182px;
}
#header #boite_appelez_nous_fb {
	float: right;
	height: 24px;
	width: 600px;
	margin-top: 15px;
	clear: right;
}
#header #appelez_nous img {
	height: 24px;
	width: 161px;
	float: right;
}
#header #facebook {
	float: right;
	height: 24px;
	width: 122px;
	margin-right: 41px;
}

/*     Ligne rouge     */

#header #ligne_rouge {
	height: 1px;
	width: 960px;
	top: 90px;
	float: left;
}

/*      Menu      */


#header #menu {
	width: 700px;
	margin-left: 300px;
	height: 50px;
	float: left;
}
#header #menu ul {
	margin: 0px;
	padding: 0px;
	height: 45px;
}
#header #menu li {
	list-style-type: none; /* Video 3:30*/
	float: left;
	position: relative;
}
#header #menu ul li a {
	color: #999;
	text-decoration: none;
	display: block;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 13px;
}
#header #menu li a:hover	{         /* Video 7:28*/
	background-image: url(images/menu_bckgrnd_gradient_1.jpg);
	background-repeat: repeat-x;
	color: #C00;
	background-position: bottom;
}
#header #menu ul ul {
	position: absolute;
	visibility: hidden;
	height: 28px;
	clear: left;
}
#header #menu ul li:hover ul { /* Survol des menus principaux*/
	visibility:visible;
}
#header #menu ul li ul li {
	width: 84px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 28px;
}
#header #menu ul li ul li a	{
	color: #999;
	text-decoration: none;
	text-align:center;
	font-size:9px;
	padding-right:2px;
	padding-left:2px;
	height: 28px;
	padding-top: 7px;
	width: 81px;
}
#header #menu ul li ul a:hover	{/* Survol des sous-menus */
	color: #FFF;
	background-color: #C00;
	text-align:center;
}
.menu_actif {
	color: #CC3333;
	text-decoration: none;
	display: block;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 13px;
}
.sous-menu_actif {
	color: #CCC;
	text-decoration: none;
	display: block;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 13px;
}
/*_______________________________________________Footer__________________________________*/
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding-top: 30px;
	clear: left;
	padding-bottom: 50px;
}
#footer table {
	width: 880px;
	margin-left: 78px;
}
#footer table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
#footer table tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
#footer table tr td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
#footer table tr td a:visited	{
	color: #333;
	text-decoration:none
}
#footer table tr td a:hover		{
	color: #FFF;
	text-decoration:none;
}
#footer table tr td a:active	{
	color: #F00;
	text-decoration:none;
}
.gris_fonce {
	color: #666;
}
#langues a {
	color: #666;
	text-decoration: none;
