body{
	background : white url(bg.png) no-repeat center top;
	color : black;
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 1000px;
	margin: 0 auto;
/*	min-height : 600px;*/
position: relative;
}
#header{
height : 205px;
width : 1000px;
background: url(banner.jpg) no-repeat top left; 
font-size : 1.5em;

margin : 0;
padding-left : 40px;

}

#logo{
	float: right;
	text-indent : -99999px;

	height: 110px;
	width: 370px;
	margin-right : 50px; 
	margin-top : 40px;
	display: block;
	
}
#footer{

width : 100%;
clear : both;
background: #333132 url(bg_footer.jpg) repeat-x top left;

}
#subfooter{
	background: url(corner_footer.jpg) no-repeat top right;
	width : 960px;
	margin : 0 auto;
	color : white;
	padding-left : 40px;
	padding-top : 8px;
}
#subfooter a{
color : white;
}
#subfooter #contact{
	 margin : 0;
	 text-indent: 0;
	 font-size: 16px;
	float: left;
}
#subfooter #social{
	float: left;
	padding-top: 5px;
	margin-left : 30px;
}
#subfooter ul{
	margin: 0;
	padding: 0;
	margin-top : 00px;
	margin-right : 40px;
	margin-bottom: 1em;
	background: url(footer_column.png) no-repeat top right;	
	float : left;
	width : 240px;
	font-size: 11px;
}
#subfooter ul#lastcolumn{
	background: none;
}
#subfooter ul li{
	background: url(puce_menu_footer.png) no-repeat left center;
	padding-left : 10px;
	padding-top : 3px;
	padding-bottom : 3px;
}
#subfooter ul a{
	color : #5E5E5E;
}

#menu{
float : left;
width : 206px;
min-height : 200px;
margin-left:  38px;
font-size: 13px;
color : black;
}

#menu ul{
margin : 0;
padding : 0;
font-weight: bold;
}
#menu li{
	padding-top : 4px;
	padding-bottom : 3px;
	padding-left : 10px;
}

#menu li.current{
	border-bottom : 1px solid #B1004C;
	background: url(puce_menu.jpg) no-repeat left center;
}
#menu li.current a{
	color : #B1004C;
	text-decoration: none;
}
#content{
width : 580px;
color : black;
text-align: justify;
background: white url(corner_content.png) no-repeat 426px bottom ; 
float : right;
min-height: 350px;
padding-top : 10px;
padding-left : 80px;
padding-right : 80px;
padding-bottom : 50px;
font-size : 12px;
color : #333232;
}

.clear {
	clear: both;
}

p{
text-indent : 2em;
margin : 5px 0;
line-height: 15px;
}
/*
p:first-letter { 
font-size: 150%; 
}
*/

strong{
font-weight : bold;
}

em{
font-style : oblique;
}

a{
color: black;
text-decoration : none;
}
a:hover{

text-decoration : underline;
}


h1{
font-size: 26px;
border-bottom : solid 1px #9E9E9E;
color : #9E9E9E;
margin-bottom : 30px;
  }

h2{
	font-size: 14px;
	font-weight: bold;
	margin : 15px 0;
}


#tv{
	position : relative;
	margin-top : 30px;
	left : -60px;

}
