
/***********************************************
	Styles globaux de la page xHTML
************************************************/
* {
	margin:0px;
	padding:0px;
}

html{
}
body{
	padding:0px;
	margin:0px;
	background:#FFFFFF url(themegraphique/4_motif_bleuuni.jpg);
	background-attachment:fixed;
}

a{
}
a:hover{
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}

#page{
	width:918px;
	margin-right:auto;
	margin-left:auto;
	padding-right:10px;
	padding-left:10px;
	background:url(themegraphique/4_ombre.png) repeat-y;
}
/***********************************************
	Entête
************************************************/
#header{
	background:white url(themegraphique/autre/2598-4-10.jpg) center bottom no-repeat;
	height:272px;
}

/*Titre du blog*/
#header h1{
	height:45px;
	background:white url(themegraphique/4_repeat-hedaer.gif) repeat-x;	
}

#header h1 a{
	height:37px;
	padding-top:8px;
	padding-left:15px;
	color:#574E40;
	font-size:26px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}


/***********************************************
	Menu
************************************************/
#menu{
	width:230px;
	float:left;
	padding-top:10px;
}

#menu h2{
	background:url(themegraphique/4_fdmenu.gif) no-repeat;	
	height:27px;
	padding-left:10px;
	padding-top:2px;
	color:#D7BB8F;
	font-size:12px;
	font-family:Century Gothic;
	margin-bottom:2px;
	text-align:left;
	margin-left:10px;		
}
/*Blog ontenant le profil de l'auteur*/
#menu .profilauteur{
	
}
#menu .profilauteur img.avatar{
	border:solid 1px #969696;
	float:left;
	width:65px;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:5px;
}
#menu .profilauteur .nom{
	background:url(themegraphique/4_fdmenu.gif) no-repeat;	
	display:block;
	height:27px;
	padding-top:5px;
	padding-left:10px;
	color:#D7BB8F;
	font-size:12px;
	font-family:Century Gothic;
	font-weight:bold;
	margin-left:10px;		
	text-align:left;
}
#menu .profilauteur .presentation{
	color:#606060;
	font-size:11px;
	font-family:Arial;
	padding:10px;
	background:#E8E8E8;		
	margin-bottom:10px;
	margin-left:10px;		
}

/*Flux RSS*/
#menu .flux{
	background:#E8E8E8 url(themegraphique/4_rss.gif) no-repeat;	
	padding-top:42px;	
	padding-bottom:22px;	
	margin-bottom:10px;	
	margin-left:10px;	
}
#menu .flux a{
	display:block;
	color:#363636;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	margin-left:70px;		
}
#menu .flux a:hover{
	text-decoration:underline;
}

/*Listes des catégories de billets*/
#menu ul{
	background:#E8E8E8;
	padding:5px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;		
}
#menu ul li{
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
	line-height:20px;
	border-bottom:solid 1px #BEBEBE;
}
#menu ul li a{
	background:url(themegraphique/4_puce.gif) no-repeat;	
	padding-left:15px;
	color:#363636;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}

#module1{
	text-align:center;	
}
#module1 img{
	padding:8px;
	border:solid 1px #949A9A;
	margin-top:3px;	
	margin-bottom:2px;	
}

/*Publicité en skyskaper*/
#publiciteskyscraper{
	text-align:center;
}



/***********************************************
	Contenu
************************************************/

#publicitebandeau{
	text-align:center;
}

#publicitecarres{
	margin-bottom:20px;
}

#content{
	padding-left:253px;
	padding-right:10px;	
	padding-bottom:10px;	
	padding-top:10px;	
}

/*Message qui apparaît quand un visiteur arrive sur un catégorie qui ne contient aucun billet*/
#content p.messagecategorievide{
}

/*Navigateur par pages*/
#content .navigateurparpages{
	padding:4px;
	text-align:right;
	background:#E8E8E8;
	color:#555555;
	font-family:Verdana;
	font-size:11px;
}
#content .navigateurparpages a{
	color:#555555;
}
#content .navigateurparpages a:hover{
}

/*Liste des billets*/
#content .listebillets{
	padding-top:10px;	
}

/*Un billet*/
#content .listebillets .billet,
#content .billetsimple{
	margin-left:10px;		
	margin-right:10px;	
	color:black;
	font-size:11px;
	font-family:Arial;	
}

/*Titre billet*/
#content .listebillets .billet h2,
#content .billetsimple h2{
	background:url(themegraphique/4_titrebillet.gif) no-repeat;	
	height:27px;
	padding-right:10px;
	padding-top:5px;
	color:#266B0E;
	font-size:12px;
	font-family:Century Gothic;
	padding-left:10px;	
	margin-bottom:20px;	
}

/*Date billet*/
#content .listebillets .billet h2 span.date,
#content .billetsimple h2 span.date{
	color:#606C58;
	font-size:11px;
	font-family:Arial;	
	float:right;
}


/*Contenu billet*/
#content .listebillets .billet .contenu,
#content .billetsimple .contenu{
	margin-bottom:10px;
}
#content .listebillets .billet .contenu img,
#content .billetsimple .contenu img{
	border:none;
}
#content .listebillets .billet .contenu a,
#content .billetsimple .contenu a{
	color:black;
}
#content .listebillets .billet .contenu a:hover,
#content .billetsimple .contenu a:hover{
}
#content .listebillets .billet .contenu a img,
#content .billetsimple .contenu a img{
	border:none;
}
#content .listebillets .billet .contenu table,
#content .billetsimple .contenu table{
	width:98%;
	border:solid 1px black;
	border-collapse:collapse;
}
#content .listebillets .billet .contenu tr,
#content .billetsimple .contenu tr{
}
#content .listebillets .billet .contenu td,
#content .billetsimple .contenu td{
	border:solid 1px black;
}
#content .listebillets .billet .contenu th,
#content .billetsimple .contenu th{
	background:#D0D0D0;
}
#content .listebillets .billet .contenu ul,
#content .billetsimple .contenu ul{
	margin-top:10px;
	margin-bottom:10px;
}
#content .listebillets .billet .contenu li,
#content .billetsimple .contenu li{
	margin-left:30px;
}
#content .listebillets .billet .contenu div.conteneurphoto,
#content .billetsimple .contenu div.conteneurphoto{
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu p.documentphoto,
#content .billetsimple .contenu p.documentphoto{
	margin-bottom:0px;	
}
#content .listebillets .billet .contenu p.documentphoto img,
#content .billetsimple .contenu p.documentphoto img{
	padding:8px;
	border:solid 1px #949A9A;
	margin-bottom:0px;	
}
#content .listebillets .billet .contenu label.documentphoto,
#content .billetsimple .contenu label.documentphoto{
	font-size:10px;
	text-transform:uppercase;
	color:black;
	font-family:Arial;
	font-weight:bold;
}
#content .listebillets .billet .contenu div.conteneuraudio,
#content .billetsimple .contenu div.conteneuraudio{
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu p.documentaudio,
#content .billetsimple .contenu p.documentaudio{
	margin-bottom:0px;	
}
#content .listebillets .billet .contenu label.documentaudio,
#content .billetsimple .contenu label.documentaudio{
	font-size:10px;
	text-transform:uppercase;
	color:black;
	font-family:Arial;
	font-weight:bold;
}
#content .listebillets .billet .contenu div.conteneurvideo,
#content .billetsimple .contenu div.conteneurvideo{
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu p.documentvideo,
#content .billetsimple .contenu p.documentvideo{
	margin-bottom:0px;	
}
#content .listebillets .billet .contenu label.documentvideo,
#content .billetsimple .contenu label.documentvideo{
	font-size:10px;
	text-transform:uppercase;
	color:black;
	font-family:Arial;
	font-weight:bold;
}
#content .listebillets .billet .contenu div.conteneurautre,
#content .billetsimple .contenu div.conteneurautre{
}
#content .listebillets .billet .contenu p.documentautre,
#content .billetsimple .contenu p.documentautre{

}
#content .listebillets .billet .contenu label.documentautre,
#content .billetsimple .contenu label.documentautre{
}

/*Liens au bas du billet*/
#content .listebillets .billet .liensbasarticle,
#content .billetsimple .liensbasarticle{
	text-align:center;
	border-top:solid 1px #BEBEBE;
	border-bottom:solid 1px #BEBEBE;
	color:#5A5D5D;
	font-size:11px;
	font-family:Arial;
	margin-bottom:30px;
	padding:4px;
}
#content .listebillets .billet .liensbasarticle a.commentaires,
#content .billetsimple .liensbasarticle a.commentaires{
	color:#5A5D5D;
	text-decoration:none;
	border-right:solid 1px #5A5D5D;
	padding-right:2px;
	margin-right:2px;
}
#content .listebillets .billet .liensbasarticle a.recommander,
#content .billetsimple .liensbasarticle a.recommander{
	color:#5A5D5D;
	text-decoration:none;
	border-right:solid 1px #5A5D5D;
	padding-right:2px;
	margin-right:2px;
}
#content .listebillets .billet .liensbasarticle a.lienpermanent,
#content .billetsimple .liensbasarticle a.lienpermanent{
	color:#5A5D5D;
	text-decoration:none;
}
#content .listebillets .billet .liensbasarticle a.postercommentaire{
	color:#5A5D5D;
	text-decoration:none;
	border-right:solid 1px #5A5D5D;
	padding-right:2px;
	margin-right:2px;
}

#content .listebillets .billet .liensbasarticle a:hover,
#content .billetsimple .liensbasarticle a:hover{
	text-decoration:underline;
}

/*Commentaires sur un billet affiché seul*/
#content .billetsimple h3{
	background:url(themegraphique/4_titrebillet.gif) no-repeat;	
	height:27px;
	padding-right:10px;
	padding-top:5px;
	color:#266B0E;
	font-size:12px;
	font-family:Century Gothic;
	padding-left:10px;	
	margin-bottom:20px;	
}

/*Liste des commentaires*/
#content .billetsimple .commentaires{
	font-size:11px;
	font-family:Arial;		
}

/*Un commentaire*/
#content .billetsimple div.commentaire{
	background:#DDE5E6;
	margin-bottom:10px;
	padding:8px;
}
#content .billetsimple div.commentaire p.contenucommentaire{
}
#content .billetsimple div.commentaire p.contenucommentaire a{
	color:#5A5D5D;
	text-decoration:none;
}
#content .billetsimple div.commentaire p.contenucommentaire a:hover{
	text-decoration:underline;
}
#content .billetsimple div.commentaire span.titre{
	font-weight:bold;
	border-left:solid 2px black;	
	padding-left:2px;	
}
#content .billetsimple div.commentaire span.titre a{
	color:black
}
#content .billetsimple div.commentaire span.titre a:hover{
}

/*Réponse de l'auteur sur un commentaire*/
#content .billetsimple div.commentaire p.reponsecommentaire{
	color:#8D0000;
	margin-left:20px;
}
#content .billetsimple div.commentaire p.reponsecommentaire a{
	color:#8D0000;
}
#content .billetsimple div.commentaire p.reponsecommentaire a:hover{
}
#content .billetsimple div.commentaire span.titrereponse{
	color:#8D0000;
	display:block;
	margin-left:20px;
	margin-top:10px;
	font-weight:bold;
	border-left:solid 2px #8D0000;
	padding-left:2px;
}

/*Message qui apparaît quand le billet n'a pas encore de commentaire */
#content .billetsimple p.messagepasdecommentaires{
	margin-bottom:10px;
}

/*Rédaction d'un nouveau commentaire*/
#content .billetsimple form.nouveaucommentaire{
	margin-top:20px;
	background:url(themegraphique/4_titrebillet.gif) no-repeat;	
}
#content .billetsimple form.nouveaucommentaire fieldset{
	border:none;
}
#content .billetsimple form.nouveaucommentaire fieldset legend{
	font-weight:bold;
	height:27px;
	padding-right:10px;
	padding-top:5px;
	color:#266B0E;
	font-size:12px;
	font-family:Century Gothic;
	padding-left:10px;	
	margin-bottom:20px;	
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ{
	margin-top:5px;
}
#content .billetsimple form.nouveaucommentaire fieldset img{
	vertical-align:middle;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ label{
	float:left;
	width:100px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ input{
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ textarea{
	width:98%;
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation{
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation input{
}
#content .billetsimple form.nouveaucommentaire fieldset p.messageerreur{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}

/*Formulaire de contact*/
#content form.contact{
	background:url(themegraphique/4_titrebillet.gif) no-repeat;	
	color:black;
	font-size:11px;
	font-family:Arial;		
}
#content form.contact fieldset{
	border:none;
}
#content form.contact fieldset legend{
	font-weight:bold;
	height:27px;
	padding-right:10px;
	padding-top:5px;
	color:#266B0E;
	font-size:12px;
	font-family:Century Gothic;
	padding-left:10px;	
	margin-bottom:20px;	
}
#content form.contact fieldset p.champ{
	margin-top:5px;
}
#content form.contact fieldset img{
	vertical-align:middle;
}
#content form.contact fieldset p.champ label{
	float:left;
	width:100px;
}
#content form.contact fieldset p.champ input{
}
#content form.contact fieldset p.champ textarea{
	width:98%;
}
#content form.contact fieldset p.validation{
}
#content form.contact fieldset p.validation input{
}
#content form.contact fieldset p.messageok{
	color:blue;
	font-weight:bold;
	margin-bottom:5px;
}
#content form.contact fieldset p.messageerreur{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}

/*Formulaire de recommandation d'un billet*/
#content form.recommandation{
	background:url(themegraphique/4_titrebillet.gif) no-repeat;	
	color:black;
	font-size:11px;
	font-family:Arial;		
}
#content form.recommandation fieldset{
	border:none;
}
#content form.recommandation fieldset legend{
	font-weight:bold;
	height:27px;
	padding-right:10px;
	padding-top:5px;
	color:#266B0E;
	font-size:12px;
	font-family:Century Gothic;
	padding-left:10px;	
	margin-bottom:20px;	
}
#content form.recommandation fieldset img{
	vertical-align:middle;
}
#content form.recommandation fieldset p.champ{
	margin-top:5px;
}
#content form.recommandation fieldset p.champ label{
	float:left;
	width:200px;
}
#content form.recommandation fieldset p.champ input{
}
#content form.recommandation fieldset p.champ textarea{
	width:98%;
}
#content form.recommandation fieldset p.validation{
}
#content form.recommandation fieldset p.validation input{
}
#content form.recommandation fieldset p.messageok{
	color:blue;
	font-weight:bold;
	margin-bottom:5px;
}
#content form.recommandation fieldset p.messageerreur{
	color:red;
	font-weight:bold;
	margin-bottom:5px;
}


/***********************************************
	Pied de page
************************************************/
#footer{
	height:30px;
	padding-top:10px;
	background:url(themegraphique/4_fdfooter.gif) repeat-x;		
	color:#969696;
	font-family:Arial;
	font-size:10px;
	text-align:center;
}
#footer a{
	color:#969696;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/*Lien vers l'interface de gestion du blog*/
#footer a.interfacedegestion{
	display:block;
}
#footer a.interfacedegestion:hover{
}


/***********************************************
	Zones avec code xHTML personalisé
************************************************/
#htmlpersomenu{
}
#htmlpersofooter{
}


/***********************************************
	Zone des modules complémentaires
************************************************/
#modulescomplementaires{
}
#modulescomplementaires .module{
}

/* Module de liens */
#modulescomplementaires #module1{
}
#modulescomplementaires #module1 a{
}
#modulescomplementaires #module1 a:hover{
}
#modulescomplementaires #module1 a img{
}

/* Module de photos aléatoires */
#modulescomplementaires #module2{
}
#modulescomplementaires #module2 ul{
}
#modulescomplementaires #module2 ul li{
}
#modulescomplementaires #module2 ul li a{
}
#modulescomplementaires #module2 ul li a:hover{
}


/***********************************************
	Espaces de pub
************************************************/

#publiciteskyscraper{
}
#publicitebandeau{
}
#publicitecarres{
}
/**************** PARTENAIRES *****************/
#partenaires {
	color: #969696;
	text-align: center;
	font: normal 11px Arial;
}
#partenaires a {
	color: #969696;
	text-decoration: underline;
}
