/* DESIGN DIVERS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background-body.gif);
	background-repeat: repeat;
}
.clear{
	clear:both;
}
img{
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:justify;
}
.image-left{
	float:left;
	border: 1px solid #999999;
	margin-right: 10px;
}
.img-cadre{
	border: 1px solid #666666;
}
.stats-video{
	font-size:11px;
	color: #999999;
}
.red-color{
	color:#FF0000;
}

/* CONTENU */
#bande-noir{
	width:100%;
	background-color:#000000;
	height: 30px;
}
#container{
	width:900px;
	margin:auto auto auto auto;
}
#content{
	background-image: url(images/background-content.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#colonne-left{
	width:538px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
#colonne-right{
	width:342;
	float:left;
}
#copyright{
	background-color:#000000;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contenu-telechargement-en-cours{
	text-align:center;
	padding: 5px;
	border: 1px solid #333333;
}

/* COULEUR LIENS */
a{
	color:#cc0000;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	color:#cc0000;
	font-weight:bold;
	text-decoration:underline;
}
.barre-comments a{
	color:#cc0000;
	font-weight:normal;
	text-decoration:none;
}
.barre-comments a:hover{
	color:#cc0000;
	font-weight:normal;
	text-decoration:underline;
}
h2 a{
	color:#CC0000;
	font-weight:bold;
}
h2 a:hover{
	color:#cc0000;
	text-decoration:underline;
	font-weight:bold;
}
#copyright a{
	color:#FFFFFF;
	text-decoration:none;
}
#copyright a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


/* TITRES */
h1{
	font-size:15px;
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #8E0000;
	text-transform: uppercase;
}
h2{
	padding:0;
	font-size:15px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h3{
	padding:0;
	font-size:18px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h4{
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

/* MODULES CONTENU */
.module-content-index{
	display:block;
	margin-bottom: 20px;
	border: 1px solid #333333;
	padding: 2px;
	text-align: justify;
}
.module-content-video{
	display:block;
	margin-bottom: 10px;
	font-size: 11px;
	border: 1px solid #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.module-content-video img{
	float:left;
	border: 2px solid #999999;
	margin-right: 5px;
}
.module-content-video a:hover img{
	float:left;
	border: 2px solid #cc0000;
	margin-right: 5px;
}
.module-content-shop{
	display:block;
	min-height:250px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.module-content-shop img{
	float:left;
	border: 2px solid #999999;
	margin-right: 5px;
}
.module-content-shop a:hover img{
	float:left;
	border: 2px solid #cc0000;
	margin-right: 5px;
}

/* FORMULAIRE */
input{
	font-family:Arial;
	font-size: 12px;
	color: #CCCCCC;
	font-weight:normal;
	padding-left: 3px;
	border: 1px solid #666666;
	background-color: #333333;
}
input:hover{
	border: 1px solid #cc0000;
}
input:focus, #commentform input[type="text"]:focus {
	background: #333333;
	border: 1px solid #cc0000;
}
textarea{
	font-family:Arial;
	font-size:12px;
	height:200px;
	width:350px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #333333;
}
textarea:hover{
	border: 1px solid #cc0000;
}
textarea:focus, #commentform input[type="text"]:focus {
	background:#333333;
	border: 1px solid #cc0000;
}
.submitbutton {
	width: auto;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #999999;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.submitbutton:hover {
	background: #cc0000;
	border:none;
}

/* PAGINATION */
a.pagination{
	font-size:12px;
	float:left;
	width:20px;
	height:20px;
	display:block;
	border: 1px solid #333333;
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	margin-right: 5px;
	text-decoration:none;
	margin-top: 10px;
	padding-top: 5px;
	font-weight: normal;
	background-color: #000000;
}
a:hover.pagination {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFFFF;
	text-decoration:none;
}

/* COMMENTAIRES */
.barre-comments{
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 10px;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

