/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#462B0D;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
color:#FFFFFF;
line-height:20px;
}

#conteneur{
width:937px;
margin:auto;
}

#entete_flash{
width:937px;
height:364px;
/*background-image:url(../images/flash.png);
background-repeat:no-repeat;*/
}

#content{
background-image:url(../images/bg_content.jpg);
background-repeat:no-repeat;
padding-left:60px;
padding-right:60px;
padding-top:20px;

width:817px;
}

#colonne_gauche{
width:370px;
float:left;

}
#colonne_droite{
width:370px;
margin-left:70px;
float:left;

}

#footer{
text-align:center;
border-top:#B0793D solid 1px;
width:600px;
margin:auto;
padding-top:25px;
padding-bottom:50px;
font-size:11px;
color:#B0793D;
font-weight:bold;
}

h1{
font-size:18px;
}
.lettre{
font-size:30px;
}
a{
text-decoration:none;
color:#FFFFFF;
}
a:hover{
text-decoration:none;
color:#803510;
}
strong{
margin:0px;
padding:0px;
}
h2{
background-color:#FFFCD4;
font-size:14px;
padding:3px;
color:#8F2202;
border-bottom:#AD4628 dotted 1px;
border-top:#AD4628 dotted 1px;

margin:0px;
}
h3{
background-color:#8F2202;
font-size:14px;
padding:3px;
border-bottom:#AD4628 dotted 1px;
border-top:#AD4628 dotted 1px;
text-align:right;

margin:0px;
}
.bg_menu{
background-color:#CF9B53;
padding:5px;
border:#B2813D dotted 1px;
margin-top:15px;
}
.ma_ligne{
border-bottom: 1px dotted #FFFFFF;

}
a.photo{
	display:block;
	width:75px;
	height:75px;
	border:2px solid #FFFFFF;
	margin-bottom:15px;

}
a:hover.photo{
	display:block;
	width:75px;
	height:75px;
	border:2px solid #842509;
	margin-bottom:15px;

}

.print{
display:none;
}
em{
font-size:10px;
}
#menu{
position:absolute;
z-index:998;
margin-top:25px;
margin-left:500px;
}
#menu a{
font-weight:bold;
z-index:998;
padding-left:20px;
padding-right:20px;
}
#menu a:hover{
color:#FFCC99;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.6);
   /* cursor:pointer;*/
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 50px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */


