/***********************************************
	Modèle de CSS personnalisée v0.1
************************************************/


/***********************************************
	Styles globaux de la page xHTML
************************************************/
*{
	margin:0px;
	padding:0px;
}
html{
	background:#C8E3F1 url(themegraphique/6_fond-page-haut.png) left top repeat-x;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10pt;
	background:url(themegraphique/6_fond-page-bas.png) bottom repeat-x;
}
body #page{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(themegraphique/6_fond-tete.jpg) top center no-repeat;
}
a{
}
a:hover{
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}

/***********************************************
	Entête
************************************************/
#header{
	height:201px;
	text-align:left;
	padding-top:55px;
}

/*Titre du blog*/
#header h1{
	padding-left:5px;
	color:white;
	vertical-align:middle;
	font-size:10pt;
	background:url(themegraphique/autre/2348-6-12.jpg) center 23px no-repeat;
	height:193px;
	margin-left:11px;
	margin-right:12px;
}
#header h1 a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#header h1 a:hover{
	text-decoration:none;
}


/***********************************************
	Menu
************************************************/
#menu{
	width:170px;
	float:left;
	padding-left:15px;
	text-align:left;
	color:#003553;
}

#menu h2{
	text-align:center;
	font-weight:normal;
	font-size:9pt;
	color:white;
	background:url(themegraphique/6_fond-menu-h2.jpg) center center no-repeat;
	height:20px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	margin-bottom:5px;
}
/*Bloc contenant le profil de l'auteur*/
#menu .profilauteur{
	text-align:center;
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
}
#menu .profilauteur img.avatar{
	border:solid #7DAFCE 1px;
}
#menu .profilauteur .nom{
	text-align:center;
	font-weight:normal;
	font-size:9pt;
	color:white;
	background:url(themegraphique/6_fond-menu-h2.jpg) center center no-repeat;
	height:20px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	margin-bottom:5px;
}
#menu .profilauteur .presentation{
	font-size:8pt;
}

/*Flux RSS*/
#menu .flux{
	background:url(themegraphique/6_rssicon.gif) left center no-repeat;
	padding:10px 0px 10px 35px;
	font-size:9pt;
	font-weight:bold;
}
#menu .flux a{
	display:block;
	color:#003553;
	text-decoration:none;
}
#menu .flux a:hover{
	text-decoration:underline;
}

/*Listes des catégories de billets*/
#menu ul.categories{
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
	list-style:none;
}
#menu ul.categories li{
	text-align:center;
}
#menu ul.categories li a{
	color:#003553;
	text-decoration:none;
}
#menu ul.categories li a:hover{
	text-decoration:underline;
}

/*Publicité en skyskaper*/
#menu .publicite{
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
}

/*Archives des billets par mois*/
#menu ul.archives{
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
	list-style:none;
}
#menu ul.archives li{
	text-align:center;
}
#menu ul.archives li a{
	color:#003553;
	text-decoration:none;
}
#menu ul.archives li a:hover{
	text-decoration:underline;
}


/***********************************************
	Contenu
************************************************/
#content{
	background:url(themegraphique/6_fond-contenu.gif) repeat-y;
	padding-left:210px;
	padding-right:30px;
	text-align:left;
	color:#003553;
}
#content a{
	color:#003553;
	text-decoration:underline;
}

/*Message qui apparaît quand un visiteur arrive sur un catégorie qui ne contient aucun billet*/
#content p.messagecategorievide{
	text-align:center;
	font-style:italic;
}

/*Navigateur par pages*/
#content .navigateurparpages{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:8pt;
}
#content .navigateurparpages a{
}
#content .navigateurparpages a:hover{
}

/*Liste des billets*/
#content .listebillets{
}

/*Un billet*/
#content .listebillets .billet,
#content .billetsimple{
}

/*Titre billet*/
#content .listebillets .billet h2,
#content .billetsimple h2{
	background:url(themegraphique/6_titre-article.gif) left bottom no-repeat;
	font-size:13pt;
	margin-bottom:10px;
}

/*Date billet*/
#content .listebillets .billet h2 span.date,
#content .billetsimple h2 span.date{
	float:right;
	font-size:8pt;
	margin-left:10px;
	color:#4F7698;
	font-weight:normal;
}


/*Contenu billet*/
#content .listebillets .billet .contenu,
#content .billetsimple .contenu{
	text-align:left;
}
#content .listebillets .billet .contenu img,
#content .billetsimple .contenu img{
	vertical-align:middle;
}
#content .listebillets .billet .contenu a,
#content .billetsimple .contenu a{
}
#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{
	border-collapse:collapse;
	border:solid #003553 1px;
	margin-top:10px;
	margin-bottom:10px;
}
#content .listebillets .billet .contenu tr,
#content .billetsimple .contenu tr{
}
#content .listebillets .billet .contenu td,
#content .billetsimple .contenu td{
	border:solid #003553 1px;
	padding:3px;
	text-align:center;
}
#content .listebillets .billet .contenu th,
#content .billetsimple .contenu th{
	border:solid #003553 1px;
	padding:5px;
	font-weight:bold;
	color:white;
	text-align:center;
	background:#003553;
}
#content .listebillets .billet .contenu ul,
#content .billetsimple .contenu ul{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
}
#content .listebillets .billet .contenu li,
#content .billetsimple .contenu li{
}
#content .listebillets .billet .contenu div.conteneurphoto,
#content .billetsimple .contenu div.conteneurphoto{
	text-align:center;
}
#content .listebillets .billet .contenu p.documentphoto,
#content .billetsimple .contenu p.documentphoto{
}
#content .listebillets .billet .contenu p.documentphoto img,
#content .billetsimple .contenu p.documentphoto img{
	border:solid #7DAFCE 1px;
}
#content .listebillets .billet .contenu label.documentphoto,
#content .billetsimple .contenu label.documentphoto{
	display:block;
	font-style:italic;
	text-align:center;
	margin-bottom:10px;
	font-size:8pt;
}
#content .listebillets .billet .contenu div.conteneuraudio,
#content .billetsimple .contenu div.conteneuraudio{
	text-align:center;
}
#content .listebillets .billet .contenu p.documentaudio,
#content .billetsimple .contenu p.documentaudio{
}
#content .listebillets .billet .contenu label.documentaudio,
#content .billetsimple .contenu label.documentaudio{
	display:block;
	font-style:italic;
	text-align:center;
	margin-bottom:10px;
	font-size:8pt;
}
#content .listebillets .billet .contenu div.conteneurvideo,
#content .billetsimple .contenu div.conteneurvideo{
	text-align:center;
}
#content .listebillets .billet .contenu p.documentvideo,
#content .billetsimple .contenu p.documentvideo{
}
#content .listebillets .billet .contenu label.documentvideo,
#content .billetsimple .contenu label.documentvideo{
	display:block;
	font-style:italic;
	text-align:center;
	margin-bottom:10px;
	font-size:8pt;
}
#content .listebillets .billet .contenu div.conteneurautre,
#content .billetsimple .contenu div.conteneurautre{
	text-align:center;
}
#content .listebillets .billet .contenu p.documentautre,
#content .billetsimple .contenu p.documentautre{
}
#content .listebillets .billet .contenu label.documentautre,
#content .billetsimple .contenu label.documentautre{
	display:block;
	font-style:italic;
	text-align:center;
	margin-bottom:10px;
	font-size:8pt;
}

/*Liens au bas du billet*/
#content .listebillets .billet .liensbasarticle,
#content .billetsimple .liensbasarticle{
	margin-top:5px;
	padding-top:3px;
	background:url(themegraphique/6_titre-article.gif) left top no-repeat;
	text-align:right;
	font-size:8pt;
}
#content .listebillets .billet .liensbasarticle a.commentaires,
#content .billetsimple .liensbasarticle a.commentaires{
	text-decoration:none;
}
#content .listebillets .billet .liensbasarticle a.recommander,
#content .billetsimple .liensbasarticle a.recommander{
	text-decoration:none;
}
#content .listebillets .billet .liensbasarticle a.lienpermanent,
#content .billetsimple .liensbasarticle a.lienpermanent{
	text-decoration:none;
}
#content .listebillets .billet .liensbasarticle a.postercommentaire,
#content .billetsimple .liensbasarticle a.postercommentaire{
	text-decoration:none;
}
#content .listebillets .billet .liensbasarticle a,
#content .billetsimple .liensbasarticle a{
	border-right:solid #A8C7EE 1px;
	padding-left:5px;
	padding-right:5px;
}
#content .listebillets .billet .liensbasarticle a:hover{
	text-decoration:underline;
}
/*Commentaires sur un billet affiché seul*/
#content .billetsimple h3{
	background:url(themegraphique/6_titre-commentaires-h3.jpg) center center no-repeat;
	font-weight:normal;
	font-size:9pt;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	color:white;
	height:20px;
	line-height:20px;
}

/*Liste des commentaires*/
#content .billetsimple .commentaires{
}

/*Un commentaire*/
#content .billetsimple div.commentaire{
	border:solid #A8C7EE 1px;
	border-left:solid #A8C7EE 4px;
	margin-top:10px;
	background:white;
	padding:5px;
}
#content .billetsimple div.commentaire p.contenucommentaire{
	padding-left:20px;
}
#content .billetsimple div.commentaire p.contenucommentaire a{
}
#content .billetsimple div.commentaire p.contenucommentaire a:hover{
}
#content .billetsimple div.commentaire span.titre{
	font-weight:bold;
	font-size:8pt;
}
#content .billetsimple div.commentaire span.titre a{
}
#content .billetsimple div.commentaire span.titre a:hover{
}

/*Réponse de l'auteur sur un commentaire*/
#content .billetsimple div.commentaire p.reponsecommentaire{
	margin-left:20px;
	font-size:8pt;
}
#content .billetsimple div.commentaire p.reponsecommentaire a{
}
#content .billetsimple div.commentaire p.reponsecommentaire a:hover{
}
#content .billetsimple div.commentaire span.titrereponse{
	margin-top:10px;
	display:block;
	font-weight:bold;
	font-size:8pt;
}

/*Message qui apparaît quand le billet n'a pas encore de commentaire */
#content .billetsimple p.messagepasdecommentaires{
	text-align:center;
	font-style:italic;
}

/*Rédaction d'un nouveau commentaire*/
#content .billetsimple form.nouveaucommentaire{
	margin-top:10px;
}
#content .billetsimple form.nouveaucommentaire fieldset{
	border:solid #A8C7EE 1px;
	padding:10px;
}
#content .billetsimple form.nouveaucommentaire fieldset legend{
	background:#A8C7EE;
	border:solid #A8C7EE 1px;
	color:white;
	font-weight:bold;
	font-size:8pt;
	padding-left:3px;
	padding-right:3px
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ{
	line-height:25px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ img{
	vertical-align:middle;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ label{
	margin-right:5px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ input{
	border:solid #A8C7EE 1px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.champ textarea{
	border:solid #A8C7EE 1px;
	width:100%;
	height:100px;
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation{
	line-height:40px;
	text-align:right;
}
#content .billetsimple form.nouveaucommentaire fieldset p.validation input{
	background:url(themegraphique/6_fond-bouton.jpg) center center no-repeat;
	border:none;
	height:30px;
	width:113px;
	font-size:9pt;
	font-weight:bold;
	color:white;
}
#content .billetsimple form.nouveaucommentaire fieldset p.messageerreur{
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:9pt;
	padding:10px;
}

/*Formulaire de contact*/
#content form.contact{
	margin-top:10px;
}
#content form.contact fieldset{
	border:solid #A8C7EE 1px;
	padding:10px;
}
#content form.contact fieldset legend{
	background:#A8C7EE;
	border:solid #A8C7EE 1px;
	color:white;
	font-weight:bold;
	font-size:8pt;
	padding-left:3px;
	padding-right:3px
}
#content form.contact fieldset p.champ{
	line-height:25px;
}
#content form.contact fieldset p.champ img{
	vertical-align:middle;
}
#content form.contact fieldset p.champ label{
	margin-right:5px;
}
#content form.contact fieldset p.champ input{
	border:solid #A8C7EE 1px;
}
#content form.contact fieldset p.champ textarea{
	border:solid #A8C7EE 1px;
	width:100%;
	height:100px;
}
#content form.contact fieldset p.validation{
	line-height:40px;
	text-align:right;
}
#content form.contact fieldset p.validation input{
	background:url(themegraphique/6_fond-bouton.jpg) center center no-repeat;
	border:none;
	height:30px;
	width:113px;
	font-size:9pt;
	font-weight:bold;
	color:white;
}
#content form.contact fieldset p.messageok{
	text-align:center;
	color:green;
	font-weight:bold;
	font-size:9pt;
	padding:10px;
}
#content form.contact fieldset p.messageerreur{
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:9pt;
	padding:10px;
}

/*Formulaire de recommandation d'un billet*/
#content form.recommandation{
	margin-top:10px;
}
#content form.recommandation fieldset{
	border:solid #A8C7EE 1px;
	padding:10px;
}
#content form.recommandation fieldset legend{
	background:#A8C7EE;
	border:solid #A8C7EE 1px;
	color:white;
	font-weight:bold;
	font-size:8pt;
	padding-left:3px;
	padding-right:3px
}
#content form.recommandation fieldset p.champ{
	line-height:25px;
}
#content form.recommandation fieldset p.champ img{
	vertical-align:middle;
}
#content form.recommandation fieldset p.champ label{
	margin-right:5px;
}
#content form.recommandation fieldset p.champ input{
	border:solid #A8C7EE 1px;
}
#content form.recommandation fieldset p.champ textarea{
	border:solid #A8C7EE 1px;
	width:100%;
	height:100px;
}
#content form.recommandation fieldset p.validation{
	line-height:40px;
	text-align:right;
}
#content form.recommandation fieldset p.validation input{
	background:url(themegraphique/6_fond-bouton.jpg) center center no-repeat;
	border:none;
	height:30px;
	width:113px;
	font-size:9pt;
	font-weight:bold;
	color:white;
}
#content form.recommandation fieldset p.messageok{
	text-align:center;
	color:green;
	font-weight:bold;
	font-size:9pt;
	padding:10px;
}
#content form.recommandation fieldset p.messageerreur{
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:9pt;
	padding:10px;
}


/***********************************************
	Pied de page
************************************************/
#footer{
	background:url(themegraphique/6_fond-pied.gif) center bottom no-repeat;
	height:72px;
	color:white;
	padding-top:43px;
	text-align:center;
	font-size:8pt;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/*Lien vers l'interface de gestion du blog*/
#footer a.interfacedegestion{
	margin-left:20px;
}
#footer a.interfacedegestion:hover{
}


/***********************************************
	Zones avec code xHTML personalisé
************************************************/
#htmlpersomenu{
}
#htmlpersofooter{
}


/***********************************************
	Zone des modules complémentaires
************************************************/
#modulescomplementaires{
}
#modulescomplementaires .module{
	text-align:center;
	color:#003553;
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
}

/* Module de liens */
#modulescomplementaires #module1{
}
#modulescomplementaires #module1 a{
	color:#003553;
	text-decoration:none;
}
#modulescomplementaires #module1 a:hover{
	text-decoration:underline;
}
#modulescomplementaires #module1 a img{
	border:solid #7DAFCE 1px;
}

/* Module de photos aléatoires */
#modulescomplementaires #module2{
}
#modulescomplementaires #module2 ul{
	list-style:none;
}
#modulescomplementaires #module2 ul li{
}
#modulescomplementaires #module2 ul li a{
	color:#003553;
	text-decoration:none;
}
#modulescomplementaires #module2 ul li a:hover{
	text-decoration:underline;
}


/***********************************************
	Espaces de pub
************************************************/

#publiciteskyscraper{
	margin-top:5px;
	text-align:center;
	background:url(themegraphique/6_fond-menu.jpg) right top no-repeat;
	padding:5px;
}
#publicitebandeau{
	text-align:center;
	padding:5px;
}
#publicitecarres{
	text-align:center;
	padding:5px;
}
/**************** PARTENAIRES *****************/
#partenaires {
	color: white;
	text-align: center;
	font: normal 11px Arial;
}
#partenaires a {
	color: white;
	text-decoration: underline;
}