/* HTML STYLE */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #000066;
	background-color: #EFFFEF;
}
p{
	text-align: justify;
}
h1{
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	font-style: oblique;
	border-width: 2px;
	border-style: solid;
}
h2{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}
li{
	margin-left: 12px;
	margin-top: 10px;
}
ul{
	margin-left: 6px;
}
a:link{
	color: #A000A0;
	text-decoration: none;
}
a:visited{
	color: #A000A0;
	text-decoration: none;
}
a:focus{
	color: red;
	text-decoration: underline;
}
a:hover{
	color: magenta;
	text-decoration: underline;
}
a:active{
	color: magenta;
}

/* LAYOUT STYLE */

#top{
	width: 960px;
	text-align:center;
	overflow: hidden;
	padding: 0px;
	margin: auto;
}
#header{
	font-size: 18px;
  font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}
#menu{
	font-size: 14px;
  font-weight: bold;
	text-align:center;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}
#main{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	overflow: hidden;
	padding: 0px;
	padding-top: 12px;
}
#contentL{
	float:none;
	clear:both;
	margin: 0px;
}
#contentL p{
	font-size: 14px;
}
#contentL a:link{
    color: magenta;
}
#contentL a:visited{
    color: magenta;
}
#contentR{
	float:none;
	clear:both;
	margin: 0px;
}
#contentR a:link{
    color: #000066;
}
#contentR a:visited{
    color: #000066;
}
#contentR a:hover{
    color: magenta;
}
#contentR a:active{
    color: magenta;
}
#bottom{
	width:960px;
	margin: auto;
	left: auto;
	right: auto;
	margin-bottom: 40px;
}
#copyright{
	padding-left: 121px;
	padding-right: 121px;
	color: #999999;
}
#partenaires{
	width:500px;
	margin: auto;
	font-size: 18px;
}

