/***********************************************
	Modèle de CSS personnalisée v0.1
************************************************/


/***********************************************
	Styles globaux de la page xHTML
************************************************/
*{
	margin:0px;
	padding:0px;
}
html{
	background:url(themegraphique/2_motif.gif) top center repeat;
}
body{
	color:white;
	background:url(themegraphique/2_degrade.gif) top center repeat-x;
	margin:0px;
}
body .page{
}
a{
}
a:hover{
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
#page{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:110px;
}


/***********************************************
	Entête
************************************************/
#header{
	padding-top:10px;
	width:680px;
	position:absolute;
	top:0px;
}

/*Titre du blog*/
#header h1{
	font-family:Arial black;
	font-size:36px;
	padding-top:60px;
	padding-bottom:200px;
	padding-left:10px;
	background:url(themegraphique/2_visuel.gif) bottom left no-repeat;
}
#header h1 a{
	color:white;
	text-decoration:none;
}
#header h1 a:hover{
	color:white;
	text-decoration:none;
}


/***********************************************
	Menu
************************************************/
#menu{
	width:229px;
	float:right;
	background:url(themegraphique/2_hautmenu.gif) left top no-repeat;	
}

#menu h2{
	background:url(themegraphique/2_h2menu.gif) left top no-repeat;	
	font-size:18px;
	font-family:Times New Roman;
	height:38px;
	font-weight:normal;
	padding-top:15px;
	padding-left:35px;
}

/*Blog ontenant le profil de l'auteur*/
#menu .profilauteur{
	padding:10px;
	padding-top:15px;
}
#menu .profilauteur img.avatar{
	border:solid 3px #8E784B;
	float:left;
	width:65px;
	margin-right:5px;
	margin-bottom:5px;
}
#menu .profilauteur .nom{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}
#menu .profilauteur .presentation{
	font-family:Verdana;
	font-size:10px;
}

/*Flux RSS*/
#menu .flux{
	height:75px;
	padding-top:75px;
	padding-left:60px;
	background:url(themegraphique/2_abonnement.gif) left top no-repeat;	
}
#menu .flux a{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color:white;
	display:block;
}
#menu .flux a:hover{
	text-decoration:underline;	
}

/*Listes des catégories de billets*/
#menu ul.categories{
	padding:20px;
	padding-top:10px;	
}
#menu ul.categories li{
	font-family:Verdana;
	font-size:11px;
	color:#BCA5A5;
	margin-bottom:5px;	
}
#menu ul.categories li a{
	color:white;
	text-decoration:none;
}
#menu ul.categories li a:hover{
	color:#A97805;
	text-decoration:underline;
}

/*Archives des billets par mois*/
#menu ul.archives{
	padding:20px;
	padding-top:10px;
}
#menu ul.archives li{
	font-family:Verdana;
	font-size:11px;
	color:#BCA5A5;	
	margin-bottom:5px;
}
#menu ul.archives li a{
	color:white;
	text-decoration:none;
}
#menu ul.archives li a:hover{
	color:#A97805;
	text-decoration:underline;
}


/***********************************************
	Contenu
************************************************/
#content{
	background:url(themegraphique/2_fd.gif) repeat-y;
	padding-left:20px;
	padding-top:210px;
}

/*Message qui apparaît quand un visiteur arrive sur un catégorie qui ne contient aucun billet*/
#content p.messagecategorievide{
	padding-top:20px;
}

/*Navigateur par pages*/
#content .navigateurparpages{
	background:#2F2C2E;
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	margin-right:260px;
	padding:4px;
	margin-top:10px;
	font-weight:bold;
}

#content .navigateurparpages a{
	color:white;
	text-decoration:none;
}
#content .navigateurparpages a:hover{
	text-decoration:underline;
}

/*Liste des billets*/
#content .listebillets{
}

/*Un billet*/
#content .listebillets .billet,
#content .billetsimple{
	margin-right:260px;
}

/*Titre billet*/
#content .listebillets .billet h2,
#content .billetsimple h2{
	background:url(themegraphique/2_barre.gif) center bottom no-repeat;	
	font-family:Times New Roman;
	font-size:24px;
	padding-bottom:17px;
	padding-top:30px;
}


/*Date billet*/
#content .listebillets .billet h2 span.date,
#content .billetsimple h2 span.date{
	color:#FF7200;
	font-size:10px;
	font-family:Verdana;
	display:block;
	width:100px;
	padding-top:10px;
	float:right;
	text-align:right;
}

/*Contenu billet*/
#content .listebillets .billet .contenu,
#content .billetsimple .contenu{
	background:url(themegraphique/2_barre.gif) center bottom no-repeat;	
	padding-bottom:30px;	
	font-family:Trebuchet Ms;
	font-size:12px;
	color:#B19C67;
}
#content .listebillets .billet .contenu img,
#content .billetsimple .contenu img{
}
#content .listebillets .billet .contenu a,
#content .billetsimple .contenu a{
	color:#B19C67;
	font-weight:bold;
}
#content .listebillets .billet .contenu a:hover,
#content .billetsimple .contenu a:hover{
	color:#FF7200;
}
#content .listebillets .billet .contenu table,
#content .billetsimple .contenu table{
	border:solid 1px #B19C67;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	width:95%;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	margin-bottom:20px;
}

#content .listebillets .billet .contenu tr,
#content .billetsimple .contenu tr{
}
#content .listebillets .billet .contenu td,
#content .billetsimple .contenu td{
	border:solid 1px #B19C67;
	padding:5px;
}
#content .listebillets .billet .contenu th,
#content .billetsimple .contenu th{
	background:#B19C67;
	color:white;
}
#content .listebillets .billet .contenu ul,
#content .billetsimple .contenu ul{
	margin-left:40px;
	margin-bottom:5px;
}
#content .listebillets .billet .contenu li,
#content .billetsimple .contenu li{
}

#content .listebillets .billet .contenu div.conteneurphoto,
#content .billetsimple .contenu div.conteneurphoto{
}
#content .listebillets .billet .contenu p.documentphoto,
#content .billetsimple .contenu p.documentphoto{
	text-align:center;
}
#content .listebillets .billet .contenu p.documentphoto img,
#content .billetsimple .contenu p.documentphoto img{
	border:solid 1px black;
}
#content .listebillets .billet .contenu label.documentphoto,
#content .billetsimple .contenu label.documentphoto{
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu div.conteneuraudio,
#content .billetsimple .contenu div.conteneuraudio{
}
#content .listebillets .billet .contenu p.documentaudio,
#content .billetsimple .contenu p.documentaudio{
	text-align:center;
}
#content .listebillets .billet .contenu label.documentaudio,
#content .billetsimple .contenu label.documentaudio{
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu div.conteneurvideo,
#content .billetsimple .contenu div.conteneurvideo{
}
#content .listebillets .billet .contenu p.documentvideo,
#content .billetsimple .contenu p.documentvideo{
	text-align:center;
}
#content .listebillets .billet .contenu label.documentvideo,
#content .billetsimple .contenu label.documentvideo{
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
#content .listebillets .billet .contenu div.conteneurautre,
#content .billetsimple .contenu div.conteneurautre{
	margin-left:auto;
	margin-right:auto;
	width:324px;
	height:42px;
	background:url(themegraphique/2_telecharger.gif) no-repeat;	
	margin-bottom:15px;	
	padding-top:35px;
	padding-left:100px;
}
#content .listebillets .billet .contenu p.documentautre,
#content .billetsimple .contenu p.documentautre{
	display:inline;	
}
#content .listebillets .billet .contenu p.documentautre a,
#content .billetsimple .contenu p.documentautre a{
	color:#B19C67;
	font-weight:bold;
}
#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;
	color:#FF7200;
	font-size:10px;
	font-family:Verdana;
	height:35px;
	background:url(themegraphique/2_barre.gif) left bottom no-repeat;	
}

#content .listebillets .billet .liensbasarticle a,
#content .billetsimple .liensbasarticle a{
	color:#FF7200;
	text-decoration:none;
	background:url(themegraphique/2_espace.gif) right no-repeat;
	padding-right:10px;
}

#content .listebillets .billet .liensbasarticle a:hover,
#content .billetsimple .liensbasarticle a:hover{
	color:#FF7200;
	text-decoration:underline;
}

#content .listebillets .billet .liensbasarticle a.commentaires,
#content .billetsimple .liensbasarticle a.commentaires{
}
#content .listebillets .billet .liensbasarticle a.recommander,
#content .billetsimple .liensbasarticle a.recommander{
}
#content .listebillets .billet .liensbasarticle a.lienpermanent,
#content .billetsimple .liensbasarticle a.lienpermanent{
}
#content .listebillets .billet .liensbasarticle a.postercommentaire{
}

/*Commentaires sur un billet affiché seul*/
#content .billetsimple h3{
	font-family:Times New Roman;
	font-size:21px;
	padding-bottom:17px;
	padding-top:15px;
	color:white;
}

/*Liste des commentaires*/
#content .billetsimple .commentaires{
}

/*Un commentaire*/

#content .billetsimple div.commentaire {
	margin-bottom:20px;
	background:url(themegraphique/2_fdcommentaire.gif) left top no-repeat;		
}
#content .billetsimple div.commentaire p.contenucommentaire{
	background:url(themegraphique/2_bascommentaire.gif) left bottom no-repeat;
	color:#B19C67;		
	padding:10px;
}
#content .billetsimple div.commentaire p.contenucommentaire a{
	color:#B19C67;
	text-decoration:underline;
}
#content .billetsimple div.commentaire p.contenucommentaire a:hover{
	color:#B19C67;		
	text-decoration:underline;
}
#content .billetsimple div.commentaire span.titre{
	color:white;
	font-family:Verdana;
	font-size:10px;
	background:url(themegraphique/2_bullecommentaire.gif) bottom right no-repeat;	
	padding-left:10px;	
	padding-right:40px;	
}
#content .billetsimple div.commentaire span.titre a{
	color:white;
	text-decoration:underline;
}
#content .billetsimple div.commentaire span.titre a:hover{
	color:white;
	text-decoration:underline;
}

/*Réponse de l'auteur sur un commentaire*/
#content .billetsimple div.commentaire p.reponsecommentaire{
	color:#917C47;
	padding:0px 10px 10px 20px;
}
#content .billetsimple div.commentaire p.reponsecommentaire a{
	color:#A18C57;
	text-decoration:underline;
}
#content .billetsimple div.commentaire p.reponsecommentaire a:hover{
	color:#B19C67;
	text-decoration:underline;
}
#content .billetsimple div.commentaire span.titrereponse{
	color:#808080;
	font-family:Verdana;
	font-size:10px;
	padding-left:10px;
}

/*Message qui apparaît quand le billet n'a pas encore de commentaire */
#content .billetsimple p.messagepasdecommentaires{
}

/*Rédaction d'un nouveau commentaire*/
#content .billetsimple form.nouveaucommentaire{
	background:url(themegraphique/2_barre.gif) center top no-repeat;	
	margin-top:20px;
}
#content .billetsimple form.nouveaucommentaire fieldset{
	border:none;
}
#content .billetsimple form.nouveaucommentaire fieldset legend{
	font-family:Times New Roman;
	font-size:21px;
	font-weight:bold;
	padding-bottom:17px;
	padding-top:20px;
	color:white;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ{
	margin-bottom:5px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ label{
	font-family:Verdana;
	font-size:11px;
	display:block;
	width:105px;
	float:left;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ input{
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ textarea{
	width:98%;
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ img{
	vertical-align:middle;
	background:white;
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation{
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation input{
}
#content .billetsimple form.nouveaucommentaire fieldset p.messageerreur{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#FF9000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

/*Formulaire de contact*/
#content form.contact{
}
#content form.contact fieldset{
	border:none;
}
#content form.contact fieldset legend{
	font-family:Times New Roman;
	font-size:21px;
	font-weight:bold;
	padding-bottom:17px;
	padding-top:20px;
}
#content form.contact fieldset p.champ{
	margin-bottom:5px;
	font-family:Verdana;
	font-size:11px;
}
#content form.contact fieldset p.champ label{
	font-family:Verdana;
	font-size:11px;
	display:block;
	width:105px;
	float:left;
}
#content form.contact fieldset p.champ input{
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content form.contact fieldset p.champ textarea{
	width:98%;
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content form.contact fieldset p.champ img{
	vertical-align:middle;
	background:white;
}
#content form.contact fieldset p.validation{
}
#content form.contact fieldset p.validation input{
}
#content form.contact fieldset p.messageok{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#FF9000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
#content form.contact fieldset p.messageerreur{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#FF9000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

/*Formulaire de recommandation d'un billet*/
#content form.recommandation{

}
#content form.recommandation fieldset{
	border:none;
}
#content form.recommandation fieldset legend{
	font-family:Times New Roman;
	font-size:21px;
	font-weight:bold;
	padding-bottom:17px;
	padding-top:20px;
}
#content form.recommandation fieldset p.champ{
	margin-bottom:5px;
	font-family:Verdana;
	font-size:11px;
}
#content form.recommandation fieldset p.champ label{
	font-family:Verdana;
	font-size:11px;
	padding-right:15px;
	float:left;
}
#content form.recommandation fieldset p.champ input{
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content form.recommandation fieldset p.champ textarea{
	width:98%;
	background:#3E3B3D;
	border:solid 1px #3C393B;
	color:white;
}
#content form.recommandation fieldset p.champ img{
	vertical-align:middle;
	background:white;
}
#content form.recommandation fieldset p.validation{
}
#content form.recommandation fieldset p.validation input{
}
#content form.recommandation fieldset p.messageok{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#FF9000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
#content form.recommandation fieldset p.messageerreur{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	color:#FF9000;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}


/***********************************************
	Pied de page
************************************************/
#footer{
	background:url(themegraphique/2_footer.gif) top no-repeat;
	text-align:center;
	padding:50px;
	color:white;
	font-family:Arial;
	font-size:12px;
	zoom:1;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*Lien vers l'interface de gestion du blog*/
#footer a.interfacedegestion{
	display:block;
	text-align:center;
}
#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{
	text-align:center;
	display:block;
	text-decoration:none;
}
#modulescomplementaires #module1 a:hover{
	text-align:center;
	text-decoration:none;
}
#modulescomplementaires #module1 a img{
	border:solid #8E784B 1px;
	margin:1px 0px 1px 0px;
}

/* Module de photos aléatoires */
#modulescomplementaires #module2{
}
#modulescomplementaires #module2 ul{
	padding:20px;
	padding-top:10px;	
}
#modulescomplementaires #module2 ul li{
	font-family:Verdana;
	font-size:11px;
	color:#BCA5A5;
	margin-bottom:5px;	
}
#modulescomplementaires #module2 ul li a{
	color:white;
	text-decoration:none;
}
#modulescomplementaires #module2 ul li a:hover{
	color:#A97805;
	text-decoration:underline;
}


/***********************************************
	Espaces de pub
************************************************/

/*Publicité en skyskaper*/
#publiciteskyscraper{
	text-align:center;
	background:url(themegraphique/2_barremenu.gif) top left no-repeat;
	padding-top:20px;
}
#publiciteskyscraper a{

}
#publiciteskyscraper img{
	background:white;
	border:solid 1px black;
	padding:2px;
}
#publicitebandeau{
	text-align:center;
	margin-top:20px;
}
#publicitebandeau img{
	background:white;
	border:solid 1px black;
}
#publicitecarres{
	text-align:center;
	margin-right:230px;
}
#publicitecarres img{
	background:white;
	border:solid 1px black;
}
