html { background: url(../img/motif.gif) }
body 
{
	position: relative;
	width: 1000px;
	background: #FFF url(../img/fond.gif) repeat-y center;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #50465A;
}

a { color: #50465A; text-decoration: none; }
a:hover { text-decoration: underline; }
a.selected { font-weight: bold; }

img { border: none; }

#main 
{
	clear:both;
	height: 28px;
	background: url(../img/bas.gif) no-repeat center bottom;
}

#anglais 
{
	position: relative;
	background: url(../img/haut.gif) no-repeat right top; 
	height: 72px; 
	font-size: 14px;
}
#anglais a 
{ 
	color: #FFF;
	font-weight: bold;
	display: block;
	text-align: right;
	padding: 12px 105px 0 0;
	background: url(../img/drapeau-en.gif) no-repeat 900px bottom;
}

#menu 
{
	float: left;
	padding: 120px 0px 0 0px;
	margin: 0 20px 0 70px;
	width: 215px;
	background: url(../img/logo.gif) no-repeat center top;
}

#menu ul
{
	border-top: solid 1px #50465A;
	border-bottom: solid 1px #50465A;
	padding: 35px 0 20px 0;
}

#menu li 
{
	list-style: none url(../img/puce-menu.gif);
	line-height: 25px;
	margin-left: 15px;
}

.sousmenu
{
	background: url(../img/petite-feuille.gif) no-repeat left top;
	padding: 0 15px 0 20px;
	margin-left: 4px;
}

#pied 
{ 
	padding: 50px 0px 0 5px; 
	background: url(../img/feuille.jpg) no-repeat right top;
	margin-top: 200px;
}
#pied h2 { font-size: 12px; font-weight: bold; padding: 0; margin: 0; }
#pied h3 
{
	font-size: 18px; 
	color: #C70207 ; 
	padding: 0; 
	margin: 0; 
	font-weight: normal; 
}
.bordertop { border-top: solid 1px #50465A; padding: 15px 0; }
#tel 
{
	border-bottom: dashed 1px #50465A;
	border-top: dashed 1px #50465A;
	padding: 8px 0;
	line-height: 18px;
	margin-bottom: 15px;
}

#contenu 
{
	background: url(../img/fond-img.gif) repeat-y left;
	overflow: hidden;
}

#images 
{
	float: left;
	width: 321px;
	background: #776D82;
}

#textes 
{
	overflow: hidden;
	padding: 40px 75px 0 30px;
	line-height: 20px;
}