/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body
{
    height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}




.inline{
    display:inline-block !important;
}


strong, .bold {
    font-weight:bold;
}
.floatright {
    float:right;
}
.floatleft {
    float:left;
}
.hidden {
    display:none;
}

.clear {
    clear:both;
    line-height:0 !important;
    height:0;  
   /* overflow:hidden; */
}

.clearright{
    clear:right;
}
.clearleft{
    clear:left;
}
.clear:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
.clear {
    display:block;
}

html[xmlns] .clear {
    display:block;
}
* html .clear {
    height:1%;
}



a{
    text-decoration:none;
    display:block;
}

.indent{
    text-indent: -9999px;
    line-height:0;
}
small{
    font-size:10px;
}
.no-margin{
    margin:0 !important;
}
address{
    font-style:normal;
    line-height:16px;
    white-space:nowrap;
}

#menu img{
    display:block;
}




body{
    width:1024px;
    background:#1B325B url('../images/main-bg.jpg') repeat-x;
    margin:0;
    padding:0;
}
#logo-wrapper{
    width:240px;
    height:250px;
    float:left;
}
#banner-wrapper{
    background: url('../images/shadow-bg.gif') repeat-y;
    float:left;
    height:250px;
}

#right-links-banner {
		float:left; 
		width:240px; 
		text-align:right;	
		margin-top:15px;
		color: #989b92;
}

#right-links-banner a{
		display:inline;
		color: #989b92;
}

#top-banner{
    width:659px;
    height:194px;
    padding-bottom:5px;
    background:#989b92;
    float:left;
    clear:right;
}
#sub-banner{
    clear:both;
    padding:25px 0 0 0 ;
    float:left;
    width:400px;
}

#content-wrapper{
    height:100%;
    background:#0e1b2e;
    width:899px;
}
#content{
    clear:both;
}
.line{
    height:5px;
    background:#989b92;
    overflow:hidden;
}
#contentleft{
    background:#0E1B2E url('../images/contentleft-bg.gif') no-repeat;
    width:240px;
    min-height:571px;
    _height:571px;
    float:left;
    position: relative;
}

#menu li{
   float:left;
}

#menu a {
	position:relative;
}
	
#main-line{
    background:#F1ECDA url('../images/maincontent-line.png') no-repeat;
    height:5px;
    overflow:hidden;
    width:429px;
}
#right-line{
    background:#F1ECDA url('../images/contentright-line.png') no-repeat;
    height:5px;
    overflow:hidden;
    width:195px;
}
#maincontent{ 
    float:left;  
    width:659px;
    background: url('../images/shadow-bg.gif') repeat-y;
}
.maincontent-content{
    padding:20px 29px 20px 20px;
    float:left;
    width:400px;
}
#contentright{
    float:left;
    background:#FFF;
    width:190px;
    margin-top:-5px;
    padding-bottom:20px;
}
.contentbox{
    background:#f1ecda;
    padding:15px;
    min-height:100px;
    margin-top:20px;
}
#lst-links li a{
    color:#404040;
    display:inline;
}
h2#gallery-title{
    background:#989b92;
    text-transform:uppercase;
    text-align:center;
    font-size:16px;
    color:#FFF;
    padding:10px;
    margin:20px 0 0 0;
    letter-spacing: 1px
}
#lst-gallery li{
    background:#eee7d1;
    width:29px;
    height:30px;
    float:left;
    margin:9px 11px 0 0;
    _margin-right: 10px;
}
.nomarginright{
    margin-right:0px !important;
}
#footer{
    height:75px;
    clear:left;
}
#footer-line{
    background:#F1ECDA url('../images/footer-line.png') no-repeat;
    height:5px;
    overflow:hidden;
    width:639px;
}

#flexlist a, #flexlist img {
	display:inline;	
}


h1.title {
    font-size:18px;
    text-transform:uppercase;
    color:#1a3259;
    font-weight:normal;
    float:left;
    padding-left:20px;
}

#lst-links li, #lst-gallery li {
	list-style:none;
	
}

#lnk-signature{
    position:absolute;
    bottom:30px;
    right:15px;
}

#accueil-content ul { margin-left:15px; }
