* {
	margin: 0;
	padding: 0;
}


body {
	background: #FFF top left repeat-x;
	color: #000;
	font-size: 13px;
	font-family: Arial, Verdana, sans;
}

/* -------------------------------------------------------- Text formation --- */
#center p {
	line-height: 22px;
	margin-bottom: 12px;
}

#content #center .block ul,
#content #center .block ol {
margin : 0 1.5em 1.5em
}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

h1, h2, h3, h4, #header-block, label, #footer, .title {
	font-weight: normal;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans;
	color: #404c57;
}

#center h1 {
	font-size: 22px;
	background: transparent url(img/play-icon.gif) left center no-repeat;
	padding-left: 25px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

.


#center small {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans;
	font-size: 10px;
	color: #ac90a7;
}


a, a:link, avisited {
	text-decoration: none;
	color: #3c88a0;
	outline: 0;
}

a:hover, a:focus {
	color: #404c57;
}

#menu a, #menu a:link, #menu a:visited {
	line-height: 36px;
	font-size: 14px;
	/* text-transform: lowercase; */
	font-weight: bold;
	outline: none;
	text-decoration: none;
	text-align: center;
	color: #404C57;
}

#menu a:hover, #menu a:focus {
	color: #3C88A0;
}

input.text, textarea {
	border: 1px #404c57 solid;
	background: #fff;
	padding: 2px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans;
	vertical-align: middle;
	font-size: 12px;
}

label {
	font-weight: bold;
}

button {
	height: 15px;
	width: 23px;
	background: transparent url(img/play-icon.gif) left center no-repeat;
	border: 0;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/* ---------------------------------------------------------------- Layout --- */
#wrap {
	width: 916px;
	margin: 10px auto 30px;
	position: relative;
}	

#header {
	position: relative;
	height: 110px;
	display: block;
	background: transparent url(img/header.jpg) top left no-repeat;
}


* html #header {
	background: transparent url(img/header.jpg) top left no-repeat;
}

#header #logo {
	background: transparent;
	height:65px;
	left:45px;
	position:absolute;
	top:25px;
	width:300px;
	display: block;
	text-indent: -9999px;
}

#header .ad {
	position: absolute;
	display: block;
	height: 60px;
	width: 468px;
	top: 28px;
	left: 370px;
}

#menu {
	background: transparent url(img/menu-bg.jpg) top left no-repeat;
	height: 42px;
	display: block;
	position: relative;
}


* html #menu {
	background: transparent url(img/menu-bg.jpg) top left no-repeat;
}

/*
#menu li a {
	background: transparent url(img/menu-hover-r.png) center right no-repeat;
	padding: 0 0 0 10px;
	display: block;
	float: left;
}

#menu li a span {
	background: transparent url(img/menu-hover-l.png) center left no-repeat;
	display: block;
	margin: 0 0 0 10px;
	float: left;
}
*/

#menu ul {
	list-style-type: none;
	margin: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	margin: 0;
	width: 183px;
	text-align: center;
}

#content {
	position: relative;
	margin-top: -8px;
}

#center {
	margin-left: 164px;
	margin-right: 164px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 164px;
	margin-right: 164px;
	position: absolute;
	z-index: 10;
	width: 588px;
}

html>body #center {
	margin-left: 164px;
	margin-right: 164px;
}

#center .block {
	width: 588px;
}

#center .block .top {
	background: transparent url(img/block-top.png) no-repeat scroll left top;
	min-height: 193px;
}

* html #center .block .top { 
	background: transparent url(img/block-top.gif) no-repeat scroll left top;
	height: 193px; 
}

#center .block .bg {
	background:transparent url(img/block-bg.png) repeat-y scroll left top;
	padding:20px 20px 4px;
}

* html #center .block .bg { 
	background:transparent url(img/block-bg.gif) repeat-y scroll left top;
	height:100%; 
}

#center .block .bottom {
	background:transparent url(img/block-bottom.png) no-repeat scroll left top;
	height:17px;
	overflow:hidden;
}

* html #center .block .bottom { 
	background:transparent url(img/block-bottom.gif) no-repeat scroll left top;
	height: 100%; 
}

#center .comments .top {
	background: transparent url(img/comment-top.png) no-repeat scroll left top;
	min-height: 193px;
}

* html #center .comments .top { 
	background: transparent url(img/comment-top.gif) no-repeat scroll left top;
	height: 193px; 
}

#center .comments .bg {
	background:transparent url(img/comment-bg.png) repeat-y scroll left top;
	padding:20px 20px 4px;
}

* html #center .comments .bg { 
	background:transparent url(img/comment-bg.gif) repeat-y scroll left top;
	height:100%; 
}

#center .comments .bottom {
	background:transparent url(img/comment-bottom.png) no-repeat scroll left top;
	height:17px;
	overflow:hidden;
}

* html #center .comments .bottom { 
	background:transparent url(img/comment-bottom.gif) no-repeat scroll left top;
	height: 100%; 
}

#center .inner {
	margin-top: -193px;
	min-height: 193px;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

.col {
	position: absolute;
	top: 0;
	width: 168px;
	z-index: 0;
}

.col .block {
	width: 168px;

}

.col .green .top {
	background: transparent url(img/col-green.png) no-repeat scroll left top;
	min-height: 130px;
}

* html .col .green .top { 
	background: transparent url(img/col-green.gif) no-repeat scroll left top;
	height: 130px; 
}

.col .blue .top {
	background: transparent url(img/col-white.png) no-repeat scroll left top;
	min-height: 18px;
}

* html .col .blue .top { 
	background: transparent url(img/col-white.gif) no-repeat scroll left top;
	height: 18px; 
}

.col .pink .top {
	background: transparent url(img/col-white.png) no-repeat scroll left top;
	min-height: 18px;
}

* html .col .pink .top { 
	background: transparent url(img/col-white.gif) no-repeat scroll left top;
	height: 18px; 
}

.col .block .bg {
	background:transparent url(img/col-bg.png) repeat-y scroll left top;
	padding:20px 20px 4px;
}

* html .col .block .bg { 
	background:transparent url(img/col-bg.gif) repeat-y scroll left top;
	height:100%; 
}

.col .block .bottom {
	background:transparent url(img/col-bottom.png) no-repeat scroll left top;
	height:18px;
	overflow:hidden;
}

* html .col .block .bottom { 
	background:transparent url(img/col-bottom.gif) no-repeat scroll left top;
	height: 100%; 
}

.col .inner {
	margin-top: -18px;
	min-height: 36px;
}

* html .inner {
	display: block; 
	position: relative; 
}

*+html .block .bg { 
	display: inline-block;
}

#header-block {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 170px;
	font-size: 10px;
	font-weight: bold;
}

.rss {
	line-height: 32px;
	background: transparent url(img/rss-icon.gif)0 0 no-repeat;
	margin-bottom: 10px;
padding-left: 32px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 10px;
}

.sidebar p {
	font-size: 10px;
}

.sidebar li li {
	margin: 0;
}

.sidebar ul ul {
	padding: 0 0 0 10px
}

.sidebar .tags li {
	padding: 0;
}

.decouvrir ul li {
	margin-bottom: 10px;
}

.comments ul {
	list-style-type: none;
}

.comments li {
	list-style-type: none;
	margin: 5px 0 5px 0;
}

.comments input.text {
	width: 200px;
}

.comments textarea {
	width: 545px;
}

#commentlist li {
	margin: 15px 0 5px 0;
}

.pre-footer {
	background: transparent url(img/pre-footer.png) top left no-repeat;
	height: 53px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

* html .pre-footer {
	background: transparent url(img/pre-footer.gif) top left no-repeat;
]

.pre-footer ul {
	list-style-type: none;
	padding: 5px 20px 5px 20px;
}

.pre-footer li {
	list-style-type: none;
	display: block;
}

.fine-print {
	margin-top: -5px;
	background: transparent url(img/footer.png) top left no-repeat;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 10px;
}

* html .fine-print {
	background: transparent url(img/footer.png) top left no-repeat;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;

  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;

}
#shadowbox_container {
  position: fixed;
  display: none;
  z-index: 500;
  text-align: center; /* centers #shadowbox in quirks and IE */
  font-family: Arial,, Helvetica, "Trebuchet MS", Verdana, serif;
  font-size: 12px;
}
#shadowbox_overlay {
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
   filter: alpha(opacity = 50);

}

#shadowbox_inner {
	top: 50%;
	left: 50%;
	position: absolute;
  margin: -137px 0 0 -180px;
  text-align: left; /* reset left alignment */
  height: 275px;
  width: 360px;
}

#shadowbox_bg {
  background: transparent url(img/more-info-bg.png) top left no-repeat;
  height: 275px;
  width: 360px;
}

* html #shadowbox_bg {
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/more-info-bg.png'); 
}

#closebutton {
	z-index: 900;
	position: absolute;
	top: 0px;
	right: 0px;
	background:url(img/close.png) top left no-repeat; 
	cursor: pointer;
	display: block;
	overflow: hidden;
	width:28px;
	height:28px;
}

* html #closebutton { 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/close.png'); 
}


#shadowbox_content {
	position: absolute;
	padding: 15px;
	
}

/*_______________________________________________________________  style  */

#more-info .title {
	font-size: 18px;
}

#more-info ul, #more-info li {
	list-style-type: none;
}

#more-info ul {
	margin: 15px 0 15px 0;
}

#more-info ul li {
	margin: 3px;
}

#more-info label {
	width: 125px; /* Width of labels */
	display: -moz-inline-stack; /* Pour Firefox 1-2 */
	display: inline-block; /* Ã‰crase la valeur prÃ©cÃ©dente si le navigateur comprend inline-block */
	*display: inline; /* Pour IE 7 */
	vertical-align: middle; /* Positionnement vertical du bloc */
	line-height: 14px;;
	text-align: right;
	margin-right:5px;
}


#nom {
	width: 150px;
}

#cp {
	width: 40px
}

#ddn-j, #ddn-m {
	width: 20px;
	margin-right: 5px;
}

#ddn-a {
	width: 30px;
}

#more-info .nowidth {
	width: 300px;
	margin: 0 0 0 5px;
	text-align: left;
}

#send2 {
	background:transparent url(img/envoyer.gif) no-repeat scroll left center;
	border:0 none;
	cursor:pointer;
	height:22px;
	float: right;
	vertical-align:middle;
	width:66px;
}
