@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006AAF;
	text-align: center;
	background-image: url(images/frise2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#site {
	background-color: #1A84C2;
	text-align: center;
	background-image: url(images/frise3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	position: relative;
	height: 163px;
	background-image: url(images/tetiere.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #1A84C2;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	display: none;
}
#header ul, #header li {
	list-style-type: none;
}
#header ul {
	height: 20px;
	background-color: #EA5811;
	position: absolute;
	width: 938px;
	top: 143px;
	left: 9px;
}
#header li {
	float: left;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background-color: transparent;
	display: block;
	border-right: 1px solid #FFFFFF;
}
#header a:hover {
	background-color: #EB820C;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/bg-site.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#centre  {
	width: 650px;
	margin-left: 30px;
	margin-bottom: 10px;
	float: left;
}
#centre #boiteVideo {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 20px;
	position: relative;
	clear: left;
}
#boiteVideo ul, #boiteVideo li {
	list-style-type: none;
}
#boiteVideo ul{
	position: absolute;
	left: 372px;
	top: 0px;
	width: 260px;
	height: 97px;
}
#boiteVideo li {
	float: left;
}
#boiteVideo a {
	height: 95px;
	width: 130px;
	background-color: transparent;
	display: block;
}
#boiteVideo  h5 {
	display: none;
}
#revue_presse {
	background-color: #EEEEEE;
	padding: 5px 10px 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	width: auto;
	display: block;
}
#content  #logoTer {
	width: 270px;
	height: 80px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

#content #colDroite {
	width: 240px;	
	padding-top: 10px;
	margin-left: 689px;
	clear: right;
}
#content .news{
	background-color: #A0CBE5;
	background-image: url(images/bloc_01.jpg);
	background-repeat: no-repeat;
	background-position: top;

}
#colDroite .piedNews {
	background-image: url(images/bloc_02.jpg);
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
}
#colDroite #piedNews {
	background-image: url(images/bloc_02.jpg);
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer  {
	clear: both;
	background-image: url(images/frise-pied.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #006AAF;
	text-align: right;
	height: 102px;
}
.spacer {
	clear: left;
	height: 0px;
}


#blocDeroul {
	margin-left: 115px;
	margin-right: 5px;
}
#blocDeroul .titre {
	font-size : 12pt;
	font-weight : bold;
	margin-top : 5px;
}
#blocDeroul .titre h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
}
#blocDeroul .titre a {
	text-decoration: none;
}
#blocDeroul .titre a:hover {
	color: #EA5811;
}
#blocDeroul .detail {
	font-size : 10pt;
	font-weight : normal;
	display : none;
	margin-top : 10px;
	margin-left: 20px;
}
#textIntroBas {
	margin-left: 115px;
	margin-top: 15px;
	background-color: #EEEEEE;
	padding: 5px 10px 10px;
	border-top: 1px solid #CCCCCC;
}
a img {
border:none;
}

