/* CSS Document */

*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html {
	font-size:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0;
	padding:0;
}
.pagePublique {
}
h3 { margin:0;}
#enveloppe {
	background-color:#fff;
	margin:20px auto;
	padding:20px;
	width:960px;
}
#entetePage {
	border-bottom: dotted 2px #888;
	margin-bottom:40px;
	padding:10px 0 5px;
}
#entetePage h1, #entetePage h2 {
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
}
#entetePage h2 {
	color:#666;
	font-size:.8em;
}
#entetePage a {
	color:inherit;
	text-decoration:inherit;
}

#sectionPrincipale {
	margin-bottom:20px;
}
#sectionPrincipale a {
	color: #666;
}
#sectionPrincipale .galerie h1 {
	border-bottom: dotted 2px #888;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
}
.galerie {
}

#piedPage {
	clear:both;
	margin-top:40px;
	padding-top:10px;
}

.galerie ul {
	list-style:none;
	margin: 10px 0;
	padding:0;
}
.galerie ul:after, #enveloppe:before, #enveloppe:after  {
	display:block;
	content:".";
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.galerie li {
	float:left; 
	position:relative;
}
.pagePrivee .galerie li {
	margin:.5em 1em .5em 0;
	padding:.5em;
	border: solid 1px #888;
}
.galerie li img{
display:block;
    max-height: 60px;
}
.galerie .lienModifierImage {
	display:block;
	max-width:140px;
	padding:.2em 0;
}
.galerie .lienSupprimerImage {
	background-color:#000;
	color:#fff !important;
	font-weight:bold;
	height:1.2em;
	overflow:hidden;
	padding:0 .1em;
	position:absolute;
	right: .5em;;
	text-decoration:none !important;
	top:.5em;
	width:1em;
}
.galerie .lienSupprimerImage:before {
	content: 'X';
	display:block;
	height:1em;
	text-align:center;
	width:1em;
}
.listeTransitions {
    margin:1em 0;
    padding:1em 0;
	border-top: dotted 2px #888;
	font-weight:normal;
	line-height: 2em;
	text-transform:uppercase;
	color:#666;
	font-size:.8em;
}
.listeTransitions input {
    display:none;
}
.listeTransitions label {
    cursor:pointer;
    padding:.2em 0;
    margin-right: 2em;
    position:relative;
    border-bottom:3px solid transparent;
}
.listeTransitions :checked+label{
    border-bottom:3px solid #57c;
}




