@import url("http://lrdsign.com/css/reset-em.css");

*{

}
body{
	margin:0px;
	padding:0px;
	background-color: #252525;
	text-align:center;/*ie*/
	font-size : 16px;
}
* html div{
	/*overflow : hidden;*/
	}
p{
	font-size : 100%;
	margin-bottom : 0.8em;
}
h1, h2, h3, h4, h5, h6{
	font-weight : bold;
	margin-bottom : 0.9em;
	line-height : 1.4em;
}
h1{	font-size : 3em;}
h2{	font-size : 2em;}
h3{	font-size : 1.5em;}
h4{	font-size : 1.3em;}
h5{	font-size : 1.2em;}
em{ font-style : italic;}
strong{ font-weight : bold; color : white;}
#footer{
	width : 920px;
	margin: auto;
	text-align : right;
	color : #17526f;
	clear : both;
	padding-right : 20px;
	font-size : 0.6em;
	font-family : consolas;
	font-weight : bolder;
	padding-bottom : 5px;
}
#footer a{	color : #17526f;	text-decoration : none;}
#footer a:hover{	color: white;	text-decoration : underline;}

/* wrapper, little divitis but necessary for float control*/
#wrapper{
	width : 950px;
	margin : auto;
	
}

/* segment central columns go inside*/
#center{
	margin-top: -50px;
	width: 940px;
	float: left;
	text-align : left; /* ie mais ne fait pas de mal */
	
}


.colonne{
	float: left;
	position : relative;
	min-height : 400px;
	z-index : 0;
	border-right-width: 5px;
	border-right-style: solid;
	border-left-width: 5px;
	border-left-style: solid;	
	border-bottom-width: 5px;
	border-bottom-style: solid;	
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	padding-bottom : 30px;
	margin-right: 10px;
	height: auto!important;
	height: 400px;
}
* html .colonne{
	overflow-x : hidden;
}
/* B32 = 2 colonnes : triple simple */
#center.b32 .colonne{
	width : 530px;
	
}

#center.b32 #B.colonne{
	width : 340px;
	margin-right : 0px;
	
}

/* B311 = trois colonnes : triple, simple, simple */
#center.b311 .colonne{
	width : 530px;
}

#center.b311 .colonne + .colonne{
	width : 150px;
}

#center.b311 .colonne + .colonne +.colonne{
	width : 150px;
	margin-right : 0px;
}

/* B212 = trois colonnes : double simple double*/
#center.b212 .colonne{
	width : 340px;
}
#center.b212 #B.colonne{
	width : 150px;
}
#center.b212 #C.colonne{
	margin-right : 0px;
}



/* stickys on column, images on columns */
#center.b212 #B.colonne .sticky{
	width:100%;
	padding-right : 30px;
	left:-15px;
	text-align:right;
	position : relative;
}

#center.b212 .colonne#B div.columnimage{
	width : 100%;
	padding-top:20px;
	padding-bottom:20px;	
	border-left: 5px #666666 solid;
	border-right: 5px #666666 solid;	
	background-color:#333333;
	text-align:center;
}



.columnimage{
	width : 100%;
	padding-right : 30px;
	position:relative;
	left : -15px;
	z-index:500;
	display : block;
}

img.columnimage{
	padding : 0px;
	width : auto;
	margin-bottom : 1em;
}

#chapeauxlmqv{
	text-align:left;
	padding-right:10px;
	
}

.sticky p{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;	
	font-size:0.9em;
	font-weight : bold;
	margin-top:0px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	position:relative;
	text-align:right;
	width : 145px;
	background-color:#0f0f0f;
	padding-right:10px;
	border-right: #353535 5px solid;
	
}
.sticky img{
	display : block;
}

.lmqv_visuel{
	margin-top : 30px;
	width : 100%;
	margin : auto;
	text-align : center;
	background-color : #333;
	}

p.reseaux a span.legend{
	display:none;
}

p.reseaux{
	margin-top:-15px;
	margin-bottom:0px;
	text-align:right;
}
/* column flavors */
.red{
	background-color : #a80d39;
	border-color: #8a0f32;
}
.blue{
	background-color:#241154;
	border-color: #202164;
}
.grey{
	background-color:#141414;
	border-color: #353535;
}	
.ciel{
	background-color: #17526f;
	border-color: #0c78b0;
}
.nothing {
	background-color : transparent;
	border-color : transparent;
 }
.snow{
	background-color:#EAEAEA;
	color:#575757;
	border-color:#bdbdbd;
}

.snow h1, .snow h2, .snow h3, .snow h4{
	color:#0099FF;
	background-color:white;
	border-left: solid 4px #0099FF;
	padding-left:8px;
	margin-top:20px;
	width : 60%;
	
}

.snow h2:before{
	content : "";
}



/* TYPO */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#d7d6d6;
}

h1, h2, h3, h4, h5 {
	color : white;
}
h2:before{
	content:"+ ";
	color:white;
}
.colonne{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	line-height : 1.5em;
}
a{
	color:white;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
blockquote:before{
	content: "\00AB";
	color: white;
	display : inline;
	font-size : 19px;/* FIX ME */
	font-weight : bold;
}
blockquote:after{
	content: "\00BB";
	color: white;
	display : inline;
	font-size : 19px;/* FIX ME */
	font-weight : bold;
	margin-left : 50%;
}


#center.b212 .colonne + .colonne  h3{
	width:160px;
	margin-left:-15px;
	margin-top:10px;
	padding-left:15px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
	/*text-align : center;*/
	background-color : black;	
}

#center.b212 .colonne + .colonne  +.colonne h3{
	width:350px;
}

#chapeauxlmqv li{
	list-style-type: none;
}
#chapeauxlmqv li:before{
	display : inline;
	color : white;
	content : "+ ";
	
}

.grey strong{
	color : #0c78b0;
	font-weight : bolder;
}


.snow a{
	color : #0c78b0;;
}

/* TYPO LISTES */

ul.ndates{
	margin-left: 5px;
	padding-left: 0px
}
ul.ndates li{
	list-style-type: none;
	margin-top: 10px;
	margin-bottom : 0px;
	margin-top : 0px;
	
}

ul.ndates li:before{
	content: "+ ";
	text-decoration : none;
	color : white;
	font-weight:bolder;
}
ul.ndates li{
	padding-top : 12px;
	padding-left : 12px;

}

/* LISTE EQUIPE */

ul.equipe{
	margin : 0px;
	padding : 0px;
	width : 60%;
}
ul.equipe li{
	display: inline;
}
ul.equipe li:before{
	content:" + ";
	color : white;
}
* html ul.equipe li{
	padding-left : 10px;
	background-image: url(bulletPlus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.equipe li.last:after{
	content : ".";
	color :red;
}

.lmqv {  text-decoration: underline}
.volet {  font-style: italic; color: #FFFFFF}

.wordpress h2:before{
	content:" ";
}


/* MAIN NAVIGATION  */

.ciel #navigation2{
	background: transparent url(../css/shadow_bottom.gif) bottom repeat-x;
	padding-bottom : 40px;
	width : 100%;
	padding-left : 10px;
	padding-right : 10px;
	position : relative;
	left : -10px;
}
#navigation2{
	
}
#navigation2 li a:hover{	font-style : italic;}
#navigation2 li a:hover:before{content : "///";}


#navigation2 li#current-page>a:hover{	font-style:normal;}
#navigation2 li#current-page>a:hover:before{	content : "";}

#navigation2 ul{	padding-left : 15px;	padding-right : 15px;}
#navigation2 ul ul{	padding-right : 5px;} /*FIX ME : pourquoi  ça ?*/
#navigation2 li{	list-style : none;	line-height : 24px;	margin-bottom : 0px;height:1%;}

#navigation2 li#current-page,
.wordpress .current-cat,
body.wordpress .sidebar span#main-b-title{
	padding-top : 2px;
	padding-bottom : 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#navigation2 li#current-page a, 
.wordpress li.current-cat a,
.wordpress #main-b-title a{	font-weight : bold;	font-size : 1.3em;	text-decoration : none;
}

.ciel #navigation2 li#current-page ,
.wordpress .ciel li.current-cat{	background-color : #154a64;}

.ciel #navigation2 li#current-page a,
.wordpress .ciel li.current-cat a, 
.wordpress #main-b-title a{	color:#0099FF;}

.ciel #navigation2 li#current-page ul a,
.wordpress .ciel li.current-cat ul a{
	color : white;
	text-decoration : underline;
	font-size : 1em;
}

/*#navigation2 li:before,
.wordpress .sidebar #categories li:before{
	content : ">  ";
	
}*/
#navigation2 li,
.wordpress .sidebar #categories li{
	background-image:url(../css/li.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:8px; 
	
	
}
#navigation2 li#current-page,
.wordpress .sidebar #categories li{
	background-image:none;
}
#navigation2 li#current-page a{
	background-image:url(../css/nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	display : block;
	width : 95%;
	left : -33px;
	padding-left : 33px;
	position : relative;
}
#navigation2 #current-page.thehome{
	width : 50%;
	
	
}
#navigation2 ul li#current-page li a
{
	display : inline;
	left : 0px;
	padding-left : 0px;

}
#navigation2 li#current-page li{
	
}
#navigation2 li li#current-page a{
	left : -56px;
	padding-left : 56px;
}


#navigation2 li li li#current-page a{
	left : -79px;
	padding-left : 79px;
}
#navigation2 li li li li#current-page a{
	left : -102px;
	padding-left : 102px;
}
#navigation2 li#current-page li a{
	background-image:none;
}

body.home #navigation2 ul li ul{
	display : none;
}
/* VRAC */
#irplayer{
	display:block;
}
.centermeplease{
	display : block;
	text-align : center;
	line-height: 50%;
}
.centermeplease img{

}

a img{
	border:none;
	outline : none;
}
img[usemap], object[usemap] {
  
  border : none;
}
area{
	border : 2px red solid;
}
a[href $='.pdf'] { 
   padding: 6px 0px 6px 30px;
   width : 60%;
   background: transparent url(/css/pdficon.gif) no-repeat 6px center;
   border : 1px white dotted;
   display : block;
   margin:auto;
   

   
}

/* BLOG */

/* TITRE PRINCIPAL LOGO */

#top{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	height:50px;
	z-index:900;
	text-align : right;
	width : 100%;
	height : 55px;
overflow :hidden;	
	
	
}
#top h1, #top span{
height :55px;
width :950px;
position :relative;
margin : auto;
margin-top : 0px;
display : block;
}
#center{
	margin-top : -55px; /*FIXME ::: REMMETTRE LA HAUT !!!!!!!!!!!! */
	
}
/* TITRE  LOGO */
#top h1 span, #top span span{display : none;}

#top #logo{
	display : block;
	height : 55px;
	top : 0px;
	right :20px;
	width : 100px;
	/*margin : auto;*/
	background : url(/logos/logo2009.gif) transparent right top no-repeat;
	z-index : 1600;
	position : absolute;
}


body.wordpress #top #blog-title{
	/*width : 920px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	height:55px;
	line-height:50px;*/
}

/* TITRE NAVIGATION*/
#main-b-title{
	padding : 4px;
	display : block ; 
	margin-top : 28px;
	/*border-top : 1px solid white;*/
	height : auto;
	height : 1%;
	
}
#top{
	
	
}
body.wordpress .sidebar{
	
}
body.wordpress .grey .sidebar span#main-b-title a{ color : #B5B5B5;}

body.wordpress .sidebar #main-b-title a{
	width : 100%;
	padding-right : 29px;
	display : block;
	text-align : right;
	
	
	
}
body.wordpress .ciel .sidebar span#main-b-title{ background-color : #154a64;}
body.wordpress .grey .sidebar span#main-b-title{ background-color : #0e0e0e;}
body.wordpress .grey .sidebar span#main-b-title a{ color : #B5B5B5;}

body.wordpress .grey .sidebar span#main-b-title a{
	background : url(../css/nav_bullet_blogtitle_grey.gif) transparent bottom right no-repeat;
}
body.wordpress .ciel .sidebar span#main-b-title a{
	background : url(../css/nav_bullet_blogtitle.gif) transparent bottom right no-repeat;
}



body.wordpress .entry-title{
	font-size : 2em;
	font-family : Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif ;
	font-weight : normal;
	
}
body.wordpress .entry-title a{
	text-decoration : none;
	border-bottom : 1px solid white;
}

body.wordpress .entry-content{
	font-size : 1.1em;
}
body.wordpress .comments h3{
	font-family : Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif ;	
	font-size : 1.5em;
}


body.wordpress .comments ol{	margin-left : 0px;	padding-left : 0px;	list-style-position : inside;}
body.wordpress .comments li .avatar{	display : none;}
body.wordpress .comments li *{	display : inline;}
body.wordpress .comments li .comment-author{	color : #ff1457;	font-weight : bolder;	font-size : 1.2em;}
body.wordpress .comments li .comment-author a{color : #61000f;	text-decoration : none;}
body.wordpress .comments li .comment-author a:hover{	text-decoration : underline;}

body.wordpress .comments li.alt{	background-color : #b80e3e;}
body.wordpress .comments li.alt .comment-author{ color : #61000f;}

body.wordpress .comments li{
	background-color : #930b32;
	padding-bottom : 15px;
	padding-top : 10px;
	width : 100%;
	padding-left : 10px;
	padding-right : 10px;
	margin-left : -10px;
	color : #eeeeee;
	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	line-height : 1.25em;
	font-size : 1.1em;
	font-weight : bold;
}


body.wordpress .comments .comment-meta{	display : block;	font-size : 0.75em;	margin-top : 3px;}

body.wordpress .red #respond textarea{
	background-color : #930b32;
	color : white;
	border : none;
	/*border : 1px white dashed;*/
}


/* YAPB RELATED */
body.wordpress .yapb-thumb{	margin-bottom : 10px;}

/* NAVIGATION BLOG */
.colonne .sidebar{height:1%;}

.colonne .sidebar ul{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

.colonne .sidebar li{	list-style:none;}
.wordpress .colonne .sidebar ul li{}

.entry-meta .meta-sep{
	margin-left : 0.3em;
}

.wordpress .entry-meta .label{ display : none;}

.wordpress .meta-sep:before{
	content : "\00b7";
	font-weight : bolder;
	color : white;
	margin-left : 0.0em;
	margin-right : -0.1em;
}

.wordpress .comments-link a{
	padding-left : 19px;
	background: transparent url(../css/20-trans.png) top left no-repeat;
	margin-left : -2px;
	
}

.wordpress .comments-link a:hover{
	background: transparent url(../css/19-trans.png) top left no-repeat;
}

.wordpress .edit-link a{
	padding-left : 15px;
	background: transparent url(../css/24-trans.png) top left no-repeat;/* 24 c mieux*/
}

.wordpress .tag-links{
	padding-left : 19px;
	background: transparent url(../css/33-trans.png) top left no-repeat;
	
}

.wordpress.archive .page-title{
	font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size : 3em;
	
}
.wordpress.archive .page-title span{
	font-style : italic;
}

.wordpress .post{
	padding-right : 10px;
	padding-left : 10px;
	width : 100%;
	margin-left : -10px;
	padding-bottom : 38px;

}
.wordpress .red .post {background: transparent url(../css/shadow_red_b.gif) bottom repeat-x;}
.wordpress .grey .post{background: transparent url(../css/shadow_grey_b.gif) bottom repeat-x;}

.wordpress .entry-title{
	width : 100%;
	padding-left : 10px;
	padding-right : 10px;
	margin-left : -10px;
	padding-top : 38px;
	width : 100%;
	padding-left : 10px;
	padding-right : 10px;
	margin-left : -10px;
	margin-top : 0px;
}
.wordpress .red .entry-title {	background: transparent url(../css/shadow_red_t.gif) top repeat-x;}
.wordpress .grey .entry-title{	background: transparent url(../css/shadow_grey_t.gif) top repeat-x;}

.wordpress .entry-meta{
	padding : 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size : 0.9em;
	margin-top : 3px;
}

.wordpress .red .entry-meta{background-color : #8a0f32;}
.wordpress .grey .entry-meta{background-color : #0b0b0b;}

.wordpress .nav-previous{
	text-align : left;
	width : 50%;
	padding-right : 50%;
}

.wordpress .nav-next{
	text-align : right;
	padding-left : 50%;
	width : 50%;
}


.wordpress #post-navigation-below{
	margin-top : 20px;
	font-size : 0.9em;
}

.wordpress #post-navigation-below a{
	text-decoration : none;
	border-bottom : 1px solid white;
}

input{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding : 3px;
}
.grey input{
	background-color : black;
	border : none;
	color : #CCC;

}

.ciel input{
	background-color : #053046;
	border : none;
	color : white;
}

.red input{
	background-color : #930b32;
	color : white;
	border : none;
}


#oldish{

}
#showdish .label{
	display : none;
}
#showdish{
	width : 100%;
	height:31px;
	padding-right: 20px;
	margin-left: -10px;
	display:block;
	background: transparent url(../../../../css/oldishup.gif) top repeat-x;*/
}
#showdish.closed{
	background: transparent url(../../../../css/oldishdown.gif) top repeat-x;*/
}
#showdish.open{
	background: transparent url(../../../../css/oldishup.gif) top repeat-x;*/
}

/* LIGHT BOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
