@charset "utf-8";

/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/fond_vert.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #CCCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FF3399;
	margin-top: 0px;
}

#conteneur{
	position: relative;
	width: 800px;
	margin: auto;
}

#header {
	height: 212px;
	margin-top: 2px;
	margin-bottom: 0px;
	background-image: url(../images/entete.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/entete.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#footer {
	text-align: center;
	width: 800px;
	padding-top: 10px;
	margin: auto;
}

/* CORPS */
#corps {
	margin-left:140px;
	width: 660px;
}

#corps_top {
	margin-top: 0px;
	background-image: url(../images/main_top.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 3px;
}

#corps_main {
	background-color: #FFFFFF;
	background-image: url(../images/fond_corps.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	padding: 15px;
}

#corps_bottom {
	margin-bottom: 0px;
	background-image: url(../images/main_bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 3px;
}

/* BALISES GENERALES */
img {
	border: 0px;
}

a {
	color: #7244D2;
	text-decoration: none;
}

a:hover {
	color: #FF3399;
	text-decoration: none;
}

.clear {
	clear: both;
}

.bouton {
	width: 20%;
	text-align: right;
}

/* Multi déclaration */
.h2bouton {
	font-size: 15px;
	font-style: italic;
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}

.h2bouton h2 {
	color: #6F6F6F;
	font-family: Georgia, Verdana, Times;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 15px;
	font-style: italic;
	width: 70%;
	float: left;
}

.h2bouton span {
	margin-top: auto;
	margin-bottom: auto;
	margin: auto;
	text-align: right;
	width: 30%;
}

.btnretour {
	display: block;
	float: right;
	width: 61px;
	height: 46px;
	background-image: url(../images/btn_retour_off.png);
	background-repeat: no-repeat;
}

.btnretour:hover {
	display: block;
	float: right;
	width: 61px;
	height: 46px;
	background-image: url(../images/btn_retour_on.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html .btnretour {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_retour_off.png",sizingMethod="scale"); 
}

* html .btnretour:hover {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_retour_on.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

.btnretour span {
	display: none;
}

.linksigner {
	display: block;
	float: right;
	width: 97px;
	height: 48px;
	background-image: url(../images/btn_signer_off.png);
	background-repeat: no-repeat;
}

.linksigner:hover {
	display: block;
	float: right;
	width: 97px;
	height: 48px;
	background-image: url(../images/btn_signer_on.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html .linksigner {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_signer_off.png",sizingMethod="scale"); 
}

* html .linksigner:hover {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_signer_on.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

.linksigner span {
	display: none;
}

.linkvisionneuse {
	display: block;
	width: 79px;
	height: 48px;
	margin: auto;
	background-image: url(../images/visionneuse_off.png);
	background-repeat: no-repeat;
}

.linkvisionneuse:hover {
	display: block;
	width: 79px;
	height: 48px;
	margin: auto;
	background-image: url(../images/visionneuse_on.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html .linkvisionneuse {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/visionneuse_off.png",sizingMethod="scale"); 
}

* html .linkvisionneuse:hover {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/visionneuse_on.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

.linkvisionneuse span {
	display: none;
}


.linkrandom {
	display: block;
	float: right;
	width: 97px;
	height: 96px;
	background-image: url(../images/btn_random_off.png);
	background-repeat: no-repeat;
}

.linkrandom:hover {
	display: block;
	float: right;
	width: 97px;
	height: 96px;
	background-image: url(../images/btn_random_on.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html .linkrandom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_random_off.png",sizingMethod="scale"); 
}

* html .linkrandom:hover {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/btn_random_on.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

.linkrandom span {
	display: none;
}



/* MENU */
#menu {
	position: absolute;
	left: 0px;
	width: 130px;
}

#menu_top {
	margin-top: 0px;
	height: 21px;
	background-image: url(../images/menu_top.png);
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #menu_top{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/menu_top.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#menu_bottom {
	margin-bottom: 0px;
	height: 24px;
	background-image: url(../images/menu_bottom.png);
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #menu_bottom{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/menu_bottom.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

/* Quelques effets sur les menus */
.element_menu {
	margin: 0px;
	height: 340px;
	background-image: url(../images/menu_background.png);
	background-repeat: repeat;
}

.element_menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.9em;
}

.element_menu li {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 20px;
}

.element_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.element_menu a:hover {
	color: #FFCCFF;
	text-decoration: none;
	display: block;
}

/* Pagination */
#pagination {
	text-align:center;
	margin: auto;
}

/* GALERIE PHOTO */
#galerie h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_album.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #galerie h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_album.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#galerie h1 span {
	display: none;
}

#galerie p:first-letter {
	float: left;
	font-weight: bold;
	font-size: 2.5em;
	background-color: #FF3399;
	color: #FFFFFF;
	margin-right: 5px;
	border: 1px #FF3399 solid;
}

#galerie p {
	text-align: justify;
	line-height: 20px;
	margin-left: 20px;
}

div#galerie {
	width: 600px;
	padding: 15px;
	margin-top: 15px;
	margin: auto;
}

ul#galerie_mini {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#galerie_mini li {
	float: left;
	display: block;
	height: 200px;
	line-height: 200px;
	width: 150px;
	margin: 25px 25px;
	text-align: center;
	vertical-align: middle;
}

ul#galerie_mini .one {
	background-image: url(../images/cadre1.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html ul#galerie_mini .one {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/cadre1.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

ul#galerie_mini .two {
	background-image: url(../images/cadre2.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html ul#galerie_mini .two {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/cadre2.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

ul#galerie_mini .three {
	background-image: url(../images/cadre3.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html ul#galerie_mini .three {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/cadre3.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

ul#galerie_mini .four {
	background-image: url(../images/cadre4.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html ul#galerie_mini .four {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/cadre4.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

ul#galerie_mini li a img {
	vertical-align: middle;
}

div#galerie_end {
	clear: left;
}

#galerie span {
	width: auto;
	margin: auto;
}

/* Les séparateurs */
.hr2 {
	border-bottom: 1px dotted #ccc;
	/*
	background: transparent url(../images/hr1.png) no-repeat;
	width: 500px;
	height: 10px;
	border: none;
	margin: auto;
	*/
}

.hr1 {
	border-bottom: 1px dotted #ccc;
	/*
	background: transparent url(../images/hr2.png) no-repeat;
	width: 500px;
	height: 10px;
	border: none;
	margin: auto;
	*/
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
/*
* html .hr1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/hr1.png",sizingMethod="scale"); 
}

* html .hr2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/hr2.png",sizingMethod="scale"); 
}
*/
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

.hr1 hr,.hr2 hr {
	display: none;
}

#albums h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_album.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #albums h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_album.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#albums h1 span {
	display: none;
}

/* Les Copains */
.copain {
	margin-top: 15px;
	margin-bottom: 0px;
}

.copain .mini_photo {
	float: left;
	margin-top: 12px;
	margin-left: 0px;
}

.copain .description_copain {
	float: left;
	width: 490px;
	margin-left: 20px;
}

.copain .description_copain dt {
	margin-left: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.copain .description_copain dt:first-letter {
	float: left;
	font-weight: bold;
	font-size: 2.5em;
	background-color: #FF3399;
	color: #FFFFFF;
	margin-right: 5px;
	border: 1px #FF3399 solid;
}

.copain .description_copain dd {
	text-align: justify;
	line-height: 20px;
}

.copain .site {
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}

.copain .dessous {
	clear: both;
	line-height: 0px;
}

#copains h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_copains.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #copains h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_copains.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#copains h1 span {
	display: none;
}

/* Le livre d'or */
.livredor_msg {
	width: 600px;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}

.livredor_msg dt {
	font-size: 1.1em;
	color: #7244D2;
	font-weight: bold;
}

.livredor_msg dd {
	margin-top: 10px;
	text-align: justify;
	line-height: 20px;
}

.livredor_msg dd:first-letter {
	float: left;
	font-weight: bold;
	font-size: 2.5em;
	background-color: #FF3399;
	color: #FFFFFF;
	margin-right: 5px;
	border: 1px #FF3399 solid;
}

#livredor h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_livredor.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #livredor h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_livredor.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#livredor h1 span {
	display: none;
}

/* Le livre d'or (formulaire) - voir feuille de style charlotte_formulaire.css*/
/* Le blog */
#content h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_leblog.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #content h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_leblog.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#content h1 span {
	display: none;
}

.entrydate .dateMonth {
	font-size: 10px;
	margin: 0pt;
	padding: 3px 0pt 0pt;
	text-align: center;
	color: #FFFFFF;
}

.entrydate .dateDay {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 21px;
	font-weight: bold;
	margin: 0pt;
	padding: 3px 0px 0pt 0pt;
	text-align: center;
	color: #888888;
}

.entrydate .dateYear {
	padding: 0px 0px 0pt 1pt;
	font-size: 9px;
}

.entrydate {
	background: transparent url(../images/date.png) repeat scroll 0% 0%;
	float: right;
	height: 53px;
	margin-left: 5px;
	margin-top: 5px;
	width: 49px;
}

.entrytitle_wrap {
	padding-bottom: 1.8em;
}

.endate {
	font-size: 1.2em;
	color: #6F6F6F;
	font-family: Georgia, Verdana, Times;
}

.entrytitle_wrap {
	padding-bottom: 1.8em;
}

.entrytitle {
	text-align: left;
}

.entrytitle h1 a {
	color: #000;
}

.entrytitle h1 a:hover {
	
}

.entrytitle h1 {
	font-size: 2em;
	text-align: left;
}

.entrytitle h2 a {
	color: #000;
}

.entrytitle h2 a:hover {
	
}

.entrytitle h2 {
	font-size: 2em;
	text-align: left;
}

.entrytitle h3 {
	font-size: 1.5em;
	color: #6F6F6F;
}

.entrybody {
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: justify;
}

.entrymeta {
	padding-top: 0.5em;
	color: #b3960e;
	border-top: 1px dotted #ccc;
	margin-bottom: 3em;
	clear: both;
}

.postinfo {
	margin-top: 3px;
}

.postinfo img {
	padding: 0px;
	margin: 0px;
	border: 2px solid #F8F8EC;
}

.filedto {
	background: url(../images/post.gif) no-repeat;
	padding: 2px 3px 3px 20px;
}

.commentslink {
	background: url(../images/packaged.gif) no-repeat;
	padding: 1px 2px 2px 21px;
}

/* Default */
#default{
	clear: both;
}

#blog{
	border-right: 1px dotted #ccc;
	margin-left: 0px;
	padding-right: 0px;
	width: 490px;
	float: left;
}

#photos{
	border-left: 1px dotted #ccc;
	width: 130px;
	margin-left: 490px;
	padding-left: 3px;
}

#photos p{
	text-align: center;
	color: #6f6f6f;
	font-family: Georgia,Verdana,Times;
	font-size: 0.8em;
}

.titrePhotos{
	font-size: 1em;
	text-align: center;
}

#photos ul{
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#photos li{
	padding-left: 0px;
}

/* Qui suis je*/
#quisuisje h1 {
	width: 300px;
	line-height: 70px;
	height: 70px;
	background-image: url(../images/titre_quisuisje.png);
	background-repeat: no-repeat;
}

/* Hack pour IE 6 de merde qui sait pas gérer les png */
* html #quisuisje h1{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/titre_quisuisje.png",sizingMethod="scale"); 
}
/* Fin hack pour IE 6 de merde qui sait pas gérer les png */

#quisuisje h1 span {
	display: none;
}

#quisuisje h2{
	text-align: center;
}

#quisuisje label{
	display: block;
	width: 200px;
	float: left;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}

#quisuisje p{
	margin-bottom: 20px;
}

/* ALBUM PHOTOS */
.listeAlbum {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}
.listeAlbum li {
  margin: 0px;
  padding: 0px;
  float:left;
}

.thumbnail {
	display:block;
	border: 1px dotted #FF3399;
	padding: 2px 0px 0px 2px;
	margin: 5px;
	width: 300px;
	height: 120px;
}

.thumbnail .illustration {
	position: absolute; 
	width: 40px;
}

.thumbnail .description {
	position: absolute;
	margin-left: 44px;
	width: 185px;
}

.thumbnail .nbVues{
	width: 65px;
	position: absolute;
	margin-left: 231px;
	text-align: right;
	color: #b3960e;
}

.thumbnail .description h3 {
	text-align: left;
	margin: 0px;
	font-size: 1.2em;
}

.thumbnail .description p {
	font-style: italic;
	text-align: justify;
	font-size: 1.1em;
}

.thumbnail .description p a {
	color: #FF3399;
}

.thumbnail .comment{
	position: absolute;
	margin-top: 100px;
}