@charset "UTF-8";
/* CSS Document */
a img {
	border:none;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color: #fff;
}
html>body #container {
	height: auto;
	min-height: 500px;
}
#top {
	margin-top: -16px;
	padding-right: 100px;
	height: 110px;
	background: url(../images/top.jpg) no-repeat top center;
}
#main {
	margin: 0 0 0 0;
	padding: 1px 100px 10px 100px;
	height: 600px;
	background: url(../images/middle.jpg) no-repeat top center;
}
html>body #main {
	height: auto;
	min-height: 400px;
}
#pied {
	margin:0;
	padding: 10px 100px 0 100px;
	background: url(../images/bottom.jpg) no-repeat top center;
	text-align: right;
	font-size: .6em;
	color:#000;
}
#langue {
	text-align: right;
	font-size: .7em;
	color:#FFF;
	float: right;
	width: 150px;
	margin-top: 12px;
}
/* Menu*/
#tabsD {
	float:right;
	width:100%;
	font-size:.8em;
	line-height:normal;
	margin: 0;
}
#tabsD ul {
	margin:0;
	list-style:none;
}
#tabsD li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsD a {
	float:right;
	background:url("../images/ligne.gif") no-repeat left top;
	margin:0;
	padding:45px 0 0 4px;
	text-decoration:none;
}
#tabsD a span {
	float:right;
	display:block;
	padding:5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {
	float:none;
}
/* End IE5-Mac hack */
/*Liens*/
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#03C;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
#current a {
	color:#03C;
}
#pied a:link {
	color: #333;
	text-decoration: none;
}
#pied a:visited {
	color: #333;
	text-decoration: none;
}
#pied a:hover {
	color:#03F;
	text-decoration: none;
}
#pied a:active {
	color: #333;
	text-decoration: none;
}
#main a:link {
	color: #03F;
	text-decoration: none;
}
#main a:visited {
	color: #03F;
	text-decoration: none;
}
#main a:hover {
	color:#333;
	text-decoration: none;
}
#main a:active {
	color: #03F;
	text-decoration: none;
}
/*styles*/
h1 {
	color: #FFF;
	letter-spacing: 2px;
	font-size: 1.9em;
	text-transform: uppercase;
	text-align: right;
	font-weight:100;
}
h2 {
	font-weight: bold;
	font-size: .8em;
	color:#9CF;
	text-align: right;
	line-height:50%;
}
h3 {
	padding-top: 100px;
	color:#03C;
	font-size: .8em;
	font-weight:bold;
}
h4 {
	color:#03C;
	font-size: .8em;
	font-weight:bold;
}
h5 {
	text-decoration:none;
	color:#03C;
	font-size: 0.8em;
	font-weight:normal;
	font-style: italic;
}
h6 {
	color:#333;
	font-size: .8em;
	font-weight:bold;
}
p, li {
	font-size: .8em;
	text-align: left;
	color:#333;
}
.bold {
	font-weight: bold;
}
.imageleft {
	float:left;
	margin: 20px;
}
.h {
	clear:left;
	font-size: 10%;
}
.titreequipe {
	padding-top: 20px;
}
.pressetitreJournal {
	color:#03C;
	font-size: .8em;
	font-weight:bold;
}
.presseTitreArticle {
	color:#333;
	font-size: 1em;
	font-weight:bold;
}
.presseTitreDate {
	text-decoration:none;
	color:#03C;
	font-size: .8em;
	font-weight:normal;
}
.imagepresse {
	float:left;
	margin-right: 20px;
	clear:both;
}
.lienpresse {
	font-size: .8em
}
