@charset "utf-8";

body{
	width: 1024px;
	margin: auto;
	background: url("skin/background.jpg") repeat;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

img{
	border: none;
}

h1{
	font-size: 16px;
}

#en_tete{
	margin-top: 20px;
	width: 100%;
	height: 80px;
}

#logo{
	height: 76px;
	float: left;
}

#menu2{
	padding-top: 28px;
	width: 69%;
	height: 56px;
	float: right;
	text-align: center;
}

#img_hr{
	width: 698px;
	height: 1px;
}

#menu{
	float: left;
	width: 250px;
	height: inherit;
	text-align: left;
	margin-top: 20px;
	padding: 5px;
}

#corps{
	margin-left: 250px;
	margin-bottom: 10px;
	padding: 5px;
}

#pied_de_page{
	padding: 5px;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

#news p{
	width: 100%;
}

#conteneur_miniatures{
	margin-top: 10px;
}

#conteneur_commentaires{
	margin-top: 20px;
	padding: 10px;
}

#text_commentaire{
	float: left;
}

#laisser_commentaire{
	width: 100%;
	font-size: 10px;
	text-align: center;
}

.bloc_commentaire{
	margin-top: 10px;
	width: 100%;
}

/*
***********************
*---------------------*
*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: 70px;
	font-size: 14px;
}
#menu2 a:hover{
	text-decoration: none;
	color: #3399cc;
}

.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;
}

img.photos_miniatures_date{
	margin-right: 5px;
}

.miniatures_div{
	text-align: center;
}

.photo_selec_mois_paysage{
	width: 50%;
	height: 50%;
}

.photo_selec_mois_portrait{
	width: 50%;
	height: 50%;	
}

/*
************************
*----------------------*
*Styles pour les textes*
*----------------------*
************************
*/
h2{
	padding-left: 15px;
	color: #3399cc;
	font-size: 12px;
	display: inline;
}
#description_photo{
	font-size: 10px;
	font-style: italic;
	padding-left: 15px;
}

#titre_commentaires{
	text-decoration: underline;
	font-size: 16px;
}

.date_heure{
	color: #3399cc;
}
.commentaire_text{
	text-align: justify;
}
.auteur{
	text-align: right;
	color: #3399cc;
}

.titre_menu{
	color: white;
}

.titre_photos{
	color: #3399cc;
	text-decoration: none;
	font-size:14px;
}

.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;
}

.pub_google{
  width: 100%;
  text-align:center;
}
