html{
    font-size: 100%; /*contrer bug explorer*/
}
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
}

ul,li{
    margin: 0;
    list-style-type: none;
}

h1,h2,p{
    margin: 0;
}

/*évite les débordement des élèments multimedia*/
/*video,audio,object{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/* ----------------------------------- */
/* ----------------------------------- */

.txtblanc11 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtblanc15 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtblanc17 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir10 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir11 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir13 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir14 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir15 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}


.txtnoir16 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 16px;
}


.txtnoir17 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir20 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtnoir25 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.txtorange17 {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.liennoirrouge11 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 11px;
}
.liennoirrouge11:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 11px;
}

.liennoirrouge12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
}
.liennoirrouge12:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 12px;
}

.liennoirrouge14 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 14px;
}
.liennoirrouge14:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 14px;
}

.liennoirrouge16 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 16px;
}
.liennoirrouge16:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 16px;
}

.liennoirrouge17 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 17px;
}
.liennoirrouge17:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 17px;
}

.lienblancrouge15 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 15px;
}
.lienblancrouge15:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 15px;
}

.lienblancrouge19 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 19px;
}
.lienblancrouge19:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 19px;
}

.lienblancnoir19 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 19px;
}
.lienblancnoir19:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 19px;
}

.lienmenu {
	color: #000000;
	padding-left:15px;
    text-decoration: none;
}
 
.lienmenu:hover {
	padding-left:15px;
	color: #dc4520;
    text-decoration: none;
}

.lienlangue {
	padding-left:3px;
	color: #000000;
    text-decoration: none;
}
 
.lienlangue:hover {
	padding-left:3px;
	color: #dc4520;
    text-decoration: none;
}

.spanlangue {
	background:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #a1b1b6;
}

.divvertpetit {
	background:#e4eaec;
	border:0px;
    height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	display:inline-block;
}


.divorangepetit {
	background:#dc4520;
	border:0px;
    height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	display:inline-block;
}

.divorangegrand {
	background:#dc4520;
	border:0px;
    height:35px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	display:inline-block;
}

.divnoirgrand {
	background:#000000;
	border:0px;
    height:35px;
	line-height:35px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	display:inline-block;
}

.videodescription a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
    text-decoration: underline;
}
 
.videodescription a:hover {

	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
    text-decoration: underline;
}

.clear {
	clear: both;
}


.gauche {
	float: left;
	text-align: left;
}

.droite {
	float: left;
	text-align: left;
}

.droite_droite {
	float: right;
	text-align: right;
}

input[name="sd"] {
 background-color:#9eaeab;
 padding:5px;
 border:1px solid #9eaeab;
 color:#FFFFFF;
}
input[name="sd"]:hover {
 background-color:#9eaeab;
 padding:5px;
 border:1px solid #000000;
 color:#FFFFFF;
}
input[name="sd"]:focus {
 background-color:#dc4520;
 padding:5px;
 border:1px solid #000000;
 color:#FFFFFF;
}

input[name="hd"] {
 background-color:#9eaeab;
 padding:5px;
 border:1px solid #9eaeab;
 color:#FFFFFF;
}
input[name="hd"]:hover {
 background-color:#9eaeab;
 padding:5px;
 border:1px solid #000000;
 color:#FFFFFF;
}
input[name="hd"]:focus {
 background-color:#dc4520;
 padding:5px;
 border:1px solid #000000;
 color:#FFFFFF;
}

/* CATEGORIES CAROUSEL */

div.outerwrap
{
  margin-bottom: 1em;
}

div.wrapper
{
  float: left;
  width: 9.5em;
}

br
{
  clear: left;
}

ol
{
  margin: 0;
  padding: 0;
}

ol li
{
  list-style-type: none;
  margin-bottom:15px;
  background-color:#ffffff;
  margin-right:6px;
  margin-bottom:8px;
  height:25px;
}

ol li a
{
  color: #000000;
  text-decoration: none;
  padding:5px;
  line-height:25px;
}
ol li a:hover
{
  color: #ffffff;
  text-decoration: none;
  padding:5px;
  line-height:25px;
}

