/* styles */

@import url(reset.css);

strong {
  font-weight: 900;
}
em {
  font-style: italic;
}
sup {
  font-size: .7em;
  vertical-align: super;
}
abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted black;
}
abbr {
  text-transform: capitalize;
}
acronym {
  text-transform: uppercase;
}
label, button {
  cursor: pointer;
}

a, a:link, a:focus, a:visited{
	color: #0084ff;
}
a:hover{
	color: #0084ff;
}


.dnone{
	display: none;
}

html {
  font-size: 100%;
  padding:0;
  margin:0;
}

body {
  font-family: Verdana, 'Trebuchet MS', 'Lucida Sans', arial, tahoma, verdana, helvetica,'Bitstream Vera sans', sans-serif;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #222222;
  color: #666;
}

/* Structure */

.center{
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 300px;
	display: block;
	background: transparent url(header.jpg) repeat-x top left;
/*	position: fixed;*/
	top: 0;
	text-align: center;
	left: 0;
	z-index: 10;
}

#header .center{
	width: 1000px;
}

#header h1{
	width: 180px;
	height: 260px;
	display: block;
	float: left;
}
#header object{
	width: 750px;
	height: 240px;
	margin-top: 20px;
	display: block;
	float: right;
}
#header h1 a{
	width: 180px;
	height: 260px;
	display: block;
	background: transparent url(logo.jpg) no-repeat top left;
}

#menu{
	height: 34px;
	padding: 3px 0;
	display: block;
	clear: both;
	background: transparent url(menuSeparator.jpg) no-repeat left 3px;
}
#menu li{
	float: left;
}
#menu li.dDay{
	float: right;
	line-height: 34px;
	color: #ffffff;
	font-size: 0.7em;
}
#menu li a{
	text-shadow: 1px 1px 1px #000;
	color: #d3d3d3 !important;
	font-family: arial, sans serif;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 34px;
	padding: 0 20px;
	font-variant: small-caps;
	background: transparent url(menuSeparator.jpg) no-repeat top right;
}
#menu li a:hover, #menu li a.selected{
	color: #0084ff !important;
}

#content{
	clear: both;
	overflow: hidden;
	width: 1000px;
	padding: 15px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.ctDate{
	display: block;
	overflow: hidden;
	width: 1000px;
	clear: both;
	margin-bottom: 50px;
}

.ctDate .ct{
	display: block;
	overflow: hidden;
	width: 880px;
	padding: 10px;
	float: right;
	text-align: justify;
	background: #333333 url(ct.jpg) no-repeat top right;
	min-height: 180px;
}

.cT{
	display: block;
	overflow: hidden;
	width: 980px;
	padding: 10px;
	float: right;
	text-align: justify;
	background: #333333 url(ct.jpg) no-repeat top right;
	margin-bottom: 50px;
	min-height: 180px;
}

.ctDate .ct h2, .cT h2{
	display: block;
	color: #0084ff;
	border-bottom: 1px solid #0084ff;
	font-family: georgia , serif;
	font-variant: small-caps;
	text-shadow: 1px 1px 1px #000;
}

.ctDate .ct .ctDetail, .cT .ctDetail{
	color: #bbbbbb;
	padding: 20px 0 0 50px;
	font-size: 12px;
}

.ctDate .ct .ctDetail p, .cT .ctDetail p{
	padding: 0 0 15px 0;
}

.ctDate .ct .ctDetail img, .cT .ctDetail img{
	float: left;
	border: 1px solid #bbbbbb;
	margin-right: 20px;
}

.ctDate .date{
	float: left;
	width: 60px;
	height: 60px;
	background: transparent url(date.png) no-repeat top left;
	font-family: georgia , serif;
	font-size: 14px;
}

.ctDate .date .yr{
	width: 54px;
	height: 25px;
	padding: 3px ;
	display: block;
	color: #990000;
	text-shadow: 1px 1px 1px #000;
}

#footerPage{
	padding-bottom: 120px;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 50px auto 0 auto;
	padding-top: 15px;
	background-color: #121212;
	border-top: 1px solid #666666;
	font-size: 10px;
}

#footerPage .center{
	text-align: justify;
	width: 1000px;
	display: block;
	color: #ffffff;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	text-shadow: 1px 1px 1px #000;
}

#footerPage .center .links{
	margin-top: 15px;
}

#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 95px;
	padding: 10px 0 0 0;
	display: block;
	background: transparent url(footer.jpg) repeat-x top left;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

#footer .center{
	text-align: justify;
	width: 1000px;
	height: 95px;
	display: block;
	color: #ffffff;
	font-size: 10px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#footer .center .infos{
	float: left;
}

#footer .center .suivre{
	text-align: right;
	float: right;
	line-height: 20px;
}






#footerPage a{
	color: #ffffff !important;
	border: none;
	text-decoration: none;
}

#footerPage h3{
	color: #ffffff !important;
	font-family: georgia, serif;
	font-size: 14px;
}

.partager{
	text-align: right;
	background-color: #333333;
	margin: 20px auto;
	display: block;
	padding: 10px;
	font-size: 0.8em;
	clear: both;
}
.partager h3{
	display: inline;
}
.partager ul{
	float: right;
	padding-left: 5px;
	clear: both;
	overflow: hidden;
}
.partager ul li{
	float: left;
	padding: 1px;
}
.partager ul li a{
	display: block;
	height: 20px;
	width: 20px;
}

.mesLiens{

}

.liens{
	
}

.liens li{
	width: 20%;
	float: left;
	display: block;
	border-bottom: 1px dotted #666666;
}
.liens li a{
	padding: 5px 20px;
	margin: 2px 5px;
	display: block;
}




















.links{
	text-align: center;
}

.links li{
	display: inline;
}

.links li a{
	padding: 12px 12px 13px 13px !important;
}

.fb a{
	background: transparent url(../fichiers/images/fblogo.png) no-repeat center center;
}

.twt a{
	background: transparent url(../fichiers/images/twtlogo.png) no-repeat center center;
}








/* Contact */

#formcontact{
	clear: both;
	display: block;
	overflow: hidden;
	padding-left: 80px;
}

#formcontact li{
	clear: both;
	overflow: hidden;
	display: block;
	width: 600px;
	border-bottom: 1px dotted grey;
	padding: 5px 0;
}
#formcontact li label{
	float: left;
	width: 300px;
	display: block;
	color : #0084ff;
	font-weight: bold;
}
#formcontact li input{
	float: right;
	width: 290px;
	display: block;
}

#formcontact li input[type=submit]{
	float: none;
	width: 290px;
	display: inline !important;
}

#formcontact li.submit{
	text-align: center;
}

span.obligatoire{
	color: #ff0000;
}

#formcontact li.textarea label{
	clear: both;
	float: none;
	display: block;
	padding-bottom: 5px;
	width: 100%;
}
#formcontact li.textarea textarea{
	width: 500px;
	display: block;
	height: 300px;
	margin: 0 0 0 50px;
}

#formcontact li p.warning{
	color: #ff0000;
	display: none;
	clear: both;
	padding: 0;
}


#formcontact li.notassigned p.warning{
	display: block;
}


p.important{
	padding: 10px !important;
	margin: 10px 0;
	border: 1px solid #0084ff;
}













