body, html{
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size : 12px;
	color : #555555;
	
}

p#pdf{
margin-top:10px !important;
}

#pdf a{
margin-left:10px;
font-size : 12px;
}

select{
width:150px;
}

a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}

div#entete{
width:100%;
background:#bfce30;
height:16%;
margin-top:0px;
min-height:50px;
color:#555555;
}

div#entete a{
text-decoration:none;
color:#555555;
}

div#entete a:hover{
background-color:#555555;
color:white;
}

div#contenu{
width:79%;
height:100%;
float:left;
display:block;
padding: 5px;
text-align: justify;
}

div#contenu a{
text-decoration:none;
}

div#contenu a:hover{
background-color:#525252;
color:white;
}

div#contenu img{
float: right;
padding: 20px;
}

div#contenu img.photos{
float:left;
padding:0px;
margin:0px;
height:100px;
margin-top:5px;
margin-left:10px;

}

div#liens img{
float: left;
}

table{
font-family: Verdana, Helvetica,sans-serif;
font-size : 11px;
color : #555555;
table-layout: fixed; 
width 		: 100% ;
border: 5pt white;
}

td, tr{
background-color: #white;
border: 5pt white;
}

div#inscription{
float: left;
width: 100%;
}

div#wrap_incription{
float:left;
}

div#wrap_incription_Co{
float:left;
text-align:left;
}

div#wrap_incription input{
float: left;
}


div#wrap_incription_Co input{
float: left;
}

div#wrap_incription_Co select{
float: left;
}

div#wrap_inscription select{
float:left;
}

div#menu{
height:100%;
width:20%;
float:left;
display:block;
background-color:white;
}

div#espace{
height:100%;
width:20%;
float:left;
display:block;
background-color:#ebebe4;
}

div#menu ul{
	padding: 0;
	margin: 0;
	width: 100%;
	}

div#menu ul{
		border-bottom:1px solid #d9d9d1;
}


div#menu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
}


div#menu a{
	text-decoration:none;
	color : #555555;
}

div#menu a:hover{
	background-color: #bfce30;
	color:white;
	
}

div#menu ul li{
	border-top: 1px solid #d9d9d1;
}

h1,h2,h3,h4,h5,h6{
margin-top:0px;
margin-bottom:0px;
}

#rouge{
color:red;
}

div#piedPage{
width:100%;
background:#5C3317;
height:15%;
min-height:50px;
color:white;
float: left;
}




/* Visualisateur de photos */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-top:100px;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/photochargement.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/photopreced.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/photoprochain.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/photofermer.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



