html {
  height: 100%;
}

body {
	height: 100%;
	margin: auto;
	font-family: Arial;
	color: #BFBFBD;
	font-size: 13px;
}

a {
	color: #BFBFBD;
}

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }

/*-------------------------------------
DESIGN
-------------------------------------*/
#page {
	width: 1000px;
	height: 100%;
	margin: auto;
}

#content, #footer{
	background-color: #232321;
}

#content {
	width: 477px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#text {
	width: 467px;
	margin-top: 20px;
	height: 55%;
	overflow-y: scroll;
	text-align: left;
	padding-right: 10px;
}

/*-------------------------------------
HEADER & FOOTER
-------------------------------------*/
#header {
	text-align: left;
	margin-bottom: 30px;
	color: #C0E6FB;
	font-size: 12px;
}

.baseline {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}

#logo {
	margin-top: -2px;
	height: 169px;
	box-shadow: 3px 3px 7px #000;	
	-moz-box-shadow: 3px 3px 7px #000;	
	-webkit-box-shadow: 3px 3px 7px #000;	
}

#footer {
	position: relative;
	bottom: 0px;
	padding-top: 30px;
	text-align: center;
	color: #2F8FC2;
	font-size: 11px;
	margin-left: -10px;
	width: 497px;
}

#footer a{
	text-decoration: none;
	color: #2F8FC2;
}

#footer a:hover{
	text-decoration: underline;
}

#socialLinks{
	vertical-align: top;
	text-align: center;
	margin-top: 10px;
}

/*-------------------------------------
MENU
-------------------------------------*/
#menu{
	overflow: hidden;
}

#menu table{
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	border-collapse: collapse;
}

#menu table td{
	vertical-align: bottom;
	width: auto;
	text-align: left;
}


#menu table td.spacer{
	vertical-align: middle;
	padding-top: 5px;
}

#menu table td.spacer p{
	background-color:#3EA2D6;
	height:10px;
	font-size: 10px;
	float: right;
	width: 185px;
	margin: 0;
	text-align: right;
}

#menu table td a {
	text-decoration: none;
}

#menu table td a.shadow {
	color: #014A6D;
}

#menu table td a.clear {
	color: #3EA2D6;
}

#menu table td a.selected {
	font-size: 25px;
	color: white;
}

#menu table td a:hover {
	font-size: 25px;
}

/* BANDEAUX BLEUS */
.actuTitle{
	width: 100%;
}

.actuTitle td.textActu{
	width: 10px;
}

.actuTitle td.textContact1{
	width: 153px;
}

.actuTitle td.textContact2{
	width: 132px;
}

.actuTitle td.spacer p{
	background-color:#3EA2D6;
	height:10px;
	font-size: 10px;
	float: right;
	width: 100%;
	margin: 0;
	text-align: right;
}

.actuTitle td.spacer{
	vertical-align: middle;
	padding-top: 5px;
}


/*-------------------------------------
NEWSLETTER
-------------------------------------*/
.newsTopTitle{
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.news{
	margin-top: 20px;
}
.news h2{
	margin: 0px;
	font-size: 16px;
	color: #3EA2D6;
}

.news .date{
	margin: 0px;
	margin-bottom: 3px;
	color: #014A6D;
	font-weight: bold;
	font-size: 11px;
}

.news p{
	margin: 0px;
	margin-bottom: 3px;
}

.viewNews, .newsButton{
	text-decoration: none;
	color: #B6851F;
	font-weight: bold;
}

.viewNews {
	font-size: 11px;
}

.pdfLink
{
	color: white;
}


.newsButton {
	font-size: 14px;
}

.cutText {
	height: 67px;
	overflow: hidden;
}

#hiddenNews, .hiddenText{
	display: none;
}

/*-------------------------------------
CONTACT
-------------------------------------*/

.formLabel{
	color: #3EA2D6;
	display: inline-block;
	width: 80px;
	text-align: left;
	vertical-align: top;
}

.exemple{
	font-size: 10px;
	color: gray;
}

#contactInfos{
	margin-top: 15px;
}

#contactText{
	margin-top: 15px;
	margin-bottom: 20px;
}