* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	width: 980px;
	text-align: center;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D9D9D9;
}

/* --------------------- Titres --------------------- */

h1 {
	font-family: Arial, sans-serif;
	font-size: 150%;
	color: #AD0000;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: #333333;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: #005AAD;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #333333;
}

h5 {
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #333333;
}

/* --------------------- Listes --------------------- */

ul {
	padding-left: 15px;
	list-style-type: disc;
}

ul ul {
	padding-left: 20px;
	list-style-type: circle;
}

ul ul ul {
	padding-left: 30px;
	list-style-type: square;
}

/* --------------------- Formulaires --------------------- */

form {
	display: inline;
}

input, select {
	vertical-align: middle;
}

input, textarea, select {
	outline : none;
	margin: 2px;
	padding: 1px;
	color: #424242;
	border: 1px solid #626262;
	background-color: #D9D9D9;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #4F4FFF;
	background-color: #E0E0FF;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #4F4FFF;
}

option {
	background-color: #D9D9D9;
}

input.sanscss {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

input.bouton {
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #626262;
	background-color: #AAAAAA;
	background-image: url("images/bouton.jpg");
	background-repeat: repeat-x;
	background-position: center left;
}

input.bouton:hover {
	border-top: 1px solid #626262;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #626262;
	border-right: 1px solid #D9D9D9;
}

input.bouton_petit {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 20px;
	font-size: 16px;
}

select optgroup option {
	padding-left: 20px;
}

.boutonPodcast {
	display: inline-block;
	margin: 5px;
	padding: 5px 7px;
	padding-left: 25px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #626262;
	border-radius: 3px;
	background-color: #AAAAAA;
}

.boutonPodcast:hover {
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #626262;
	border-right: 1px solid #D9D9D9;
}

.boutonPodcast.dl {
	background-image: url("images/icDl.png"), url("images/bouton.jpg");
	background-repeat: no-repeat, repeat-x;
	background-position: 3px center, left center;
}

.boutonPodcast.rss {
	padding-left: 27px;
	background-image: url("images/icRss.png"), url("images/bouton.jpg");
	background-repeat: no-repeat, repeat-x;
	background-position: 3px center, left center;
}

.boutonPodcast.itunes {
	background-image: url("images/icItunes.png"), url("images/bouton.jpg");
	background-repeat: no-repeat, repeat-x;
	background-position: 3px center, left center;
}

/* --------------------- Liens --------------------- */

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #005AAD;
	text-decoration: underline;
}

a.claire {
	color: #CCCCCC;
}

a:hover.claire {
	color: #b1d9ff;
	text-decoration: underline;
}

a.formated-link {
	color: #005AAD;
}

a:hover.formated-link {
	text-decoration: underline;
}

/* --------------------- Restes --------------------- */

table {
	border-collapse: collapse;
}

label:hover {
	cursor: pointer;
	color: #005AAD;
	text-decoration: none;
}

hr {
	background-color: #005AAE;
	height: 1px;
	border: 0px;
}

img {
	border: none;
}

p {
	margin: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.agauche {
	text-align: left;
}

.adroite {
	text-align: right;
}

.centre {
	text-align: center;
}

.padding10 {
	padding: 10px;
}

.coins-haut-g {
	width: 810px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url("images/coin_haut_g.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.coins-haut-d {
	width: 810px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url("images/coin_haut_d.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.coins-bas-g {
	width: 810px;
	height: 15px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url("images/coin_bas_g.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.coins-bas-d {
	width: 810px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url("images/coin_bas_d.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.coins2-haut-g {
	background-image: url("images/coin2_haut_g.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.coins2-haut-d {
	background-image: url("images/coin2_haut_d.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.coins2-bas-g {
	background-image: url("images/coin2_bas_g.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.coins2-bas-d {
	background-image: url("images/coin2_bas_d.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.en-evidence {
	color: #005AAD;
	font-weight: bold;
}

.desc {
	font-size: 11px;
}

.fond_couleur {
	background-color: #EBEBEB;
}

.fond_couleur2 {
	background-color: #D9D9D9;
}

/*.fond_couleur .en-evidence {*/
/*	color: #b1d9ff;*/
/*}*/

/*.fond_couleur a {*/
/*	color: #CCCCCC;*/
/*}*/

/*.fond_couleur a:hover {*/
/*	color: #b1d9ff;*/
/*	text-decoration: underline;*/
/*}*/

.pointeur {
	cursor: pointer;
}

.selectionne {
	color: #FFFFFF;
	background-color: #4F4FFF;
}

.annotation {
	border: 0 dashed #4F4FFF;
	border-bottom-width: 1px;
}

/* --------------------- Ossature du site --------------------- */

#header {
	width: 980px;
	height: 150px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url("images/banniere.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header a.lien-bloc {
	display: block;
	width: 980px;
	height: 150px;
}

#login-bloc-fond {
	background-color: #FFFFFF;
	background-image: url("images/bloc_fond.jpg");
	background-position: right top;
	background-repeat: repeat-y;
}

#login-bloc-ext {
	margin-bottom: 10px;
	width: 100%;
}

#login-bloc-int {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
}

#rechercher-bloc-fond {
	background-color: #FFFFFF;
	background-image: url("images/bloc_fond.jpg");
	background-position: right top;
	background-repeat: repeat-y;
}

#rechercher-bloc-ext {
	width: 100%;
}

#rechercher-bloc-int {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

input.login {
	width: 100%;
	text-align: center;
}

.avatar-header {
	max-height: 100px;
	max-width: 100px;
}

#corps0 {
	float: left;
	border: 2px solid #AAAAAA;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #FFFFFF;
}

#corps {
	float: left;
	width: 806px;
	min-height: calc(100vh - 310px);
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 2px solid #AAAAAA;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #FFFFFF;
}

#pub {
	float: right;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	background-position: top center;
}

/*#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #4F4FFF;
	text-decoration: underline;
}*/

#partenaires {
	text-align: justify;
	font-size: 11px;
}

#contacts {
	margin: 0px;
	padding: 0px;
	height: 61px;
	text-align: center;
	font-size: 12px;
}

#license {
	float: left;
	padding: 15px;
}

#getfirefox {
	float: right;
	padding: 15px;
}

.liens-reseaux-sociaux {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 160px;
	height: 40px;
}

.liens-reseaux-sociaux a {
	display: block;
	float: left;
}

/* --------------------- Onglets --------------------- */

#menu-site {
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-left: 10px;
}

.menu-onglets {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.onglets {
	font-size: 12px;
	background-image: url("images/coins_haut.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.onglets ul {
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

.onglets ul li {
	float: left;
	margin-right: 3px;
	cursor: default;
}

.onglets ul li a {
	float: left;
	text-decoration: none;
	padding-left: 7px;
	background-image: url("images/onglets/coin-gauche.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

.onglets ul li.actif {
	float: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	background-image: url("images/onglets/coin-gauche.png");
	background-position: 0% -250px;
	background-repeat: no-repeat;
}

.onglets ul li a span {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url("images/onglets/coin-droit.png");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	color: #555555;
}

.onglets ul li.actif span {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url("images/onglets/coin-droit.png");
	background-position: 100% -250px;
	background-repeat: no-repeat;
}

.onglets ul li a:hover {
	background-position: 0% -500px;
	color: #333333;
}

.onglets ul li a:hover span {
	background-position: 100% -500px;
	color: #333333;
}

/* ---- Onglets jeux ---- */

.onglets-jeux {
	height: 21px;
	margin: 10px;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

.onglets-jeux ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

.onglets-jeux ul li {
	float: left;
	margin-right: 3px;
	cursor: default;
}

.onglets-jeux ul li a {
	float: left;
	text-decoration: none;
	padding-left: 7px;
	background-image: url("images/onglets/coin-gauche.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

.onglets-jeux ul li.actif {
	float: left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	border-bottom: 0px;
	background-image: url("images/onglets/coin-gauche.png");
	background-position: 0% -250px;
	background-repeat: no-repeat;
}

.onglets-jeux ul li a span {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url("images/onglets/coin-droit.png");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	color: #555555;
}

.onglets-jeux ul li.actif span {
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url("images/onglets/coin-droit.png");
	background-position: 100% -250px;
	background-repeat: no-repeat;
}

.onglets-jeux ul li a:hover {
	background-position: 0% -500px;
	color: #333333;
}

.onglets-jeux ul li a:hover span {
	background-position: 100% -500px;
	color: #333333;
}

/* --------------------- A la Une --------------------- */

#a-la-une {
	margin: 10px;
	padding: 0px;
	border: 0px;
}

#a-la-une td {
	height: 174px;
}

td.a-la-une-img {
	position: relative;
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	border-right: 0px;
}

.a-la-une-img {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.a-la-une-img div, .a-la-une-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

td.a-la-une-titre {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.a-la-une-titre {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #AAAAAA;
}

.a-la-une-titre div {
	border: 1px solid #FFFFFF;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #AAAAAA;
}

.a-la-une-titre a {
	display: block;
	height: 30px;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.a-la-une-titre .a-la-une-titre1, div.a-la-une_active1 {
	border-top: 0px;
}

div.a-la-une_active, div.a-la-une_active1 {
	border-left: 0px;
	background-color: #000000;
}

.a-la-une_active a, div.a-la-une_active1 a {
	padding-left: 3px;
}

a.a-la-une_com {
	float: right;
	text-align: right;
	height: 15px;
	margin-top: 15px;
}

/* --------------------- index --------------------- */

#index_gauche {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#index_pub {
	margin-top: 10px;
}

#index_droite {
	float: right;
	width: 465px;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

.index_com_titre {
	text-align: left;
}

.index_com {
	float: right;
	text-align: right;
	vertical-align: middle;
}

/* --------------------- News --------------------- */

.index_news {
	margin: 0px;
	margin-left: 22px;
	padding: 2px;
}

.index_news img {
	vertical-align: middle;
	margin-bottom: 1px;
}

.index_news_bloc {
	margin-top: 5px;
	margin-bottom: 15px;
}

#news_titre {
	text-align: left;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#news_titre img {
	float: right;
	text-align: right;
	padding-top: 3px;
}

#news_corps {
	text-align: justify;
}

#news_img {
	float: left;
	padding-right: 5px;
}

#news_img a img {
	border: 2px solid #444444;
}

#news_img a:hover img {
	border: 2px solid #005AAD;
}

#news_signature {
	text-align: right;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* --------------------- Commentaires --------------------- */

.com-titre {
	clear: both;
	margin: 0px;
	padding: 10px;
	color: #444444;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.com-soustitre {
	margin-bottom: 10px;
	text-align: center;
}

.com-tab {
	margin: auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	border: 0px;
	background: none;
}

.com-profil {
	padding: 5px;
	width: 150px;
	text-align: center;
}

.com-infos {
	float: left;
	padding: 5px;
	padding-left: 17px;
	text-align: left;
	color: #777777;
}

.com-haut {
	float: right;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
}

.com-signature {
	float: left;
	padding: 5px;
	padding-left: 12px;
	text-align: left;
	color: #888888;
}

.com-signature span {
	cursor: pointer;
	color: #444444;
}

.com-bloc-signature {
	position: absolute;
	overflow: auto;
	max-height: 200px;
	max-width: 100%;
	padding: 5px;
	color: #FFFFFF;
	background-color: #777777;
}

.com-bloc-signature a {
	color: #dddddd;
}

/*.com-bloc-signature a:hover {
	color: #b1d9ff;
	text-decoration: underline;
}*/

.com-interaction {
	float: right;
	padding: 5px;
	text-align: right;
	color: #888888;
}

.com-bulle1 {
	clear: both;
	background-color: #E7E7E7;
	background-image: url("images/bulle1.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.com-bulle2 {
	background-image: url("images/bulle2.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.com-bulle3 {
	background-image: url("images/bulle3.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.com-bulle4 {
	background-image: url("images/bulle4.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.com-bulle5 {
	background-image: url("images/bulle5.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.com-message {
	padding: 5px;
	padding-left: 17px;
	padding-right: 7px;
	text-align: justify;
}

.com-citation {
	padding: 5px;
	margin: 5px;
	text-align: justify;
	background-color: #D7D7D7;
}

/*.com-citation a {
	color: #7ABFFF;
}

.com-citation a:hover {
	text-decoration: underline;
}*/

.com-edit {
	padding-top: 15px;
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

.poste-smileys {
	margin: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #AAAAAA;
	background-color: #E7E7E7;
}

.poste-smileys-bloc {
	overflow: auto;
	text-align: center;
	height: 200px;
	width: 150px;
}

.poste-smileys-bloc img {
	cursor: pointer;
}

.poste-message {
	text-align: center;
}

/* ----------------- Articles - Index ----------------- */

.article-index-bloc {
	position: relative;
	display: block;
	margin-left: 15px;
	padding: 0px;
	width: 246px;
	height: 250px;
	background-color: #D9D9D9;
	border: 1px solid #D9D9D9;
}

.article-index-image {
	width: 246px;
	height: 123px;
	background-color: #FFFFFF;
}

.article-index-bloc:hover {
	text-decoration: none;
}

.article-index-partie {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-color: #D9D9D9;
}

.article-index-titre {
	color: #FFFFFF;
	font-weight: bold;
}

.article-index-desc {
	padding: 5px;
	color: #FFFFFF;
	text-align: justify;
}

.article-index-categories {
	position: absolute;
	bottom: 0px;
	padding: 5px;
	padding-top: 0px;
	width: 246px;
	color: #626262;
	text-align: left;
}

.article-index-tout {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0px;
	width: 246px;
}

/* --------------------- Articles --------------------- */

.article-img1 {
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px;
	vertical-align: middle; 
}

.article-img2 {
	float: right;
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 2px;
	border: 2px;
	vertical-align: middle; 
}

.article-img3 {
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 2px;
	border: 2px;
	vertical-align: middle; 
}

.article-intro-conclusion {
	margin: 10px;
	margin-bottom: 15px;
	text-align: justify;
	font-weight: bold;
}

.article-paragraphe {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

/* --------------------- MP --------------------- */

.mp-index {
	margin: 10px;
	text-align: left;
}

.mp-gauche {
	float: left;
	padding-top: 15px;
}

.mp-droite {
	float: right;
	padding-left: 10px;
	width: 600px;
	border-left: 2px solid #D9D9D9;
}

.mp-liste {
	overflow: auto;
	height: 200px;
	border: 1px solid #D9D9D9;
}

.mp-tab {
	width: 97%;
}

.mp-outils {
	padding: 5px;
	padding-left: 20px;
	vertical-align: middle;
	background-color: #D9D9D9;
}

.mp-message-entete {
	margin-top: 10px;
	padding: 5px;
	background-color: #D9D9D9;
}

.mp-message {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D9D9D9;
}

input.mp-bouton-sup {
	padding-left: 20px;
	background-image: url("images/boutons/supprimer.png");
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

input.mp-bouton-lu {
	padding-left: 24px;
	background-image: url("images/boutons/lu.png");
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

input.mp-bouton-nonlu {
	padding-left: 24px;
	background-image: url("images/boutons/nonlu.png");
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

/* --------------------- Videos --------------------- */

.vignette-video {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 150px;
}

.vignette-video-miniature {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 84px;
}

.vignette-video-miniature img {
	margin-top: 27px;
}

.vignette-video-miniature a {
	position: absolute;
	width: 150px;
	height: 84px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.sondage-barre {
	margin: 0px;
	height: 10px;
	border: 1px solid #626262;
	background-color: #AAAAAA;
}

/* --------------------- Titres --------------------- */

.titrepage {
	padding: 10px;
	color: #777777;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

/* --------------------- Tableaux --------------------- */

.tabv {
	margin: auto;
	padding: 0px;
	border: 0px;
	background: none;
}

.tabv td {
	text-align: left;
}

.tab1 {
	margin: auto;
	padding: 0px;
	border: 0px;
	background: none;
}

.tab1 thead th {
	border-bottom: 2px solid #D9D9D9;
}

.tab1 tfoot th {
	border-top: 2px solid #D9D9D9;
}

.tab1 th, .tab1 td {
	padding: 5px;
	text-align: center;
}

.tab2 {
	margin: auto;
	margin-top: 20px;
	padding: 0px;
	border: 0px;
	width: 600px;
	background: none;
}

.tab2 tr {
	border: 1px solid #E0E0E0;
}

.tab2 td {
	padding: 2px;
	text-align: left;
}

/* --------------------- Cadres --------------------- */

#messageBox {
	position: fixed;
	padding: 10px;
	margin-left: -210px;
	margin-top: -100px;
	width: 400px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 14px;
	border: 2px solid #626262;
	background-color: #FFFFFF;
}

#messageBoxFond {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #626262;
}

.description-note {
}

.noteSur {
	font-size: 65%;
}

.note {
	float: right;
	padding-left: 5px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #005AAD;
}

.noteG {
	float: right;
	padding-left: 5px;
	text-align: right;
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
}

.noteForte {
	color: #5AAD00;
}

.noteMoyenne {
	color: #ADAD00;
}

.noteFaible {
	color: #AD0000;
}

#menu-consoles {
	float: left;
	height: 40px;
	width: 750px;
	padding-right: 5px;
	text-align: center;
}

#menu-consoles img {
	vertical-align: middle;
}

#menu-consoles-hidden {
	clear: both;
	float: left;
	width: 750px;
	padding-right: 10px;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #626262;
	border-top: none;
	background-color: #FFFFFF;
}

.menu-consoles-plus {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.erreur {
	margin: 10px;
	padding: 2px;
	color: #ff2d2d;
	text-align: center;
	border: 1px double #ff2d2d;
}

.bloc_titre {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-image: url("images/coins_haut.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.bloc_titre_gauche {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 16px;
	background-color: #FFFFFF;
	background-image: url("images/coins_haut.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.bloc_contenu {
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 0px;
	border-left: 0px;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	background-image: url("images/bloc_fond.jpg");
	background-position: right top;
	background-repeat: repeat-y;
}

.bloc_centre {
	clear: both;
	margin: auto;
	padding: 0px;
	margin-top: 20px;
	width: 600px;
	text-align: center;
	border-left: 2px solid #626262;
}

.bloc-liste1 {
	margin-left: 40px;
	margin-right: 40px;
}

.bloc-liste1 li {
	margin-bottom: 20px;
}

.bloc_bouton {
	margin: auto;
	padding: 5px;
	padding-bottom: 0px;
}

.bloc_bouton img {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #444444;
	background-color: #DDDDDD;
}

.bloc_bouton img:hover {
	cursor: pointer;
	border: 1px solid #005AAD;
	background-color: #FFFFFF;
}

#liste {
	float: left;
	width: 275px;
}

#liste_scroll {
	overflow: auto;
	height: 450px;
	text-align: left;
}

.img_max1 {
	max-width: 400px;
	max-height: 2000px;
	border: 0px;
}

.img_tmb {
	width: 150px;
	border: 0px;
}

a.mt-share-inline-bar-sm img {
	width: 34px;
	height: auto;
	border: 0px none;
}
a.mt-share-inline-bar-sm:hover {
	z-index: 50;
	transform: scale3d(1.075, 1.075, 1.075);
}
a.mt-share-inline-bar-sm {
	display: inline-block;
	width: 64px;
	height: 32px;
	border-radius: 0px;
	margin-right: 0px;
	text-align: center;
	position: relative;
	transition: all 100ms ease-in 0s;
	transform: scale3d(1, 1, 1);
}
.mt-google:hover {
	background-color: rgb(225, 95, 79);
}
.mt-google {
	background-color: rgb(221, 75, 57);
}
.mt-linkedin:hover {
	background-color: rgb(16, 135, 192);
}
.mt-linkedin {
	background-color: rgb(14, 118, 168);
}
.mt-twitter:hover {
	background-color: rgb(8, 187, 255);
}
.mt-twitter {
	background-color: rgb(0, 172, 238);
}
.mt-facebook:hover {
	background-color: rgb(66, 100, 170);
}
.mt-facebook {
	background-color: rgb(59, 89, 152);
}
.mt-pinterest:hover {
	background-color: rgb(221, 42, 48);
}
.mt-pinterest {
	background-color: rgb(204, 33, 39);
}
.mt-diaspora:hover {
	background-color: rgb(50, 50, 50);
}
.mt-diaspora {
	background-color: rgb(0, 0, 0);
}
.mt-mastodon:hover {
	background-color: #60a6d9;
}
.mt-mastodon {
	background-color: #2b90d9;
}

