@import url("reset.css");

body {
	background: #fff url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a {color:#2373af; text-decoration:none;}
a:visited {color:#2373af;}
a:hover {color:#2373af; text-decoration:underline;}
a:active {color:#2373af;}


h1 {
font-family:Verdana, Geneva, sans-serif;
padding-bottom:20px;
font-size:15px;
font-weight:bold;
position:absolute;
left:15px;
top:129px;
color:#7c7c7c;
}




h2 {color:#0062b1;font-size:13px;font-weight:bold;font-size:18px;padding-bottom:20px;}
h3 {color:#0062b1;font-size:13px;font-weight:bold;}
h4 {}
h5 {}
h6 {}

p {color:#696969;font-size:12px;padding-bottom:20px;line-height:12px;}
p.footer{ text-align:center; padding-top:10px;}
ul {}
li {
background:url(../images/arrow.jpg) top left no-repeat;padding-left:30px;
color:#696969;font-size:12px;padding-bottom:13px;	
}

table {}
th {}
td {}

form {}
input {}
textarea {}
label {}
fieldset {}
legend {}


#page {
width: 895px;
margin: 0 auto;
padding:4px;
border:1px solid #ddd;
margin-top:20px;
}

/* Header
--------------------------------------------------------------------------------------- */

#header {
width:895px;
height:284px;
background:url(../images/bgHeader.jpg);
position:relative;
}



/* Content
--------------------------------------------------------------------------------------- */

#content {
height:478px;
background:url(../images/bgContent.jpg) right no-repeat;
padding:10px;
}
#contentLeft{
float:left;
width:290px;
margin-right:20px;
}
#contentRight{
float:left;
width:300px;	
}



/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
clear: both;
color:#3880b6;
}

.footer{
color:#3880b6;	
}




/* 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;}

