
  /********/
 /* BODY */
/********/
body{
	/* Texte */
	font-size:12px;			/* Taille de police de référence */
	font-family:Verdana, Arial, Helvetica, sans-serif;  /* Police */

	/* Marges */
	margin-top:0px; 	/* Pas de marge supérieur */
	margin-left:0px;	/* Pas de marge à gauche */
	margin-right:0px;	/* Pas de marge à droite */
	margin-bottom:50px;	/* Petite marge en bas pour permettre de voir tout le footer malgrée la barre */

	/* Arrière plan */
	background-color:#5588BB; /* bleu */
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
    background-position:0px 0px;

}

table, td, tr{
	/* Texte */
	font-size:12px;			/* Taille de police de référence */
	font-family:Century Gothic,Verdana,Tahoma,sans-serif,Verdana, Arial, Helvetica, sans-serif;  /* Police */
}

  /*********/
 /* Liens */
/*********/
.liens {
	text-decoration:underline;
	cursor:pointer;
}
a, .liens {
	color:#336699;
}
a:hover, .liens:hover{
	color:orange;
}

  /***********/
 /* En-tête */
/***********/

#header{
	/* Taille */
	height:80px;
	width:auto;

	/* Marges */
	margin:0px;
	padding:0px;
}


#header h1{
	/* Positionnement */
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;

	/* Marges */
	margin:0px;
	padding:0px;

	/* Texte */
	font-size:30px;
	font-style:italic;
	color:#336699;
}
#header h2{
	/* Positionnement */
	position:absolute;
	top:12px;
	left:8px;
	z-index:2;

	/* Marges */
	margin:0px;
	padding:0px;

	/* Texte */
	font-size:30px;
	color:orange;
}

  /********************/
 /* Message du forum */
/********************/

#msgForum{
	/* Marges */
	margin-top:10px;
	padding:10px;

	/* Positionnement */
	position:relative;
	float:right;

	/* Texte */
	text-align:right;

	/* Coins arrondis */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	/* Transparence */
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	/* Arrière plan */
	background-color:white;

}

  /******************/
 /* Menu de gauche */
/******************/

#menuGauche{
	/* Positionnement */
	float:left;
	position:relative;

	/* Texte */
	text-align:left;

	/* Taille */
	width:180px;

	/* Marges */
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;

	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	/* Coins arrondis */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;


}
/* Liste/hierarchie ul, li, h3*/
#menuGauche ul{
	margin:0px;
	padding:0px;
}
#menuGauche ul li ul{
	margin:0px;
	padding-left:20px;
	padding-top:0px;
}
#menuGauche ul li {
	list-style:none;
	margin-top:0px;
	/*Marge au dessus de chaque titre sauf la première => Marge en dessous...*/
	margin-bottom:10px;
}
#menuGauche ul li h3{
	display:block;
	padding:5px;
	text-decoration:none;

	/* Marges */
	margin-top:0px;

	/* Texte */
	background-color: #336699;
	color:#FFFFFF;
	font-size:13px;

	/* Coins arrondis */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	/* Opacité */
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	filter:alpha(opacity=90);
}
#menuGauche ul li h3 a{
	color:orange;
}
#menuGauche ul li ul li{
	list-style:square;
	margin-bottom:0px;
}

#menuGauche a{
	color:#000000;
	text-decoration:none;
}
#menuGauche a:hover{
	color:orange;
	text-decoration:underline;
}


  /************/
 /* Menu Bas */
/************/
#menuBas{
	/* Taille */
	width:100%;
	height:20px;

	/* Positionement */
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:1000;

	/* Arrière-plan */
	background-color:orange;

	/* Marges */
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;

	/* Texte */
	text-align:center;
	font-size:11.5px;
	color:#FFFFFF;
	font-family: Trebuchet MS;

}

#menuBas a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

	/* Espacement entre les liens */
	margin-right:10px;
	padding:5px;
}

#menuBas a:hover{
	background-color:#FFFFFF;
	color:orange;
	border:1px solid orange;

}

  /***********/
 /* Contenu */
/***********/

#contenu{
	/* Taille */
	min-height:950px;

	/* Arrière-plan */
	background-color:#FFFFFF;

	/* Marges */
	margin-left:200px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:5px;

	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;

	/* Coins arrondis */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
/*	border-top-left-radius:5px 5px;/ * On arrondit un peu + le coins supérieur gauche * /
	-moz-border-radius-topleft: 5px 5px;*/
}


#contenu_ajax{
	/* Marges */
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#contenu h1{
	font-size:16px;
	border-bottom:1px dotted black;
}
#contenu h2{
	font-size:14px;
}
#contenu h3{
	font-size:12px;
	font-weight:bold;
}

  /*****************/
 /* Nuage de Tags */
/*****************/
#nuageTags{
  	margin:0px;
	padding:0px;
	text-align:center;
	color:white;
}

#nuageTags a{
    text-decoration:none;
    padding:5px;
    color:white;
    /*Bordure*/
    border-width:2px;
    border-color:orange;
    border-style:hidden;

	/* Coins arrondis */
   	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nuageTags a:hover{
    color:orange;
    background:#FFF;
    border-width:1px;
    border-color:orange;
    border-style:solid;
}


  /*****************/
 /* Pied de page  */
/*****************/

#footer{
	/* Marges */
	margin:5px;
	margin-bottom:20px; /* Pour éviter que le footer ne soit caché par le menuBas*/
	padding:5px;

	/* Texte */
	text-align:center;
	color:#666;
	font-size:9px;
	font-style:italic;

	/* Arrière-plan */
	background-color:white;

	/* Coins arrondis */
   	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	/* Pour être sûr qu'il ne s'affiche pas au dessus du menu */
	z-index:-1;
}

  /**********************************/
 /* Contenu réservé à l'impression */
/**********************************/
.toPrint{
	display:none;
}
#footPrint{
	text-align:center;
	font-style:italic;
}



  /**********************************/
 /* Contenu spécifique aux actions */
/**********************************/
.articlesListeAuteurDate{
	font-size:10px;
	color:#5f5f5f;
}

.auteurDate{
	font-size:11px;
	color:#5f5f5f;
	margin-bottom:5px;
}

.bigButton{
	text-align:center;
	border:5px outset #C0C0C0;
	padding:5px;
}
.bigButton:hover{
	border:5px inset #C0C0C0;
}
.bigButton a{
	color:black;
	text-decoration:none;
}

/* Liens vers page suivante / précédente */
.liensPages{
	padding:5px;
	margin:5px;
	border:1px solid #C0C0C0;
}
.liensPages:hover{
	border:2px solid black;
}

  /************************/
 /* Socialize et partage */
/************************/

#socialize{
	border-top:1px dotted #5f5f5f;

}
.addthis_toolbox {
	height: 50px;
	padding: 10px;
	text-align: center;
}
#socialize .custom_images a {
/*	display: block; */
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
#socialize .custom_images img {
/*	display: block; */
	height: 30px;
	padding:10px;
	border:0px;
	cursor: pointer;
}
#socialize .custom_images img:hover {
/*	display: block; */
	height: 40px;
	padding:5px;
	border:0px;
	cursor: pointer;
}
.custom_images span {
	background: rgb(0,0,0); /*rgba(0,0,0,.75)*/
	display: none;
	padding: 2px 8px;
	margin-left: 17px;
	font-size: 11px;
	color: #fff;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	/* Opacité */
	opacity: 0.75;
}

.similaires {
	background-color:#FFCC33;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
}
.similaires li:hover{
	background-color:#FFFF66;
}
.similaires li{
	padding-bottom:5px;
}
.tags a{
	display:block;
	padding:5px;
}
.tags a:hover{
	color:#FFFF66;
	background-color:#FFCC33;
}
.tags{
	text-align:center;
	background-color:#FFFF66;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	width:200px;
}
.partage{
	text-align:center;
	background-color:orange;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:5px;
	padding:10px;
	width:200px;
}
.partage a img{
	border:0px;
	width:25px;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
.partage a img:hover{
	width:35px;
	height:35px;
	padding-top:0px;
	padding-bottom:0px;
}
.tagssimilaire td{
	vertical-align:top;
}
.comments{
text-align:center;
	background-color:#FFCC33;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:5px;
	padding:10px;
}
.comments a{
	padding:3px;
}
.comments a:hover{
	color:#336699;
	border:2px inset #FFCC33;
}
