@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: "Myriad Pro", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
body {
	background-color: #e8a713;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}

html {
	height:100%;
	width:100%;
}

a:link {
	text-decoration: none;
	color:#000;
	}
	
a:visited {
	text-decoration: none;
	color:#000;
	}
	
a:active {
	text-decoration: none;
	color:#000;
	}
	
a:hover {
	text-decoration: none;
	color: #7B3A00;
	}
	
a.yellow:link {
	text-decoration: none;
	color:#e8a713;
	}
	
a.yellow:visited {
	text-decoration: none;
	color:#e8a713;
	}
	
a.yellow:active {
	text-decoration: none;
	color:#e8a713;
	}
	
a.yellow:hover {
	text-decoration: none;
	color: #f1d187;
	}

h1 {
	display:block;
	font-size: 20px;
	color: #7B3A00;
	font-weight:normal;
	border-bottom:#7B3A00 1px dotted;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

h2 {
	display:block;
	font-size: 16px;
	color: #e8a713;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

h3 {
	display:block;
	font-size: 20px;
	color: #7B3A00;
	font-weight:normal;
	margin:0;
	padding:10px 0 5px 0;
}

table.main {
	background:url(/images/background.jpg);
	width:780px;
	height:100%;
}

div.logo {
	height:182px;
	background:url(/images/divider-logo.gif) bottom right no-repeat;
	padding:10px 0 0 27px;
}

div.undermenu {
	padding:10px 0 0 25px;
	text-align:center;
	color:#7B3A00;
}

div.top {
	height:192px;
}

div.body {
	padding:10px 25px;
}

div.footer {
	text-align:center;
	padding: 0 0 10px 0;
	line-height:150%;
}

.small {
	font-size:12px;
	color:#666;
}

#side-menu {
	/* width: 143px; */
	padding-left:27px;
}

#side-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Myriad Pro", Calibri, Arial, Helvetica, sans-serif;
font-size: 18px;
}

#side-menu li {
margin: 0;
}

#side-menu a {
display: block;
width:150px;
color:#7B3A00;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #7B3A00;
text-decoration: none; /*permet de retirer le soulignement des liens*/
}

#side-menu a:link, #side-menu a:active, #side-menu a:visited {
color:#7B3A00;
}

#side-menu a:hover {
border-bottom: 1px solid #7B3A00;
color: #FFF;
background-color:#7B3A00;
}

ul	{
	list-style-type: square;
	margin:0;
	padding:5px 0 10px 20px;
}

div.container {
	border-bottom:#7B3A00 1px dotted;
	margin-bottom:10px;
}

#container p {
	margin-top:5px;
}

#container div {
	border-bottom:#7B3A00 1px dotted;
	border-left:none;
	border-top:none;
	border-right:none;
}

p.center {
	text-align:center;
}

img {
	border:0;
}