@font-face {
    font-family: 'LeanderRegular';
    src: url('Leander-webfont.eot');
    src: url('Leander-webfont.eot?#iefix') format('embedded-opentype'),
         url('Leander-webfont.woff') format('woff'),
         url('Leander-webfont.ttf') format('truetype'),
         url('Leander-webfont.svg#LeanderRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OverlockRegular';
    src: url('Overlock-Regular-OTF-webfont.eot');
    src: url('Overlock-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('Overlock-Regular-OTF-webfont.woff') format('woff'),
         url('Overlock-Regular-OTF-webfont.ttf') format('truetype'),
         url('Overlock-Regular-OTF-webfont.svg#OverlockRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	background-color: black;
	color: black;
	font-family: "LeanderRegular", "Comic Sans MS", "Trebuchet MS","Times New Roman", sans-serif;
	margin: 0px;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.05em;
	font-weight: none;
}

.bandeau-haut
{
	background : url("../images/wood2.jpg");
	height: 200px;	
	width: 100%;
}

.bandeau-bas
{
	background : url("../images/foot-wood.png") repeat-x;
	width: 100%;
	height: 134px;	
	margin-top: -10px;
	color: black;
}

.citation
{
	color: white;
	text-align: left;
    font-size: 0.8em;
	float:left;
	position:absolute;
	left: 50%;
	margin-left: -480px;
	top: 0px;
	z-index:5;
	width:160px;
	height:200px;
	display:block;
}

.logo
{
	float:left;
	position:absolute;
	left: 50%;
	margin-left: -320px;
	top: 0px;
	z-index:10;
	width:828px;
	height:300px;
	display:block;
	background: url("../images/banniere.png") no-repeat;
}

.logo_cadenas
{
	float:left;
	position:absolute;
	left: 50%;
	margin-left: -60px;
	top: 0px;
	z-index:10;
	width:256px;
	height:256px;
	display:block;
	background: url("../images/security-medium.png") no-repeat;
}

.fond
{
	background-color: #c8b694;
	background : url("../images/paper017.jpg")
}

.corps-fond
{
	background : url("../images/fond2.png") repeat-y;
	width : 1020px;
	margin : 0 auto;
}

.login
{
	display: inline-block;
	width: 500px;
	height: 150px;
    text-align: right;
}

.menu
{
	display: inline-block;
    width: 160px;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-utilisateur
{
	font-family: "OverlockRegular", "Times New Roman", sans-serif;
    text-align: right;
    font-size: 1.05em;
    color: #555;
}

.menu-titre
{
	font-size: 1.2em;
	color: #000;
}

.menu-lien, .menu-texte
{
	font-size: 0.95em;
	color: #555;
    text-decoration: none;
}

.menu-lien:hover
{
	color: #000;
}

a img
{
	border: 0 none;
}

.liste_article
{
	color: black;
    text-decoration: none;
}

.liste_article:hover
{
	color: #555;
}

.titre
{
	color: #a46923;
	text-decoration: none;
	margin-top: 50px;
}

.titre:hover
{
	color: #555;
	text-decoration: none;
}

.menu-utilisateur-haut
{
	background : url("../images/wood.jpg") no-repeat;
	height: 20px;
	margin-right: 10px;
}

.menu-utilisateur-bas
{
	background : url("../images/wood.jpg") no-repeat;
	height: 20px;
	margin-right: 10px;
}

.corps
{
	margin-top: 80px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 60px;
	width: 715px;
	display: inline-block;    
    vertical-align: top;
    text-align: left;
}

.hauttb
{
	padding-bottom:20px;
	font-weight: none;
}

.modifier
{
	display: inline-block;
	background:url("/images/icon-write_grey.png");
  	width: 16px;
  	height: 16px;
}

.modifier:hover
{
	display: inline-block;
	background:url("/images/icon-write.png");
  	width: 16px;
  	height: 16px;
}

.auteur
{
	color: #555;
	margin-top: -15px;
}

.image
{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 4px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: white;
	box-shadow: 1px 1px 12px #555;
}

.image:hover
{
	background-color: #555;
}

.titre_commentaire
{
	color: #a46923;
	text-decoration: none;
}

.auteur_commentaire
{
	color: #555;
	font-size: 0.9em;
	margin-top: -20px;
}

.nb_commentaires
{
	font-family: sans-serif;
	display: inline-block;
	background:url("/images/comment.png") no-repeat;
  	width: 20px;
  	height: 20px;
	color: #555;
	text-decoration: none;
	font-size: 0.4em;
    text-align: center;
    padding-top: 1px;
}

.commentaire
{
	border-radius: 10px;
	background-color: #c8b694;
	margin-left: 20px;
	margin-right: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 650px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.repondre
{
	font-size: 0.7em;
	color: #555;
}

.telechargement, .telechargement:hover, .telechargement:visited
{
	color: black;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	background:url("/images/totem.png") no-repeat 5px 5px #c8b694;
	height: 55px;
	padding-left: 80px;
	padding-top: 25px;
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
}

.telechargement:hover
{
	box-shadow: 1px 1px 12px #555;
}

.ajout_images, .ajout_musiques, .ajout_videos
{
	color: black;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	background:url("/images/image.png") no-repeat 5px 5px #c8b694;
	height: 55px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}

.ajout_musiques
{
	background:url("/images/audio.png") no-repeat 5px 5px #c8b694;
}

.ajout_videos
{
	background:url("/images/movie.png") no-repeat 5px 5px #c8b694;
}
