@charset "iso-8859-2";
@import "navigation.css";
@import "menu_vert_dl_dt.css";
@import "../lightbox/lightbox.css";
/* CSS Document */

body,div,p,h1,h2,h3,h4,h5,h6,dl, dt, dd,ul,li,img,form,legend,fieldset,input,label,textarea{
	margin:0px;
	padding:0px;
	}
dl, dt, dd, ul, li {
list-style-type: none;
}
#logo{
	margin: 150px auto 0 auto;
	border: 2px solid #555555;
	width:800px;
	font-size:20px;
}
html{
	font-size:100%;
	}
body{
	background-color:#FFFFFF;
	font-size:0.625em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


#pere{
	width:1024px;
	background:url(../images/deco/header.jpg) no-repeat;
	margin:0 auto;
}
#pere_axel{
	width:1024px;
	background:url(../images/deco/header_axel.jpg) no-repeat;
	margin:0 auto;
}

#haut{
	width:1024px;
	height:191px;
}
#milieu{
	width:1024px;
	/*height:200px;*/
	background:url(../images/deco/bg-filet.jpg) repeat-y;
	margin:0 auto;
}
#milieu_axel{
	width:1024px;
	/*height:200px;*/
	background:url(../images/deco/bg-filet_axel.jpg) repeat-y;
	margin:0 auto;
}

#gauche{ 
	float:left;
	width:200px;
	margin:20px 0 0 0;
	padding:0 0 0 38px;
	/*background-color:#009933;*/
}
#contenu{
	float:left;
	width:680px;
	margin:20px 0 0 0;
	padding:0 0 0 80px;
}
.photo{ 
	float:right;
	width:272px;
	height:300px;
	margin:0 0 10px 10px;
	background:url(../images/deco/bg_img.jpg) no-repeat;
}
.photo_axel{ 
	float:right;
	width:272px;
	height:300px;
	margin:0 0 10px 10px;
	background:url(../images/deco/bg_img_axel.jpg) no-repeat;
}

.photo img,.photo_axel img{
	width:238px;
	margin:35px 0 0 18px;
	border:none;
}
.photo img a,.photo_axel img a{ 
	text-decoration:none;
}
.photo_diapo{ 
	float:left;
	width:161px;
	/*height:162px;*/
	margin:2px;
	background:url(../images/deco/bg_img_diapo.jpg) no-repeat;
}
.photo_diapo_axel{ 
	float:left;
	width:161px;
	/*height:162px;*/
	margin:2px;
	background:url(../images/deco/bg_img_diapo_axel.jpg) no-repeat;
}

.photo_diapo_vide{ 
	float:left;
	width:161px;
	/*height:162px;*/
	margin:2px;
}

.photo_diapo img,.photo_diapo_axel img{
	width:140px;
	margin:30px 0 0 11px;
	border:none;
}
.photo_diapo_axel img.axel_v2{
	border:none;
}

.photo_diapo img a,.photo_diapo_axel img a{ 
	text-decoration:none;
}
.photo_diapo p,.photo_diapo_axel p{ 
	margin-top:25px;
	text-align:center;
	font-size:1em;
}
.photo_diapo p a,.photo_diapo_axel p a{ 
	text-align:center;
	text-decoration:none;
	font-size:1.5em;
}

p.infos{ 
	text-align:center;
	margin-top:25px;
	font:italic 1em Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	width:1024px;
	height:288px;
	background:url(../images/deco/footer.jpg) no-repeat;
	margin:0 auto;
}
#footer_axel{
	width:1024px;
	height:288px;
	background:url(../images/deco/footer_axel.jpg) no-repeat;
	margin:0 auto;
}

.fin{
	clear:both;
}
.haut_page{
	/*display:block;*/
	height:33px;
	width:100px;
	background:url(../images/deco/haut_page.jpg) no-repeat center;
	margin:0 0 0 500px;
	padding:40px 0 0 0;
	text-align:center;
	clear:both;
}
.haut_page a{
	color: #020cd6;
}

/*-------- Titre -------*/
h1{
	margin:0 0 20px 0;
	font-size:1.8em;
	color:#d2000f;
	font-weight:normal;
	line-height:42px;
	background:url(../images/deco/bg_titre.jpg) no-repeat;
}
h1.titre_axel{
	margin:0 0 20px 0;
	font-size:1.8em;
	color:#d2000f;
	font-weight:normal;
	height:80px;
	/*background:url(../images/deco/bg_titre_axel.jpg) no-repeat;*/
}
h1.titre_loic{
	margin:0 0 20px 0;
	font-size:1.8em;
	color:#d2000f;
	font-weight:normal;
	height:80px;
	background: none;
}

h2{
	font-size:1.4em;
	color:#02941e;
	margin:20px 0 10px 0;
}
h2 a{
	display:block;
	font-size:1.0em;
	color:#02941e;
	text-decoration:none;
	width:600px;
	background-color:#D3F0D1;
	padding:5px;
}
h2 a .infos{
	font-size:0.8em;
	color:#333;
	text-align:right;
	float:right;
	font-style:italic;
	font-weight:normal;
}

h3{
	color:#4C341C;
}
h4{

}
h5{

}
h6{

}

/*--------- Textes -----------*/
p{
	color:#4C341C;
	font-size:1.2em;
	line-height:1.8em;
	margin:3px 0; 
}
.photo p,.photo_axel p{
	text-align:center;
}
#contenu ul{
	list-style-type:circle;
	color:#4C341C;
	font-size:1.2em;
	line-height:1.8em;
	padding:0 0 0 14px;
}
#contenu ul li{
	list-style-type:disc;
}
#footer p,#footer_axel p{
	margin:0; 
	padding:60px 30px 0 260px;
	text-align:center;
	color: #020cd6;
}
#footer p a, p a,#footer_axel p a{
 	margin:0;
 	padding:0;
	color: #020cd6;
 }
.article_nais{
	width:340px;
	margin:10px 0 0 0;
	float:left;
}
.arti_nais{
	margin:5px 0 0 0;
	padding:0;
	line-height:normal;
}
.arti{
	color:#00F;
}
a.bouton{
	font-size:1.2em;
	color:#FFF;
	display:block;
	margin:5px 0 0 0;
	padding:4px 0 0 0;
	text-align:center;
	width:133px;
	height:30px;
	background:url(../images/deco/bouton.jpg) no-repeat;
	float:left;
}
.decr{
	padding:4px 0 0 0;
}
.partic{
	padding:0;	
}
a:hover.bouton{
	background:url(../images/deco/bouton_hover.jpg) no-repeat;
	
}
.code{
	width:200px;
	text-align:center;	
}
.code a{
	color:#02941E;
}
html>body .code{
	position: fixed;
}
.reserve{
	background:url(../images/liste_naissance/reserve.png) no-repeat;
	width:120px;
	height:79px;
	position:absolute;
	margin:33px 0 0 3px;
}

.toggler { 
   /*margin:25px 0 25px 0;*/
	cursor:pointer;
	text-decoration: none;
	/*font-size: 1.4em;*/
	font-weight:bold;
	line-height:30px;
	/*display: block;*/
}

