* 
{
font-size:11px;
font-family:Verdana;
margin:0px;
padding:0px;
}

body 
{
	text-align:center;
	background-image:url('/multimedia/images/img_structures/bkg_header.jpg');
	background-repeat:repeat-x;
background-color:#93774d;
}

div.container 
{
	position:relative;
	width:918px;
	margin:0px auto;
	text-align:left;
}

div.header 
{
	width:918px;
	height:193px;
}

div.logo 
{
	position:absolute;
	top: 127px;
	left:140px;
}

div.logo img
{
border:none;
}

div.language
{
	position:absolute;
	top:185px;
	right:54px;
}

div.banner
{
	width:840px;
	heigt:217px;
	margin-left:44px;
	padding-top:12px;
	padding-bottom:10px;
	text-align:center;
	background-color:#fff;
}

div.banner>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

div.menu
{
	background-color:#fff;
	width:840px;
	margin-left:44px;
}

div.menu table
{
	margin-left:19px;
}

div.menu table tr td
{
	background-image:url('/multimedia/images/img_structures/bkg_menu_off.gif');
	background-repeat:repeat-x;
	width:99px;
	height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	cursor:pointer;
}

div.menu table tr td.active
{
	background-image:url('/multimedia/images/img_structures/bkg_menu_on.gif');
	background-repeat:repeat-x;
	color:#000;
}

div.content_container
{
	width:840px;
	margin-left:44px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
}

div.content_top
{
	width:804px;
	height:3px;
	margin-left:18px;
}

div.content
{
	margin-left:14px;
	padding-left:15px;
padding-bottom:10px;
	background-image:url('/multimedia/images/img_structures/border_side.gif');
	background-repeat:repeat-y;
}

div.content_left
{
	float:left;
	margin:0px 0px 0px 0px;
padding-top:20px;
	width:200px;
}

div.content_right
{
	margin:0px 0px 0px 220px;
width:530px;
}

div.content_right h1
{
color:#93774d;
font-size:24px;
font-weight:bold;
font-family:Arial;
padding-bottom:5px;
padding-top:20px;
margin:0px 0px 20px 0px;
border-bottom:solid 1px #efefef;
}

div.content_right div.title
{
margin-top:20px;
background-image:url(/multimedia/images/img_structures/title_fleche.gif); background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:10px;
}

div.content_right h3
{
color:#fff;
background-color:#93774d;
font-weight:bold;
padding:3px;
}

div.content_right p
{
padding:5px 0px;
}

div.content_right a
{
color:#93774d;
text-decoration:none;
}

div.content_right a:hover
{
text-decoration:underline;
}


div.content_bottom
{
	width:804px;
	height:3px;
	margin-left:18px;
}

div.footer
{
	width:840px;
	height:48px;
	margin-left:44px;
	background-image:url('/multimedia/images/img_structures/footer_back.gif');
	background-repeat:repeat-x;
padding:17px 0px 0px 0px;
}

div.footer p
{
color:#fff;
font-size:10px;
margin-left:20px;
}

div.footer a
{
color:#fff;
font-size:10px;
}

#calend {
width : 168px;
margin:0px auto 20px auto;
background : #f2efeb;
padding-bottom:10px;
}

#calend h4 {
text-transform : uppercase;
background-image:url('/multimedia/images/img_structures/acc_back.gif');
background-repeat:no-repeat;
background-position:bottom left;
background-color:#93774d;
padding:10px 0px 20px 10px;
color:#fff;
}

#calend h5 {
margin-top:10px;
padding:3px 10px 3px 10px;
}

#calend table
{
margin:10px;
}

#calend table.event_table td {
font-size:10px;
text-align:center;
padding:5px 8px 5px 0px;
}


#calend td a {
font-weight:bold;
text-decoration: underline;
}


#calend p {
padding:3px 10px 3px 10px;
}

#calend p.link {
text-align:right;
}

#calend a {
color:#6c5737;
text-decoration:none;
font-size:10px;
}

#calend a:hover {
color:#000;
}

/* SOUS-MENU */
div.submenu
{
width : 168px;
margin:0px auto 10px auto;
border : 3px solid #ededed;
}

div.submenu h2
{
font-weight : bold;
background : url(/multimedia/images/img_structures/bkg_menu_off.gif) repeat-x;
text-transform : uppercase;
height:32px;
padding:10px 0px 0px 10px;
}

div.submenu ul
{
margin:0px 10px 10px 10px;
}

div.submenu ul li
{
text-transform : uppercase;
list-style-type:none;
padding:8px 3px 8px 0px;
border-bottom:solid 1px #efefef;
font-weight:bold;
background-image : url(/multimedia/images/img_structures/arrow.gif);
background-repeat : no-repeat;
background-position : right center;
}

div.submenu ul li a
{
color:#000;
text-decoration:none;
}

div.document
{
border-top:solid 1px #EfEfEf;
margin-top:10px;
padding-top:5px;
}

div.document ul
{
margin-left:15px;
}

div.document ul li
{
list-style-type:square;
padding-bottom:5px;
}

div.content_right p.bottom { border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px; }
