/*
------------- RESET CSS ------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearFloat{
clear:both;
}
/*
<------------------------------------------------------------>
*/
body{
	width:1000px;
	background-color:#121211;
}
#global{
	width:1000px;
	margin:0 auto;
	
}
#header{
	width:100%;
	height:349px;
	background-image:url(header2.jpg);
}
#nav{
	height:40px;
	background-image:url(menu.jpg);
	margin:0 auto;
}

#main{
padding-top:6px;
}

#centre{
	width:850px;
	min-height:700px;
	float:left;
	background-color:#121211;
}
a{
	color:white;
	font-stretch:condensed;
	font-weight:bold;
}
a:hover{
	color:white;
	font-stretch:condensed;
	font-weight:bold;
}


.nom_categorie li {
	float:left;
}
.nom_categorie li h2 a{

	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	font-stretch:expanded;
	font-weight:bold;
	margin-right:7px;
	
}
.titre{
}
.sous-titre{
}
.paragraphe{
	text-align:justify;
	font-size:16px;
	color:#EBEBEB;
	margin:5px;
	font:Georgia, "Times New Roman", Times, serif;
	font-stretch:extra-condensed;
	line-height:16px;
	color:#999d1e;
}
.bouton_base {
	font:Verdana, Geneva, sans-serif;
	background-image:url(bouton/bouton_base.jpg);
	background-repeat:repeat-x;
	height:47px;
	text-align:left;
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	color:black;
	border:2px solid black;
	padding:2px;
	padding-left:15px;
	
	vertical-align:baseline;
	
}
.bouton {
	background-image:url(bouton/bouton.png);
	width:212px;
	height:51px;
	text-align:center;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	color:black;
	border:2px solid black;
	margin-left:50px;
	vertical-align:baseline;
	
}
.bouton a {
	position:relative;
	top:15px;
	
}
.petit_paragraphe{
}
.bloc_partenaires{
	
}
.liste_partenaire{
	background-color:#2d2a2a;
}
.liste_partenaire li{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	height:20px;
	margin:2px;
	
	
}

.liste_categorie li{
	display:block;
	height:125px;
	border:1px solid white;
	width:1000px;
	margin-bottom:5px;
	padding:2px;
	background-color:#2d2a2a;
	overflow:hidden;
 
}

.categorie_sous_liste_videos{
	color:red;
}
.liste_categorie li h2{ 
height:50px;
font-size:30px;
line-height:30px;
text-transform:uppercase;
background-color:white;
overflow:hidden;
color:black;
padding:5px;
text-align:center;
}
.liste_categorie li h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	font-weight:bold;
	font-size-adjust:30px;
	color:black;
	
	
	
}
.liste_categorie li p {
	color:white;
	padding:2px;
	font-stretch:condensed;
	
}
.case_videos_bottom{
	background-image:url(images/case_videos_bottom.png);
	width:711px;
	height:15px;
	background-position:bottom;
	
}
#videos_relative{

}
.related_videos {
	display:inline-block;
	
	margin:5px;
}
.related_videos h4{
 width:120px;
 height:22px;
 font-size:10px;
 line-height:10px;
 overflow:hidden;
 font-stretch: ultra-condensed;
 font-weight:lighter;
  margin:5px;
}
.related_videos h4 a{
 color:#999d1e;
}
.related_videos h4 a:hover{
 color:black;
}
.related_videos img{
	width:120px; 
	margin:5px;
	float:left;
}


.bloc_aleatoire{
	width:230px;

}
.related_rand {
	display:inline-block;
	width:45%;
	height:90%;
	margin:2px;
	
	float:left;
	overflow:hidden;
}
.related_rand h4{
 width:100%;
 height:22px;
 font-size:10px;
 line-height:10px;
 overflow:hidden;
 font-stretch: ultra-condensed;
 font-weight:lighter;
  margin:5px;
}
.related_rand h4 a{
 color:#999d1e;
 text-transform:uppercase;
}
.related_rand h4 a:hover{
 color:black;
}
.related_rand img{
	width:90%; 
	margin:5px;
}

.pagination ul{
	margin:0px;
	padding:0px;
}
.pagination ul li{
	float:left;
	height:24px;
	min-width:24px;
	font-size:20px;
	font-height:20px;
	margin-top:10px;
	margin-left:3px;
	border:2px solid white;
	padding:3px;
	background-color:#ac1688;
	vertical-align:middle;
	text-align:center;
	
}
.pagination ul li a{
	text-decoration:none;
	color:#FFF;
	
}
.tooltip{ 
}


.mini_photo_videos{
}
.img-cat{
	width:125px;
	height:125px;
	float:left;
}


ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}


