html {
	background-image:  url('../img/background_html.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}

body {
	width: 100%; 
	margin: 0px;
	padding: 0px;
}

a {
	color: #5E8B00;
}

a img {
	border: none;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
	margin-top: 5px;
}

#site {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
}

#header{
	width: 1000px;
	height: 100px;
	background-image:  url('../img/background_header.png');
}

#media_search {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}


#corps{
	min-height: 300px;
	background-color: #DDDDDD;
	font-size: 10pt;
	padding-top: 10px;
	float: left;
	width: 1000px;
}

#corps h1 a{
	padding-left: 10px;
}

#corps p{
	padding-left: 10px;
}

#footer {
	background-image:  url('../img/background_footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DDDDDD;
	width: 980px;
	min-height: 50px;
	padding: 10px;
	padding-bottom: 60px;
	float: left;
	border-top: solid 1px #000000;
}

#contenu_principal {
	float: left;
	position: relative;
	width:570px;
	/*min-height: 1000px;*/
	border-right: solid 1px #000000;
	padding-bottom: 10px;
	border-top: solid 1px #000000;
	padding-left: 10px;
}

#zone_right {
	float: right;
	position: relative;
	width:419px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	margin-left: -1px;
}

#zone_right h1 {
	font-size: 12pt;
}

.media_elt {
	width: 560px;
	min-height: 124px;
	padding-top: 3px;
	margin-top: 5px;
	border-top: solid 1px #CCCCCC;
	float: left;
}


.media_elt_img {
	float: left;
	background-color: #222222;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 130px;
	text-align: center;
}

.media_elt_titre {
	padding-left: 5px;
}

.media_elt_desc {
	margin-left: 135px;
}

.media_topconsult {
}

.media_topconsult_elt_img {
	float: left;
	height: 130px;
   	/*display: table-cell;
	vertical-align: middle;*/
	width: 130px;
	text-align: center;
	background-color: #5E8B00;
	margin-right: 5px;
	margin-bottom: 5px;
	/*padding-bottom: 3px;*/

}

.media_topconsult_elt_img a {
	display: block;
	height: 125px;
	padding-top: 5px;
}

.media_elt_footer {
	float: left;
	width:560px;
	margin-top: 15px;	
	margin-bottom: 15px;
}

.media_elt_videos {
	margin-top: 15px;	
	margin-bottom: 15px;
}

.media_elt_video {
	margin-top: 5px;
}

.media_elt_player {
	text-align: center;
}

.media_elt_player div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#zone_right_1 {
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 10px;
	float: left;
	width: 399px;
}

#zone_right_1 p{
	padding-left: 0px;
}

#zone_right_topconsult {
	padding-left: 10px;
	padding-right: 0px;
	border-top: solid 1px #000000;
	float: left;
	width: 409px;	
	padding-bottom: 5px;
}

#zone_right_reseau {
	float: left;
	width: 399px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid 1px #000000;
}

#zone_right_reseau p {
	padding-left: 0px;
}

#zone_right_partenaires {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #000000;
	float: left;
	width: 399px;
}

#zone_right_2_content {
	float: left;
	width: 399px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #000000;
}

.navigation {
	list-style-type: none;
	float: left;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 0px;	
}

.navigation li  {
	float: left;
}

.navigation a {
	border: solid 1px #5E8B00;
	padding: 2px;
	min-width: 20px;
	display: block;
	margin-right: 4px;
	text-align: center;
}

.navigation_selected,
.navigation a:hover {
	border: solid 1px #880000;
	color: #FFFFFF;
	background-color: #5E8B00;
}

.abecedaire {
	list-style-type: none;
	float: left;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
	width: 550px;
	font-size: 8pt;
	margin-bottom: 0px;	
	margin-top: 10px;
}

.abecedaire li  {
	float: left;
}

.abecedaire a {
	border: solid 1px #AAAAAA;
	padding: 2px;
	min-width: 10px;
	display: block;
	margin-right: 2px;
	text-align: center;
}

.abecedaire_selected,
.abecedaire a:hover {
	border: solid 1px #888888;
	color: #FFFFFF;
	background-color: #AAAAAA;
}











