* {
	margin: 0;
	padding : 0;
}

a {
	text-decoration: none;
	color:#CCCC33;
}

strong, b {
	font-weight: bold;
	/*color: #fefefe;*/
	color:#CCCC33;
}

#left a:hover {
	text-decoration: underline overline;
}

img {
	border: 1px solid #525252;	
}

body {
	background-color: #525252;
	margin: 0;
	padding : 0;
	text-align: center;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

h3 {
	margin-bottom: 10px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 2px;
}

#container {
	margin-top: 20px;
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg.gif) repeat-y;
	text-align: left;
}

#header {
	height: 273px;
	background: url(../images/header3.gif) no-repeat;
}

.audio {
	background: url(../images/header3.gif) no-repeat !important;
}

.presse {
	background: url(../images/header.gif) no-repeat !important;
}

#header h1 {
	position: relative;
	top: 210px;
	left: 30px;
	color: #390087;
}

#header h2 {
	position: relative;
	top: 210px;
	left: 100px;
	color: #390087;
}

#header #flag {
	position: relative;
	top: 226px;
	left: 583px;
}

#site_nav {
	height: 20px;
	background-color:#FFFFFF;
	width: 638px;
	margin-left: 20px;
	text-indent: 15px;
	color:#000000;
	padding-top: 2px;
}


#content {
	margin-left : 20px;
	margin-top: 10px;
}

#content table {
	margin-top: -10px;
	width: 92%;
	background-color: #525252;
	margin-left : -15px;
	font-size : 12px;
}


#footer {
	height: 26px;
	background: url(../images/footer.gif) no-repeat;
}

#legal {
	text-align: center;
	font-size:9px;
	color: #c0c0c0;
}

#left {
	margin-left: 10px;
	float: left;
	width : 457px;
	color: #c0c0c0;
}

#left h2 {
	color: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px dashed #fff;
	font-size: 16px;
}

#left ul {
	margin-left: 15px;
	padding: 3px;
}

#left ul li ul {
	padding-top: 3px;
}

#sep {
	clear: both;
}

#menu {
	float: left;
	margin-left: 5px;
	width: 165px;
	margin-top: -10px;
}

#menu ul {
	list-style: none;
	width: 162px;
}


#menu ul li {
	width: 161px;
	text-align: center;
	height: 30px;
	border-bottom: 1px solid #525252;
	padding-top: 5px;
}

#menu ul li.active {
	width: 161px;
	text-align: center;
	color: #fff;
	height: 30px;
	border-bottom: 1px solid #525252;
	padding-top: 5px;
	background-color: #525252;
}

#menu ul li a {
	font-size: 12px;
	color: #0c0c0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

#menu ul li.active a {
	font-size: 12px;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

#menu ul li a:hover {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}


#left p {
	text-align: justify;
}

.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

#contact {
	position: relative;
	margin-left: 25px !important;
	margin-top: 15px !important;
}

input {
	width: 200px;
	border: 1px solid #000;
}

textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #000;
}

input#submit {
	width: 80px;
	background-color:#FFFFFF;
	color: #000000;
	border: 2px solid #000;
	text-transform:capitalize;
	font-weight:bold;
	cursor: pointer;
}