@charset "utf-8";
/* CSS Document */

html {

}

body {
background:#000000 url(images/bg-grey-fleur-vert.png) repeat-x;
margin-top: 0px;
padding-top: 0px;
}

a {
color:#0C0C0C;
}

img {
	border: none;
}

#wrapper {
width: 960px;
margin-left: auto;
margin-right:auto;

}

#header {
height: 110px;
}
#emaillist {
background:#000000;
text-align:right;
float:right;
margin-right:40px;
height: 110px;
clear:both;
vertical-align:top;
}

#home-fleur{
height: 200px;
padding-top:40px;
text-align:center;
width:100%;
}
#home-logo {
margin-left: auto;
margin-right: auto;

}

#tagline {
	color: #FFFFFF;
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav {
height: 48px;
width:872px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}

#nav-left {
background:url(images/nav-left.png) no-repeat;
height: 48px;
width:20px;
float: left;
}
#nav-center {
width:832px;
background:url(images/nav-slice.png) repeat-x;
height: 48px;
float: left;
}
.nav-menu {
padding-top:15px;
float:left;
margin-left: 55px;
}
#nav-right {
background:url(images/nav-right.png) no-repeat;
height: 48px;
width:20px;
float: left;
}
#nav-shadow {
background:url(images/nav-shadow.png) no-repeat;
height: 28px;
width:860px;
}

#content {
height:auto;
width:872px;
margin-left:auto;
margin-right:auto;
}


#content-area {
background:url(images/bg-content-white.png) repeat-y;
padding-right: 120px;


}
#content-area-home {
background:url(images/bg-content-white.png) repeat-y;
padding-right: 120px;
margin-bottom:-20px;
height:250px;
}
#message {
padding-left: 60px;
height:auto;
}
#message ul li {
padding: 5px;
list-style:none;
font-family: "trebuchet MS", Tahoma, Arial, Helvetica, sans-serif
}
.content-half-left {
width: 400px;
float: left;
}
.content-half-right {
width: 280px;
float: right;
text-align:right;
}


#content-bottom {
background:url(images/bg-content-white-bottom.png) no-repeat;
height:26px;
}
#content-bottom2 {
background:url(images/bg-content-white-bottom.png) no-repeat;
height:26px;
margin-top:-20px;
}
#content-bottom3 {
background:url(images/bg-content-white-bottom.png) no-repeat;
height:26px;
margin-top:20px;
}
 .clear {  
     clear:both  
 }  
#gallery {  
     position:relative;  
     height:208px;
	 font-weight:bold;
 }  
#gallery a {  
         float:left;  
         position:absolute;  
     }  
       
#gallery a img {  
         border:none;  
     }  
       
#gallery a.show {  
         z-index:500 ; 
     }  
   
#gallery .caption {  
         z-index:600;   
         background-color:#f0f0f0;   
         color:#000000;   
         height:50px;   
         width:90%;   
         position:absolute;  
         bottom:0;  
     }  
   
#gallery .caption .content {  
         margin:5px  
     }  
#gallery .caption .content h3 {  
        margin:0;  
        padding:0;  
        color:#000000;
		font-size: 16px; 	
   }  
   
.cdimage {
float:left;
margin-right: 10px;
 }
