@import url("reset.css");

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(/images/bck_03.gif);
	background-repeat: repeat-x;
	background-color: #C7C7C7;
	margin: 20px 0px;
	padding: 0;
}


a:link {}
a:visited {}
a:hover {}
a:active {}

h1 {
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
font-style:italic;
color:#002b50;
padding-bottom:15px;
padding-top:5px;
}
h2 {
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color:#1a1818;
font-weight:bold;
font-style:italic;
padding-bottom:15px;
}


h3 {}
h4 {}
h5 {}
h6 {}

p {
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#1a1818;
padding-bottom:15px;
}

p strong{
font-size:12px;
font-style:italic;
}

ul {}
li {}

table {}
th {}
td {}

form {}
input {}
textarea {}
label {}
fieldset {}
legend {}


#page {
width: 756px;
background:url(/images/bgPage.gif);
margin: 0 auto;
margin-top:20px;
border-top:4px solid #0c3459;
border-bottom:18px solid #0c3459;
}




/* Content
--------------------------------------------------------------------------------------- */

#contentRight {
width:553px;
float:right;
margin-right:4px;
}

#contentRightPadding{
padding:20px;	
}

#contact{
height:16px;
background:url(/images/bgContact.jpg);
border-top:4px solid #0c3459;
padding:15px;
padding-top:18px;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#002b50;

}

#contact span{
color:#056324;
font-weight:bold;
}

#contact a{
color:#002b50;
text-decoration:underline;
}
#contact a:hover{
text-decoration:none;	
}

#contentLeft{
margin-right:4px;
width:191px;
float:right;
}




/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
clear: both;

}





/* Classes diverses
------------------------------------- */

.clear {clear: both;}
.flt-right {float: right;}
.flt-left {float: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.img-left {
	float: left; 
	margin: 0 10px 4px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}
.noborder {border: none;}
.alt {background: #f0f0f0;}

