/* ------------------------------------ */
/*                                      */
/*            Body                      */
/*                                      */
/* ------------------------------------ */

body {
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff url(../images/) top left repeat;
	font-family: verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

div#conteneur {
	text-align: left;
}

.cacher {
	display: none;
}

.justifie {
	text-align: justify;
}

* {
	margin: 0;
	padding: 0;
}

div#conteneur {
	width: 950px;
	position: relative;
	margin: auto;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: 0;
	vertical-align: middle;
}

div.page_blanche .alerte, div.page_blanche .alerte a {
	color: #c00;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.centrer {
	text-align: center;
}

hr.separation {
	clear: both;
	visibility: hidden;
}

.gras {
	font-weight: bold;
}

ul.liste {
	list-style-type: disc;
	margin-left: 30px;
	font-size: .8em;
	line-height: 1.6em;
}

ul.liste em {
	text-decoration: underline;
	font-style: normal;
}

a.popup_infos {
	position: relative;
	text-decoration: none;
	display: block;
}

a.popup_infos span {
	display: none;
	text-decoration: none;
}

a.popup_infos:hover {
	background: none;
	z-index: 500;
}

a.popup_infos:hover span {
	display: inline;
	position: absolute;
	z-index: 500;
	top: 1em;
	left: 1em;
	text-align: center;
	padding: 0.2em;
	font-weight: normal;
	max-width: 200px;
	cursor: pointer;
}

a.popup_alerte span {
	background-color: #fc9;
	font-weight: bold;
	border: 1px solid #f63;
	color: #900;
}

a.popup_active span {
	background-color: #d7efb2;
	border: 1px solid #390;
	color: #000;
}

a.popup_desactive span {
	background-color: #fc9;
	border: 1px solid #f63;
	color: #000;
}

a.popup_normal span {
	background-color: #ffc;
	border: 1px dotted #fc6;
	color: black;
}

span.bloggay {
	color: #f60;
}

span.bloggay i {
	font-style: normal;
	color: #0982aa;
}

/* ------------------------------------ */
/*                                      */
/*            header                    */
/*                                      */
/* ------------------------------------ */

div#header {
	height: 110px; width: 950px;
}

div#logo {
	float: left;
	height: 110px;
}

div#menu_rapide {
	padding-top: 20px; padding-right: 0;
	float: right;
}

div#menu_rapide a {
	color: #000;
}

div#menu_rapide ul {
	list-style-type: none;
}

div#menu_rapide ul li {
	float: left;
	font-size: .75em;
}

li#menu_aide, li#menu_toolbar, li#menu_creer_blog, li#menu_sms {
	margin-right: 5px;
}

/* ------------------------------------ */
/*                                      */
/*            Recherche                 */
/*                                      */
/* ------------------------------------ */

div#recherche {
	position: absolute;
	top: 60px; left: 660px;
	height: 26px;
}

div#recherche p {
	float: left;
}

div#recherche p.champ {
	text-align: right;
	padding-right: 10px;
}

div#recherche p.champ input {
	width: 166px;
	height: 22px;
	background: transparent url(../images/champ_recherche.png) top left no-repeat;
	border: 0;
	padding: 2px 5px;
	color: #69c;
}

/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

div#navigation {
	height: 4em; width: 950px;
}

ul#menu_nav, ul#sous_menu_nav {
	list-style-type: none;
}

ul#menu_nav {
	height: 2.3em;
}

ul#menu_nav li, ul#sous_menu_nav li, li#services_nav li, li#annuaire_nav li, li#espace_dedie_nav li {
	float: left;
}

li#bogueurs_nav, li#services_nav, li#annuaire_nav, li#espace_dedie_nav {
	margin-left: -1px;
}

ul#menu_nav li strong {
	height: 2em;
	line-height: 2em;
	display: block;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
}

li#accueil_nav {
	width: 6em;
}

li#bogueurs_nav {
	width: 7em;
}

li#espace_dedie_nav {
	width: 9em;
}

li#services_nav, li#annuaire_nav {
	width: 10em;
}

ul#menu_nav li strong.actif {
	background: transparent url(../images/onglet_actif.png) top left no-repeat;
}

ul#menu_nav li strong.inactif {
	background: transparent url(../images/onglet.png) top left no-repeat;
}

ul#menu_nav li strong a {
	display: block;
}

ul#menu_nav li strong.actif a {
	color: #fff;
	background: transparent url(../images/onglet_actif_droit.png) top right no-repeat;
}

ul#menu_nav li strong.inactif a {
	color: #000;
	background: transparent url(../images/onglet_droit.png) top right no-repeat;
}

ul#sous_menu_nav {
	line-height: 2.5em;
	color: #fff;
	font-size: .8em;
	padding-left: 10px;
	position:absolute;
	height: 2.5em;
	width: 950px;
	background-color: #369;
	border-bottom: 2px solid #ccc;
}

ul#sous_menu_nav a {
	color: #fff;
}

ul#sous_menu_nav li {
	margin-left: 5px;
}

/* ------------------------------------ */
/*                                      */
/*            Main                      */
/*                                      */
/* ------------------------------------ */

.pseudo {
	color: #36c;
}

.pseudo a, .pseudo a:visited {
	color: #36c;
}

.offline {
	color: #c00;
	font-weight: bold;
}

.online {
	color: #0c0;
	font-weight: bold;
}

.separateur {
	clear: both; visibility: hidden;
}

div#zone_principale {
	width: 950px;
	background-color: transparent;
	margin-top: 5px;
}

div#disclaimer {
	margin: 15px auto;
	width: 450px; height: 200px;
	overflow: auto;
}

input.image {
	height: 2em;
	font-size: 1.2em;
	padding: 0 .5em;
	line-height: 2em;
	color: #fff;
	background: url(../images/bouton_bleu.png) no-repeat;
	border: 1px solid #336699;
}

input.bouton {
	height: 1.6em;
	padding: 0 .3em;
	font-size: .9em;
	line-height: 1.6em;
	color: #fff;
	background: url(../images/bouton_bleu.png) no-repeat;
	border: 1px solid #336699;
}

/*            Zone menus               */

div#zone_gauche, div#derniers_blogs, div#blogs_populaires {
	width: 166px;
}

div#zone_droite {
	width: 230px;
	float: left;
}

div#zone_gauche {
	position: relative;
	float: left;
	margin-top: 10px;
}

div#zone_gauche h2 {
	background: transparent url(../images/entete_bloc_menu.png) right top no-repeat;
	font-size: .8em;
	height: 28px;
	line-height: 28px;
	color: #fff;
	padding-left: 10px;
}

div#blogs_populaires h2 {
	 margin-top: 10px;
}

div.cadre_conteneur {
	background-color: #fafcfe;
	border-left: 1px solid #9dc1d9;
	border-right: 1px solid #9dc1d9;
}

div#blogs_populaires div.cadre_conteneur, div#derniers_blogs div.cadre_conteneur {
	border-bottom: 1px solid #9dc1d9;
}

div#blogs_populaires ul, div#derniers_blogs ul, div#informations ul {
	padding: 5px 0;
	list-style-type: none;
	text-align: left;
}

div#blogs_populaires ul, div#derniers_blogs ul {
	line-height: 1.65em;
	margin-left: 6px;
}

div#informations ul {
	line-height: 1.3em;
	margin-left: 10px;
}

div#blogs_populaires ul li, div#derniers_blogs ul li, div#informations ul li {
	font-size: .7em;
}

div#blogs_populaires ul li {
	padding-left: 24px;
}

div#derniers_blogs ul li {
	padding-left: 28px;
}

div#informations ul li {
	padding-left: 20px;
}

div#blogs_populaires ul li a, div#derniers_blogs ul li a, div#informations ul li a,
div#blogs_populaires ul li a:visited, div#derniers_blogs ul li a:visited, div#informations ul li a:visited {
	color: #369;
}

div#derniers_blogs ul li.paire {
	background: url(../images/puce_bleue.png) left center no-repeat;
}

div#derniers_blogs ul li.impaire {
	background: url(../images/puce_verte.png) left center no-repeat;
}

div#blogs_populaires ul li.paire {
	background: url(../images/puce2_bleue.png) left center no-repeat;
}

div#blogs_populaires ul li.impaire {
	background: url(../images/puce2_verte.png) left center no-repeat;
}

div#informations ul li.paire {
	background: url(../images/puce3_orange.png) left center no-repeat;
}

div#informations ul li.impaire {
	background: url(../images/puce3_verte.png) left center no-repeat;
}

/*            Zone centrale               */

div#zone_centrale {
	width: 554px;
	float: left;
	min-height: 750px;
	margin-top: 10px;
}

div#annonces {
	position: relative;
	margin: 20px auto 10px auto;
	width: 538px;
	height: auto;
}

div#annonces p {
	text-align: center;
}

div#annonces p.texte {
	font-size: .7em;
	line-height: 1.35em;
}

div#annonces p.texte a, div#annonces p.texte a:visited,
a.lien, a.lien:visited {
	color: #f60;
}

a.lien2 {
	color: #369;
}

div#nuage_tags {
	position: relative;
	margin: 0 auto;
	width: 538px;
	height: 187px;
	background: #fff url(../images/nuage_tags.png) top left no-repeat;
}

div#tags {
	width: 356px;
	height: 130px;
	background: transparent;
	top: 35px; left: 145px;
	position: absolute;
}

div#tags ul {
	list-style-type: none;
	color: #39c;
	line-height: 2em;
}

div#tags ul li {
	float: left;
	margin-right: .5em;
}

li.size1 {
	font-size: .9em;
}

li.size2 {
	font-size: 1em;
}

li.size3 {
	font-size: 1.1em;
}

li.size4 {
	font-size: 1.2em;
}

div#blogueurs_enligne, div#blogueurs_actu, div#zone_texte {
	width: 538px; height: auto;
	margin-bottom: 10px;
}

div#blogueurs_enligne {
	margin-bottom: 10px;
}

div#zone_centrale h2 {
	margin-left: 10px;
	color: #82d615;
	font-size: .9em;
	background: transparent url(../images/line.png) bottom left repeat-x;
	padding-bottom: 10px;
}

div#blogueurs_enligne .cadre, div#blogueurs_actu .cadre {
	float: left;
	width: 250px; height: auto;
	margin-top: 8px;
}

div.cadre h3 {
	color:#f60;
	font-size: .8em;
	margin-left: 10px;
}

h3#gestionnaire_video {
	margin: 5px 0;
	padding: 0;
	background: url(../images/video.png) left top no-repeat;
	width: 521px; height: 86px;
}

h3.icone {
	margin-top: 10px;
	height: 50px;
	padding-left: 60px;
	line-height: 50px;
}

.colonne1 {
	margin-left: 10px;
}

div#blogueurs_enligne .photo, div#blogueurs_actu .photo {
	border: 1px solid #39c;
	float: left;
}

div#blogueurs_actu .photo {
	margin-left: 10px; margin-top: 6px;
}

div#blogueurs_enligne ul {
	list-style-type: none;
	padding-left: 70px;
	line-height: .95em;
}

div#blogueurs_enligne ul li {
	font-size: .7em;
}

p.voir_blog {
	margin-top: 3px;
	font-size: .7em;
}

p.voir_blog img {
	vertical-align: middle;
	margin-top: 3px;
}

p.voir_blog a, p.voir_blog a:visited {
	color: #6c0;
	font-weight: bold;
}

p.infos_article {
	font-size: .65em;
	margin-left: 10px;
	margin-top: 3px;
	color: #666;
}

p.apercu_texte {
	padding-left: 85px;
	font-size: .7em;
	line-height: 1.2em;
	margin-top: 6px;
}

p.voir_plus {
	clear: both;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: .8em;
}

p.voir_plus a, p.voir_plus a:visited {
	color: #369;
	font-weight: bold;
}

div#connexion {
	margin-top: 10px;
}

div#connexion h2 {
	background: transparent url(../images/entete_bloc_connexion.png) left top no-repeat;
	height: 20px;
}

div#informations h2 {
	background: url(../images/entete_bloc_informations.png) left top no-repeat;
	height: 28px;
}

div#creer_blog h2 {
	background: url(../images/entete_bloc_creer_blog.png) left top no-repeat;
	height: 5px;
}

div#connexion .contenu {
	background-color: #ecf2f6;
	border-left: 1px solid #9dc1d9;
	border-right: 1px solid #9dc1d9;
}

div#connexion table {
	width: 98%;
}

div#connexion tr#identifiant td input, div#connexion tr#mot_de_passe td input {
	width: 98px;
	background: #ecf2f6 url(../images/champ_connexion.png) top left no-repeat;
	border: 0;
	height: 22px;
	padding-left: 5px;
	padding-top: 2px;
}

div#connexion .contenu td {
	font-size: .7em;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	height: 25px;
}

div#connexion div.base {
	background: url(../images/base_bloc_connexion.png) left top no-repeat;
	height: 9px;
}

div#informations div.base {
	background: url(../images/base_bloc_informations.png) left top no-repeat; height: 10px;
}

div#creer_blog div.base {
	background: url(../images/base_bloc_creer_blog.png) left top no-repeat;
	height: 10px;
}

div#creer_blog p.texte {
	color: #666;
	font-size: .7em;
	padding: 3px 10px;
}

div#creer_blog ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 5px;
}

div#creer_blog ul li {
	 color: #f60;
	 font-size: .7em;
	 line-height: 1.4em;
}

div#creer_blog ul li a, div#creer_blog ul li a:visited {
	 color: #f60;
	 text-decoration: none;
}

div#creer_blog ul li a:hover, div#creer_blog ul li a:active {
	 text-decoration: underline;
}

div#creer_blog p.bouton {
	 text-align: center;
	 margin-top: 10px;
}

div#pub_120x600 {
	height: 600px; width: 120px;
	background-color: #ddd;
	margin: 10px auto 0 auto;
}

p#historique {
	font-weight: bold;
	color: #333;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: .7em;
}

p#historique a {
	color: #369;
}

span.aide {
	border: 1px solid #99c;
	background: #fff;
	font-size: 12px;
	padding: 0 .3em;
	color: #66c;
}

span.aide a {
	color: #66c;
}

#zone_texte p.texte, #cadre_recherche p.texte {
	font-size: .8em;
	margin: 10px;
}

div#espace_membres_icones, div.page_blanche {
	background: #fff;
	border: 1px solid #9dc1d9;
	margin-left: 10px;
	margin-top: 10px;
	height: auto;
	padding-bottom: 10px;
}

div.page_blanche {
	width: 528px;
}

div#espace_membres_icones {
	width: 478px;
	padding-left: 50px;
}

div#espace_membres_icones div, div#upload_photos {
	margin-top: 10px;
}

div#espace_membres_icones div {
	float: left;
	width: 220px !important;
	width:180px;
	height: 130px;
}

div#upload_photos {
	text-align: center;
}

div#espace_membres_icones div p {
	margin-left: 2em;
}

div#espace_membres_icones div dt, div#upload_photos dt, p.icones {
	font-size: .8em;
}

div#espace_membres_icones div dt a, div#upload_photos dt a, p.icones a {
	font-weight: bold;
	color: #336699;
}

div#upload_photos dd a {
	color: #000;
}

div#espace_membres_icones div dd, div#upload_photos dd {
	font-size: .7em;
	margin-top: 3px;
}

div#zone_texte div.page_blanche p.texte {
	margin-left: 10px;
	line-height: 1.3em;
	margin-right: 10px;
}

div#zone_texte div.page_blanche ul.texte {
	margin-top: 10px;
	font-size: .7em;
	margin-right: 10px;
	margin-left: 30px;
}

div#zone_texte p.texte em {
	font-size: .8em;
	color: #666;
	font-style: normal;
}

div#zone_texte p.size1 {
	font-size: .8em;
}

div#zone_texte p.size2 {
	font-size: .7em;
}

div#zone_texte p.size3 {
	font-size: .9em;
}

div#zone_texte p.size4 {
	font-size: 1em;
}

div.page_blanche h3 {
	font-size: .9em;
	margin-left: 10px;
	color: #c00;
}

div.page_blanche table {
	width: 508px;
	margin-top: 10px;
	margin-left: 10px;
}

div.page_blanche table td {
	vertical-align: top;
	width: 50%;
	font-size: .75em;
	padding: 5px;
}

div.page_blanche table td.paire, div.page_blanche table tr.paire {
	background: #fff;
}

div.page_blanche table td.impaire, div.page_blanche table tr.impaire {
	background: #ecf6f9;
}

div.page_blanche table td.colspan {
	width: 100%;
	text-align: center;
}

div.page_blanche table tr td input.champ {
	width: 200px;
}

div.page_blanche table tr td p.infos {
	font-size: .95em;
	margin-top: 5px;
	color: #333;
}

ul.liens_rapides {
	padding-left: 6.5em;
	list-style-type: none;
	font-size: .8em;
	margin-top: 10px;
}

ul.liens_rapides li {
	float: left;
	margin-left: 5px;
}

table#dossiers_photos {
	width: 508px;
	background: #A9A9A9;
}

table#dossiers_photos tr {
	background: #FBF7F4;
}

table#dossiers_photos td.impaire {
	background: #002E5C;
}

table#dossiers_photos td p {
	text-align: center;
	color: #fff;
}

div.billet {
	margin: 10px auto;
	border: 1px solid #cf6;
	width: 500px;
	min-height: 50px;
}

div.billet p.info {
	margin: 3px 0 0 10px;
	font-size: .65em;
	color: #666;
}

div.billet h3.auteur {
	color: #000;
	font-size: .7em;
	font-weight: normal;
	padding-top: 5px;
}

dl.faq {
	margin-top: 10px; margin-left: 10px;
}

dl.faq dt {
	font-size: .9em;
	margin-bottom: 6px;
	color: #060;
	font-weight: bold;
}

dl.faq dd {
	margin-left: 10px;
	font-size: .8em;
	line-height: 1.5em;
}

.video_cadre {
	margin: 15px auto 10px auto !important;
	margin: 15px 0 10px 13px;
	border: 1px solid #369;
	width: 500px;
	height: auto;
}

div.vod p strong {
	color: #c00;
}

div.video_cadre h3 {
	margin: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

div.video_cadre img.photo1 {
	width: 150px;
}

div.video_cadre img.photo2 {
	width: 220px;
}

div.video_cadre img.photo3 {
	width: 120px;
}

div.chat_cadre {
	height: auto;
	margin-left: 15px;
	padding-bottom: 30px;
	width: 500px;
	background: #fff url(../images/chat_cadre.png) bottom left no-repeat;
}

div.chat_cadre h3 {
	margin-left: 0;
	color: #000;
	font-size: .9em;
	width: 500px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: #fff url(../images/chat_cadre_entete) top left no-repeat;
}

div.chat_cadre h4 {
	text-align: center;
	font-size: 1em;
	margin: 15px 0 0 0;
}

div.chat_cadre ul {
	text-align: left;
	font-size: .75em;
	margin: 10px 10px 0 25px;
}

div.chat_cadre ul li {
	line-height: 1.4em;
}

div.chat_cadre p {
	font-size: .75em;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

div#footer {
	position: relative;
	clear: both;
	width: 950px; height: 110px;
	background: url(../images/footer.gif) left top no-repeat;
}

div#footer p {
	position: absolute;
	font-size: .7em;
	color: #fff;
}

div#footer p a, div#footer p a:visited {
	color: #fff;
	font-weight: bold;
}

p#footer_liens {
	top: 53px; left: 90px;
}

div#w3c_validated {
	text-align: center;
	margin-top: 10px;
}

p#copyright {
	top: 90px; left: 90px;
}