@charset "utf-8";

body{
	width: 1070px;
	margin: 10px;
	background: url("skin/background.jpg") repeat;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

img{
	border: none;
}

h1{
	font-size: 8px;
}
h2{
	font-size: 8px;
    color: #3399cc;
    margin-bottom: 0;
}
h1, h2 {
    display: inline-block;
}
h3{
	font-size: 8px;
    color: #3399cc;
    font-weight: normal;
    margin-bottom: 4px;
}
h4{
	color: white;
	font-size: 8px;
	display: inline;
    font-size: 8px;
    font-weight: normal;
}

.center_page{
	width: 100%;
	text-align: center;
}

#navigateur_photos{
	font-size:8px;
	margin-left:15px;
}

.diapblock{
	display: inline;
}

.diapblock a{
	font-size: 8px;
    opacity: 0.9;
    border: 1px solid white;
    padding: 5px;
    background: white;
    color: #333;
}

#en_tete{
	text-align: center;
}

#logo{
	height: 100px;
	margin-bottom: 0px;
}

#menu2{
	padding-top: 0px;
	height: 31px;
	text-align: left;
}

#img_hr{
     float: left;

	width: 498px;
	height: 1px;
}

#menu{
	float: left;
	width: 250px;
	height: inherit;
	text-align: left;
	margin-top: 0px;
	padding: 5px;
}

#corps{
	margin-left: 250px;
	margin-bottom: 10px;
	padding: 5px;
	min-height:400px;
}

#pied_de_page{
	padding: 5px;
	text-align: center;
	font-size: 10px;
	margin-top:10px;
}



#conteneur_miniatures{
	margin-top: 10px;
}


/*
***********************
*---------------------*
*Styles pour les liens*
*---------------------*
***********************
*/
#menu ul li a{
	text-decoration: none;
	color:white;
}
#menu ul li a:hover{
	text-decoration: none;
	color: #3399cc;
}
#menu ul li a.liens_page_selected{
	color:#3399cc;
}
#menu ul li{
	margin-bottom: 3px;
	list-style-type: none;
}

#menu2 a{
	text-decoration: none;
	color:white;
	margin-right: 45px;
	font-size: 13px;
}
#menu2 a:hover{
	text-decoration: none;
	color: #3399cc;
}
#magasin li{
	font-size: 14px;
}

.liens_commentaire{
	text-decoration: none;
	color:#999999;
}
a:hover.liens_commentaire{
	text-decoration: none;
	color: #FFFFFF;
}
.voir_commentaire{
	text-decoration: none;
	color: #F7A8A8;
}
a:hover.voir_commentaire{
	text-decoration: none;
	color:#FFFFFF;
}
a{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	color:#3399cc;
	text-decoration: none;
}
a.liens_partenaires{
	border:none;
	text-decoration: none;
}
a.liens_page_selected{
	color:#3399cc;
}
#photo_prec{
	font-size: 50px;
	width: 40px;
	height: 62px;
	padding: 4px;
}
#photo_suiv{
	font-size: 50px;
	width: 40px;
	height: 62px;
	padding: 4px;
}
/*
************************
*----------------------*
*Styles pour les photos*
*----------------------*
************************
*/
#img_accueil{
	margin-top: 30px;
}

.photoAffichee{
	text-align: center;
}
.photoAffichee img{
	margin-top: 5px;
}

img.photos_miniatures{
	margin-right: 5px;
	margin-left: 5px;
	width: 40px;
	height: 30px;
}

img.photos_miniatures_date{
	margin-right: 5px;
}

.miniatures_div{
	text-align: left;
	margin-left:15px;

/*
************************
*----------------------*
*Styles pour les textes*
*----------------------*
************************
*/
#description_photo{
	font-size: 8px;
	font-style: italic;
	padding-left: 15px;
}

#titre_commentaires{
	text-decoration: underline;
	font-size: 8px;
}

.date_heure{
	color: #3399cc;
}
.commentaire_text{
	text-align: justify;
}
.auteur{
	text-align: left;
	color: #3399cc;
}

.titre_menu{
	color: white;
}

.titre_photos{
	color: #3399cc;
	text-decoration: none;
	font-size:8px;
}

.texte_page_contact{
	color: white;
}

.titre_formulaire{
	color: #3399cc;
}

.titre_categories_admin{
	color: #3399cc;
}

.texte_informatif_admin{
	color: #3399cc;
}

.titre_com{
	color: #00CC33;
}

.info_com{
	color: white;
}

.hr_admin{
	color: #00CC33;
}



.img_author{
	text-align: center;
}

.text_author{
	text-align: center;
}

.text_author_2{
	text-align: center;
	color: grey;
}

.text_author_2 > a{
	font-size: 5px;
}

.img_author > a > img, .img_author > img{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:90px;
    height:90px;
}

hr{
	opacity: 0.2;
}

.author_info{color: grey;font-size:5px;font-style:italic;}.author_info a, .author_info span{font-weight:bold;color: grey;}