html
{
	margin: 0;
	padding: 0;	
	color: #000000;
	font: normal 15px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

html #background-all
{
	margin: 0;
	padding: 0;	
	background-image: url(../img/bg-global.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
	background-position: center top;
	background-color: #1b1a1a;
}

html #background-ie8
{
	background-image: url(../img/bg-global-ie8.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
	background-position: center top;
}

/* Links */

a:link { text-decoration: none; color:#F30; }
a img { border: none; }

/* Html Elements */

h1, h2 { font-weight: normal; margin: 10px 0; }
h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0; padding: 0; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{ 
	font-weight: normal; 
	border-bottom-width: 0; 
}

h1 { font-family : Arial, Helvetica, sans-serif; font-size: 30px; color:#F30; text-shadow:2px 2px 2px Silver; font-weight: bold;	}

h2 { font-family : Arial, Helvetica, sans-serif; font-size: 18px; color: #474747; font-weight: bold;}

h3 { font-family : Arial, Helvetica, sans-serif; font-size: 14px; color: #474747; font-weight: bold;}

h4 { font-family : Arial, Helvetica, sans-serif; font-size: 12px; color: #474747;}

h5 { font-family : Arial, Helvetica, sans-serif; font-size: 18px; }

h6 { font-family : Arial, Helvetica, sans-serif; font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #444444;
	padding: 10px 10px 10px 30px;
	line-height: 1.8em;	
}

ul { list-style-type: circle; }

blockquote, pre { background-color: #eaeadf; }

ins { text-decoration: none; color: #9e624a; }

del { color: #555555; }

/*======================================= BODY (STRUCTURE)==============================*/

body { margin: 0; padding: 0; width: 100%; }


body#bhome li#lhome a,
body#bservices li#lservices a,
body#bproducts li#lproducts a,
body#bsupport li#lisupport a,
body#bblog li#lblog a,
body#babout li#labout a,
body#bcontact li#lcontact a
{
	color: #000000;
	background-color: #c8c3ad;
}

html, body {  /* Pour pouvoir régler la hauteur du footer */
    height: 100%;
}

#container
{
	margin: auto;
    min-height: 100%;
    width: 975px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	margin-bottom: 0;
	background-color: #000000;
}

/*=====================================LOGO====================*/
#global #content #logo {
    float: left;
    width: 15px;
	margin-left: 5px;
	border: none;
	z-index: 9990;
	position: absolute;	
}

#global #content #logo a.thumb {
	width: 180px;
	height: 162px;
	cursor: pointer;
}
#global #content #logo span { /*--Used to crop image--*/
	width: 180px;
	height: 164px;
	overflow: hidden;
	display: block;
}
#global #content #logo a.thumb:hover {
	background: #333;
}
#global #content #logo a {
	text-decoration: none;
	color: #777;
	display: block;
}

/*======================================= MENU HAUT (MENU)==============================*/

#menu { /* Ensemble du menu */
	float: left;
	width: 100%;
	clear: both;
    font-weight : none; /* on met le texte en gras */
    font-size : 15px; /* hauteur du texte : 12 pixels */
	background-color: #000000; 
	border-bottom: 1px solid #000000;
	z-index: 999;
    position: relative;		
}


#menu .blocktext 
{
	width: 65em;		
}

#menu, #menu ul /* Liste */     
{
    padding: 0; /* pas de marge intérieure */
    margin: 0; /* ni extérieure */
    list-style: none; /* on supprime le style par défaut de la liste */
    line-height: 30px; /* on définit une hauteur pour chaque élément */
    text-align: center; /* on centre le texte qui se trouve dans la liste */
}

#menu a /* Contenu des listes */
{
    display: block; /* on change le type d'élément, les liens deviennent des balises de type block */
    padding: 0; /* aucune marge intérieure */
    background: #000; /* couleur de fond */        
    color: #fff; /* couleur du texte */
    text-decoration: none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
    width: 125px; /* largeur */	
}

#menu ul a:hover
	{
		background: #383838;	
		background-image: -moz-linear-gradient(top, #606060, #000000);
		background-image: -webkit-linear-gradient(top, #606060, #000000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), to(#000000));
		background-image: -ms-linear-gradient(top, #606060, #000000);
		background-image: -o-linear-gradient(top, #606060, #000000);
		background-image: linear-gradient(top, #606060, #000000);
	}

#menu ul a:active
	{
		background: #383838;	
		background-image: -moz-linear-gradient(top, #606060, #000000);
		background-image: -webkit-linear-gradient(top, #606060, #000000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), to(#000000));
		background-image: -ms-linear-gradient(top, #606060, #000000);
		background-image: -o-linear-gradient(top, #606060, #000000);
		background-image: linear-gradient(top, #606060, #000000);
	}	


#menu li /* Elements des listes */      
{ 
    float: left; 
    /* pour IE qui ne reconnaît pas "transparent" */
    border-right: 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
    border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
    position: absolute; /* Position absolue */
    width: 144px; /* Largeur des sous-listes */
    left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu li ul li /* Éléments de sous-listes */
{
    /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
    border-top: 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
    border-top: 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
    margin: -22px 0 0 144px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
    /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
    border-left: 1px solid #fff; /* Petite bordure à gauche pour ne pas coller ... */      
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */

#menu img 
{
  position: relative;
  bottom: -2px; 
}

html>body #menu li ul ul                
{
    border-left: 1px solid transparent; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{ 
    left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
    left: auto; /* Repositionnement normal */
    min-height: 0; /* Corrige un bug sous IE */	
}

/*======================================= BANNIERE MENU AS ORANGE (LOGO / TITRE / JOUEUR IMG) ==============================*/
#banniere {
	float: left;
	width: 100%;
	height: 80px;
	clear: both;
	background-image: url(../img/bg_banniere.png);
}

#banniere .logo {
    float: left;
    width: 15px;
	margin-left: 8px;
	margin-top: 5px;
	border: none;
	z-index: 9990;
	position: absolute;	
}

#banniere .joueur { 
    float: left;
    width: 10px;
	margin-left: 715px;
	margin-top: -10px;

}

#banniere .texte {
    float: left;
	position: absolute;
    width: 190px;
	margin-left: 398px;
	margin-top: 8px;	
	border: none; 
}

#banniere .texte2 {
	color: #FFFFFF;
    font-size: 28px;
    text-align: center;
	text-shadow: 2px 2px 2px black;
	/* pour IE */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=135,strength=3);
}

/*======================================= LOGIN ==============================*/

#banniere .login {
    float: right;
	margin-right: 25px;
    width: 200px;
	height: 50px;
	margin-top: 15px;	
   /* border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;	*/
}

#banniere .logintexte 
{
	position: relative;
	bottom: 2px;
	text-transform: uppercase;  
	color: #fff;
	font-weight : none; /* on met le texte en gras */
	font-size : 15px; /* hauteur du texte : 12 pixels */
}

/*======================================= LOGIN POPUP ==============================*/
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 9999;
}

.login-popup{
	display:none;
	background: #000000;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#666666; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#fff; 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { background:#ddd; }

/*======================================= MENU BAS (MENU 2) ==============================*/


/* Menu 2 navigation */
#menu2 { /* Ensemble du menu */
	float: left;
	height: 23px;
	width: 100%;
	clear: both;
    font-weight : none; /* on met le texte en gras */
	color: #cfcfcf;
	background-color: #D8D8D8;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.30,#D8D8D8), color-stop(0.70, #B1B1B1));
	background-image: -moz-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: -o-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: -ms-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	box-shadow: 0px 5px 5px Gray;	
	/* pour IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#D8D8D8,endColorstr=#180C14) no-repeat;
}

#menu2 .texte3 
{
	position: relative;
	bottom: 7px;
	font-family : Arial; 
	color:#FFFFFF;
	text-shadow:1px 1px 1px black;
	font-weight : none; /* on met le texte en gras */
	font-size: 15px;
	margin-left: 10px;

}

/*======================================= MENU ADMIN==============================*/

#admin { /* Ensemble du menu */
	float: right;
	clear: both;
    font-weight : none; /* on met le texte en gras */  
	font-family : Arial; 
	color:#FFFFFF;
	text-shadow:1px 1px 1px black;
    font-size : 15px; /* hauteur du texte : 12 pixels */
	z-index: 999;
    position: relative;	
}

#admin, #admin ul /* Liste */     
{
    padding: 0; /* pas de marge intérieure */
    margin: 0; /* ni extérieure */
    list-style: none; /* on supprime le style par défaut de la liste */
    line-height: 20px; /* on définit une hauteur pour chaque élément */
    text-align: center; /* on centre le texte qui se trouve dans la liste */
	margin-right: 13px;
}

#admin a /* Contenu des listes */
{
    display: block; /* on change le type d'élément, les liens deviennent des balises de type block */
    padding: 0; /* aucune marge intérieure */
	background-color: #D8D8D8;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.30,#D8D8D8), color-stop(0.70, #B1B1B1));
	background-image: -moz-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: -o-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: -ms-linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
	background-image: linear-gradient(#fefefe 0%, #D8D8D8 30%, #B1B1B1 70%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
	/* pour IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#D8D8D8,endColorstr=#180C14) no-repeat;	    
    color: #fff; /* couleur du texte */
    text-decoration: none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
    width: 130px; /* largeur */
}

#admin li /* Elements des listes */      
{ 
    float: left; 
    /* pour IE qui ne reconnaît pas "transparent" */
    border-right: 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #admin li
{
    border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#admin li ul /* Sous-listes */
{ 
    position: absolute; /* Position absolue */
    width: 144px; /* Largeur des sous-listes */
    left: -999em; /* Hop, on envoie loin du champ de vision */
}

#admin li ul li /* Éléments de sous-listes */
{
    /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
    border-top: 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #admin li ul li                
{
    border-top: 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#admin li ul ul 
{
    margin: -22px 0 0 144px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
    /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
    border-left: 1px solid #fff; /* Petite bordure à gauche pour ne pas coller ... */      
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */

#admin img 
{
  position: relative;
  bottom: -2px; 
}

html>body #admin li ul ul                
{
    border-left: 1px solid transparent; /* on met une bordure transparente sur la gauche de chaque élément */
}

#admin li:hover ul ul, #admin li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{ 
    left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#admin li:hover ul, #admin li li:hover ul, #admin li.sfhover ul, #admin li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
    left: auto; /* Repositionnement normal */
    min-height: 0; /* Corrige un bug sous IE */
}


/*======================================= ARTICLE ==============================*/

#article
{
	clear: both;
	width: 975px;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;

}


#article .tab
{
	width: 975px;
    border:1px;
    border-color:#0000FF;
	background-image: url(../img/border-article.png);
	background-repeat: repeat-y;
	background-position: 460px;	
}

#article .tab2
{
	width: 975px;
    border:0px; 
	padding:0px; 
	margin:0px;
}

#article .tab3
{
	width: 975px;
    border:0px; 
	padding:0px; 
	margin:0px;
}

#article .bgactualite
{
	background-image: url(../img/bg_white.png);

}
#article .bgactl
{
	padding:0;
	margin:0;	
	background-image: url(../img/bg_swirl-texture.png);
	box-shadow: 0px 5px 5px Gray;	
}


#article .grayshadow
{
	box-shadow: 0px 5px 5px Gray;
}

#article a {
	text-decoration: none; 
	color:#F30;
}


#article li a {
    color: #FF4500;
}

#article .titre-menu-droit {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.85;
	text-decoration: none;
	float: left;
	text-align: center;
	width: 100%;
	background-color: #000000;	



}


.titreg1{
	margin-top: -5px;
}


 .score-acc1 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	background-image: url(../img/panneau-score.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	margin-left: 100px;
	width: 35px;
	height: 40px;
	padding-top: 8px;
	margin-top: -5px;
}
 .score-acc2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	background-image: url(../img/panneau-score.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	margin-right: 100px;
	width: 35px;
	height: 40px;
	padding-top: 8px;
	margin-top: -5px;
}

.scroller { 
overflow: auto; 
height: 270px; 

}


/* Grid */

	.row {
		clear: both;
		width: 975px;
		margin: 0 auto;	
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 975px) {

		.row > * {
			margin-left: 0px;
			padding: 20px 0 0 35px;
			width: 323px;
		}

		.row {
			margin: -50px 0 -1px -50px;
			margin-left:0px;
			margin-top:0px;
			width:975px;
		}

		.row.uniform > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}





	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured {
			position: relative;
			display: inline-block;
			background-color: #8cc63f;
			
			width: 9em;
			padding: 1.0em 0 0.25em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 2.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 4.5em;
				line-height: 1em;
				color: #fff;
			}

			.icon.featured:after {
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #8cc63f;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.alt {
				background-color: #e12d00;
				margin-top:-40px;				
			}

				.icon.featured.alt:after {
					border-top-color: #e12d00;
				}

			.icon.featured.alt2 {
				margin-left:25px;
				margin-top:-40px;
				background-color: #1f2763;
			}

				.icon.featured.alt2:after {
					border-top-color: #1f2763;
				}

	#intro {
		text-align: center;
	}


		/* Intro */

			#intro {
				overflow: hidden;
			}

				#intro section {
					margin: 3em 0;
					margin-left: -15px;
					padding: 0.5em 0;
			width: 305px;
			
				}

				#intro h2 {
					font-size: 1.75em;
				}

				#intro p {
					margin: 0;
				}

				#intro .middle {
					position: relative;
					z-index: 1;
				}

					#intro .middle:before {
						content: '';
						width: 32px;
						height: 100%;
						position: absolute;
						left: -24px;
						top: 0;
						display: block;
						z-index: -1;
						box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
					}

					#intro .middle:after {
						content: '';
						width: 32px;
						height: 100%;
						position: absolute;
						right: -24px;
						top: 0;
						display: block;
						z-index: -1;
						box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
					}




/*======================================= ACTUS ==============================*/
.bgactus { 
    float: left;
	height: 100px;
	width: 975px;
	margin-top: -104px;
	background-image: url(../img/ww-bg.jpg);
	background-repeat: repeat-x;
}

.bgtitre { 
    float: left;
	margin-left: 5px;
	height: 35px;
	width: 690px;
	background-repeat: no-repeat;
	background-image: url(../img/ww-title.png);
}

.bgactus_diapo { 
    float: left;
	height: 100px;
	width: 975px;
	margin-left: -30px;
	margin-top: 0;
	border: solid 1px Blue;
	
}

.texteactus { 
    float: left;
    width: 95%;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

.texteactus a { text-decoration: none; color:#F30; }


.scroller3 { 
overflow: auto; 
height: 270px;
margin-top:5px;

}

#scrollbox3 {
    overflow: auto;
    height: 270px;
    padding: 0 5px;
	margin-top: -3px;	
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

#scrollbox4 {
    overflow: auto;
    height: 270px;
    padding: 0 5px;
	margin-top: 3px;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}


/*======================================= STATISTIQUES SAISON ==============================*/

.bgstat { 
    float: left;
	width: 975px;
	background-image: url(../img/bg_white.png);
	background-repeat: repeat-x;
}

#stats_saison {
    position: relative;
}

#stats_saison #image_stat {
    position: relative;
}

#stats_saison #nb_but_marque {
	font-size: 4.45em;
	font-weight: bold;	
	color: #474747;
    width: 152px;
	float: left;
	margin-left: 68px;
    position: absolute;	
	margin-top:-140px;
}

#stats_saison #nb_but_encaisse {
	font-size: 2.0em;
	font-weight: bold;	
	color: #474747;
    width: 76px;
	float: left;
	margin-left: 240px;
    position: absolute;	
	margin-top:-142px;
}

#stats_saison #nb_match {
	font-size: 2.0em;
	font-weight: bold;	
	color: #474747;
    width: 76px;
	float: left;
	margin-left: 240px;
    position: absolute;	
	margin-top:-95px;
}

#stats_saison #nb_match_v {
	font-size: 1.2em;
	font-weight: bold;	
	color: #474747;
    width: 50px;
	float: left;
	margin-left: 550px;	
    position: absolute;	
	margin-top:-132px;
}

#stats_saison #arrondi_v {
	background-color: #e3e4e6;
    width: 100px;
	height: 15px;
	float: left;
	margin-left: 452px;	
    position: relative;	
	margin-top:-129px;	
}

#stats_saison #nb_match_n {
	font-size: 1.2em;
	font-weight: bold;	
	color: #474747;
    width: 50px;
	float: left;
	margin-left: 550px;	
    position: absolute;	
	margin-top:-102px;
}

#stats_saison #arrondi_n {
	background-color: #e3e4e6;
    width: 100px;
	height: 15px;	
	float: left;
	margin-left: 452px;	
    position: relative;	
	margin-top:-99px;	
}

#stats_saison #nb_match_d {
	font-size: 1.2em;
	font-weight: bold;	
	color: #474747;
    width: 50px;
	float: left;
	margin-left: 550px;	
    position: absolute;	
	margin-top:-72px;
}

#stats_saison #arrondi_d {
	background-color: #e3e4e6;
    width: 100px;
	height: 15px;		
	float: left;
	margin-left: 452px;	
    position: relative;	
	margin-top:-69px;	
}

/*======================================= BOUTON ARTICLE EN SAVOIR PLUS ==============================*/
	.button-big
	{
		position: relative;
		background: #ed391b;
		float: right;
        position: fixe;		
		color: #fff;
		text-decoration: none;
		font-size: 1.3em;
		font-weight: 300;
		padding: 10px 30px 10px 30px;
		margin-right:10px;
		outline: 0;
		border-radius: 10px;
		margin-top:-40px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}
	.button-big:hover
	{
		background: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: -o-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
	}

	.button-big:active
	{
		background: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
	}
	
/*======================================= BOUTON ARTICLE EN SAVOIR PLUS (sans photo)==============================*/
	.button-big-2
	{
		position: relative;
		background: #ed391b;
		float: right;
        position: fixe;		
		color: #fff;
		text-decoration: none;
		font-size: 1.3em;
		font-weight: 300;
		padding: 10px 30px 10px 30px;
		margin-right:50px;
		outline: 0;
		border-radius: 10px;
		margin-top:-10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}
	.button-big-2:hover
	{
		background: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: -o-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
	}

	.button-big-2:active
	{
		background: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
	}
/*======================================= BOUTON ARTICLE Feuille de match ==============================*/

	.button-medium {
	  position: relative;
	  float: right;
	  position: fixe;
	  margin-right:5px;  
	  background: #f6940a;
	  background-image: -webkit-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -moz-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -ms-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -o-linear-gradient(top, #f6940a, #eb660e);
	  background-image: linear-gradient(to bottom, #f6940a, #eb660e);
	  -webkit-border-radius: 30;
	  -moz-border-radius: 30;
	  border-radius: 30px;
	  font-family: Trebuchet MS;
	  text-transform: uppercase;	  
	  color: #FFFFFF;
	  font-size: 13px;
	  padding: 5px 15px 5px 15px;
	  text-decoration: none;
	}

	.button-medium:hover {
	  background: #fd9f18;
	  background-image: -webkit-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -moz-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -ms-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -o-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: linear-gradient(to bottom, #fd9f18, #f56c10);
	  text-decoration: none;
	}	
		

	.button-accueil {
	  position: relative;
	  float: right;
	  position: fixe;
	  margin-right:5px;  
	  background: #f6940a;
	  background-image: -webkit-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -moz-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -ms-linear-gradient(top, #f6940a, #eb660e);
	  background-image: -o-linear-gradient(top, #f6940a, #eb660e);
	  background-image: linear-gradient(to bottom, #f6940a, #eb660e);
	  -webkit-border-radius: 2;
	  -moz-border-radius: 2;
	  border-radius: 2px;
	  font-family: Trebuchet MS;
	  text-transform: uppercase;	  
	  color: #FFFFFF;
	  font-size: 13px;
	  padding: 5px 15px 5px 15px;
	  text-decoration: none;
	}

	.button-accueil:hover {
	  background: #fd9f18;
	  background-image: -webkit-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -moz-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -ms-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: -o-linear-gradient(top, #fd9f18, #f56c10);
	  background-image: linear-gradient(to bottom, #fd9f18, #f56c10);
	  text-decoration: none;
	}	
/*======================================= BOUTON ARTICLE BLEU ==============================*/

	.button-medium-bleu {
	  position: relative;
	  float: right;
	  position: fixe;
	  margin-right:5px;		
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	  -webkit-border-radius: 28;
	  -moz-border-radius: 28;
	  border-radius: 28px;
	  font-family: Trebuchet MS;
	  text-transform: uppercase;	
	  color: #ffffff;
	  font-size: 13px;
	  padding: 5px 15px 5px 15px;
	  text-decoration: none;
	}

	.button-medium-bleu:hover {
	  background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none;
	}	
	
	
/*======================================= FOOTER ==============================*/
#footer
{
	position: relative;
	margin: 0 auto;	
	bottom: 0px;
	width: 975px;
	color: #FFFFFF;
	text-align: center; 
}

#footer img
{
	position: relative;
	bottom: -3px; 
}

#footer a:link
{
	color: #FFFFFF; border-bottom-color: #FFFFFF; 
}

#footer a:visited
{
	color: #FFFFFF; border-bottom-color: #FFFFFF; 
}

#footer a:hover, #footer a:active
{
	color: #9c9084; border-bottom-color: #9c9084;
}

#footer ul, #footer ol { color: #FFFFFF; line-height: 2.0em; 	list-style: none; display: inline;}

#footer #additional-info
{
	width: 975px;
	margin: 0 auto;
}

#footer #additional-info ul
{
	margin: 0; padding: 0;
}

#footer #additional-info h6 
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#footer #recent-blog
{
	width: 70%;
	float: left; 
	text-align: left;
}

#footer #recent-news
{
	width: 30%;
	float: left;
	text-align: left;
}



#footer #site-info
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}

/*======================================= CHATBOX ==============================*/
#minichat {
	float: left;
	width: 930px;
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 20px;
	font: normal 13px Arial, Helvetica, sans-serif;
}

 .pseudo {
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/chat-bulle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 30px;
	
}

 .marker
{
	background-color: Yellow;
}

 .textChat {
	display: block;
	width:905px;
	color: #474747;
	font-size: 1.0em;
	overflow: auto;
}

 .textChat img{
	max-width:900px;
	height:auto;
}

 .textChat2 {
	color: #474747;
	font-size: 1.0em;
	overflow: auto;
}
 .textChat2 hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

 .textChat hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

 .likeChat {
	position: relative;
	
}

/*====================== Info Bulle =============================*/

#actualite_new {
	text-align: justify;
	width: 895px;
	margin-left: 45px;
}

#actualite_new .tooltip {
     border-bottom: 0px dotted #000000; color: #000000; outline: none;
     text-decoration: none;
	 position: relative;
 }
#actualite_new .tooltip div {
     margin-left: -999em;
     position: absolute;
}
#actualite_new .tooltip:hover div {
 border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
 position: absolute; left: 1em; top: 2em; z-index:99; 
 margin-left: 0; width: 220px;
}
#actualite_new .tooltip:hover img {
 border: 0; margin: -10px 0 0 -55px;
 float: left; position: relative;
}
#actualite_new .tooltip:hover em {
 font-size: 1.1em; font-weight: bold;
 display: block; padding: 0.2em 0 0.6em 0;position: relative;
}
#actualite_new .classic { padding: 0.8em 1em; }
#actualite_new .custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
#actualite_new .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
#actualite_new .critical { background: #FFCCAA; border: 1px solid #FF3334; }
#actualite_new .help { background: #9FDAEE; border: 1px solid #2BB0D7; }
#actualite_new .info { background: #9FDAEE; border: 1px solid #2BB0D7; }
#actualite_new .warning { background: #FFFFAA; border: 1px solid #FFAD33; }
