/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Tunnel Prado Carrenage
    created:    2009-08-27
    author:     Guillaume KEMPFER

    summary:    RESET
    			GENERIC
    			HEADER
    			FOOTER
    			SHORTCUTS
    			MENU
    			SIDEBAR
    				=Level 2
    				=Control arrow
    				=Permanents Links
    				=Corners Permanents Links
    			MAINCORE
    			BLOCKS
    			ONLINE EDITOR
    
----------------------------------------------------------------------------- */

/*  =RESET
----------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, form, ul, ol, li, dl, fieldset, p, dd, td, th, blockquote{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
}

select, input, caption, label, td, th, span, table, textarea{
	font-size: 1em;
	font-family: sans-serif;
}

table{
	border-collapse: collapse;
	table-layout: fixed;
}

img, fieldset{
	border: none;
}

ul, ol, li{
	list-style-type: none;
}

textarea{
	overflow: auto;
}

input, label{
	vertical-align: middle;
}

acronym{
	cursor: help;
	border: none;
}

hr{
	display: none;
}

button, .button{
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
}

small{ font-size: 0.9em; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:70%; /* :INFO:1em = 11px */
    text-align:center;
    margin:0;
    height:100%;
    color:#4e4e4e;
	background: #fff url(../images/skin/bg-top2.jpg) repeat-x top left;
}

a {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

.break { 
	clear: both;
	display: block;
}

.hasJS .hideMe{ display: none; }

/*  =GENERIC CONTAINERS
----------------------------------------------------------------------------- */
#mainContainer{
	position: relative;
    margin: 0 auto;
    text-align: left;
	width: 973px;
	/*overflow: hidden;*/
}

#mainCore {
	background: url(../images/skin/bg-maincore-inside.png) no-repeat;
	min-height: 300px;
	width: 733px;
	float: left;
}

.floatl,
.object-left {
	float: left;
}

.floatr,
.object-right {
	float: right;
}

.object-center {
	text-align:center;
}
/*  =HEADER
----------------------------------------------------------------------------- */

#header {
	margin-top: 5px;
	position: relative;
}

#header,
#header .header-top,
#header .header-bottom {
	width: 970px;
}

#header .header-top {
	background: url(../images/skin/bg-header.png) 0 0 no-repeat;
	height: 20px;
}

#header .header-content {
	background: url(../images/skin/bg-header-mid.png) 0 0 repeat-y;
	height: 266px;
	padding: 0 20px;
}

#header .header-bottom {
	background: url(../images/skin/bg-header-bottom.png) 0 100% no-repeat;
	height: 18px;
	z-index: 100;
	position: absolute;
	bottom: 0;
}

#header .header-content #logo-tpc {
	float: left;
}

#header .header-content #logo-marseillef {
	float: right;
	margin-top: 10px;
}

#header #header-images {
	position: absolute;
	bottom: 6px;
	left: 9px;
	width: 956px;
	height: 187px;
	overflow: hidden;
}

#header #header-images img {
	width: 956px;
	height: 187px;
}

/*  =FOOTER
----------------------------------------------------------------------------- */

#footer {
	background: url(../images/skin/bg-footer.jpg) no-repeat;
	position: relative;
	height: 40px;
	width: 968px;
	clear: both;
	margin-bottom: 20px;
	padding-top: 75px;
}

#footer a {
	text-decoration: none;
}

#footer ul.links {
	float: right;
	line-height: 34px;
	margin-right: 20px;
}

#footer ul.links li {
	display: inline;
	padding-left: 5px;
}

#footer ul.links li a {
	color: #4e4e4e;
}

#footer p.copyr {
	float: left;
	line-height: 34px;
	margin-left: 20px;
}

#footer p.copyr a {	
	color: #b3b3b3;
}

#footer p.copyr a:hover {
	color: #f2ab00;
}

/* =devDurable
---------------------------------------- */
.devDurable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
}

/*  =SHORTCUTS
----------------------------------------------------------------------------- */

#shortcuts {
	background: url(../images/skin/bg-shortcuts.png) no-repeat;
	height: 18px;
	width: 93px;
	position: absolute;
	left: 30px;
	margin-top: 2px;
	padding-left: 5px;
}

#shortcuts ul li {
	display: inline;
	padding: 0 5px;
}

/*  =MENU
----------------------------------------------------------------------------- */

#menu {
font-size: 11px;	
line-height: 18px;
}

#menu ul {
	position: relative;
	float: right;
	padding-right: 20px;
}

#menu ul .menu{
	position: relative;
	display: inline;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #004a90;
	padding-bottom: 6px;
}

#menu ul .menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu ul .menu a.selected {
	color: #ffdd00;
}

#menu ul.subMenu {
	position: absolute;
	left: 0;
	top: 18px;
	padding: 8px 15px;
	background: #fff url(../images/skin/bg-submenu.png) 50% 0 repeat-y;
	border: 1px solid #d4d4d4;
	display: none;
}

#menu ul.subMenu li{
	display: block;
	color: #f2ab00;
	text-transform: none;
	text-shadow: none;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #d6d6d6;
	width: 130px;
}

#menu ul.subMenu li a{
	color: #00529e;
}

#menu ul.subMenu li a:hover{
	color: #b8005c;
}

#menu ul.subMenu li.last{
	border: none;
}

/*  =SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	clear: both;
	width: 240px;
	float: left;
	margin-top: 30px;
}

#sidebar ul {
	color: #4e4e4e;
	width: 100%;
}

#sidebar ul li {
	position: relative;
}
#sidebar ul li a {
	color: #4e4e4e;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 33px;
	line-height: 33px;
	margin: 0 15px 0 10px;
	padding-left: 15px;
	background: url(../images/skin/bg-sidebar-link.png) no-repeat 0 0;
	border-top: 1px solid #cbcbcb;
}

#sidebar ul li a:hover,
#sidebar ul li.selected a {
	background-position: 0 100%;
	color: #fff;
}

#sidebar ul li a span {
	display: block;
	height: 31px;
	font-size: 0.9em;
}

#sidebar ul li.first a {
	border: none;
}

/*  =Level 2
------------- */
#sidebar ul.level-2 {
	display: none;
}

#sidebar ul.level-2 li a {
	color: #4e4e4e;
	margin: 0 15px 0 30px;
	padding-left: 0;
	background: #f1f1f1;
	border-top: 1px solid #cbcbcb;
}

#sidebar ul.level-2 li a:hover,
#sidebar ul.level-2 li.selected a {
	color: #4e4e4e;
	background: #d1d1d1;
}

#sidebar ul.level-2 li a span {
	padding-left: 5px;
}

#sidebar ul.level-2 li a:hover span,
#sidebar ul.level-2 li.selected a span {
	padding-left: 6px;
}


/*  =Control arrow
------------- */
div#leftmenu ul li.level-1 a.control, 
div#leftmenu ul li.level-1 a.control:hover, 
div#leftmenu ul li.level-1 a.control.active {
	position: absolute;
	left: 1px;
	top: 8px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: url(../images/skin/control.png) no-repeat 0 0;
	border: none;
}

div#leftmenu ul li.level-1 a.control.active {
	background: url(../images/skin/control.png) no-repeat 0 100%;
}

div#leftmenu ul li.level-1 a.control span {
	display: none;
	height: 19px;
}


/*  =Permanents Links
------------- */
#sidebar .permanentsLinks {
	position: relative;
	background: #d1d1d1;
	margin-top: 20px;
	width: 95%;
}

#sidebar .permanentsLinks ul li a {
	color: #00529e;
	background: none;
	border: none;
}

#sidebar .permanentsLinks ul li a:hover span {
	padding-left: 2px;
}

.permanentsLinks .important a span {
	color: #a50053;
}

/*  =Corners Permanents Links
------------- */
.left-top  {
	position: absolute; 
	width: 15px; 
	height: 15px; 
	background: #f3f3f3 url('../images/skin/corner.png') no-repeat 0 0; 
	left: 0; 
	top: 0; 
}

.right-top	{
	position: absolute; 
	width: 15px; 
	height: 15px; 
	background: #f3f3f3 url('../images/skin/corner.png') no-repeat 100% 0; 
	right: 0; 
	top: 0; 
}

.left-bottom {
	position: absolute; 
	width: 15px; 
	height: 15px; 
	background: #f3f3f3 url('../images/skin/corner.png') no-repeat 0 100%; 
	left: 0; 
	bottom: 0; 
}

.right-bottom {
	position: absolute; 
	width: 15px; 
	height: 15px; 
	background: #f3f3f3 url('../images/skin/corner.png') no-repeat 100% 100%; 
	right: 0; 
	bottom: 0; 
}


/*  =MAINCORE
----------------------------------------------------------------------------- */

#mainCore {
	font-size: 1.1em;
}

#mainContainer.homepage #mainCore {
	background-image: url(../images/skin/bg-maincore.png);
}

#mainCore p#breadCrumb {
	display: block;
	color: #989898;
	margin: 20px 0 0 20px;
}

#mainCore p#breadCrumb a {
	color: #989898;
}

#mainCore .content {
	width: 692px;
	margin: 0 20px 0px 20px;
	clear: both;
	float: left;
}

#mainCore .content a {
	color: #ff9a00;
}

#mainCore .content h1 {
	color: #00529e;
	font-size: 18px;
	line-height: 2.1em;
	clear: both;
	float: left;
}

#mainCore .content h2 {
	color: #00529e;
	padding: 3px 0;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

#mainCore .content h2 a {
	color: #00529e;
	text-decoration: none;
}

#mainCore .content h2 a:hover {
	text-decoration: underline;
}

#mainCore .content h3 {
	color: #000000;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#mainCore .content h4 {
	color: #DB4800;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #DB4800;
	width: 100%;
	padding: 0 0 3px 0;
	margin-bottom: 5px;
}

#mainCore .content h5 {
	color: #000000;
	font-size: 16px;
	text-align: left;
	width: 100%;
	padding: 0 0 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
}

#mainCore .content h6 {
	color: #A50053;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}



#mainCore .content p {
	line-height: 16px;
	padding-bottom: 10px;
	text-align: justify;
}

/*
#mainCore .content img {
	display: block;
	clear: both;
}
*/

#mainCore .content span.floatl {
	margin-right: 20px;
}

#mainCore .content span.floatr {
	margin-left: 20px;
}

#mainCore .content span.image span.caption {
	display: block;
	clear: both;
	padding-top: 5px;
	font-style: italic;
	color: #989898;
	font-size: 11px;
}

#mainCore.inside .content h1 {
	margin-bottom: 10px;
}

/*  =Message warning
------------- */

div.message-warning {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

div.message-warning ul {
	margin-top: 10px;
	color: #ff9a00;
	font-weight: bold;
}

/*  =Vue line
------------- */

#mainCore .content-view-children {
	clear: both;
}

#mainCore .content div.line {
	clear: both;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
}

#mainContainer.homepage #mainCore .content .line.article {
	background: none;
	padding-bottom: 0;
}

#mainCore.inside .content div.line p  {
	padding-top: 10px;
}

#mainCore .content div.line .image.floatl,
#mainCore .content div.line img.floatl {
	padding-right: 10px;
}

#mainCore .content div.line div.btn-more {
	float: right;
} 

#mainCore .content div.line a.moreinfos {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#mainCore .content div.line a.moreinfos,
#mainCore .content div.line a.moreinfos span {
	background: transparent url(../images/skin/btn-moreinfos.png) no-repeat 0 0;
	color: #FFFFFF;
	display: inline;
	float: left;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
}

#mainCore .content div.line a.moreinfos span {
	background-position: 100% 0;
	position: relative;
  	right: -15px;
  	padding-right: 18px;
  	margin-left: 25px;
}


#mainCore .content div.line a.moreinfos:hover {
	text-decoration: underline;
}


#mainCore .content div.media.line {
	width: 305px;
	clear: none;
	float: left;
	background: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

#mainCore .content div.media.line h2 {
	float: left;
}

#mainCore .content div.media.line div.image{
	clear: both;
}

#mainCore .content div.media.line .inner-line {
	margin-top: 5px;
	clear: both;
	float: left;
	width: 100%;
}

#mainCore .content div.media.left {
	border-right: 1px solid #f2f2f2;
	padding-right: 30px;
	float: left;
}

#mainCore .content div.media.right {
	padding-left: 20px;
	float: left;
}

#mainCore .content .line-delimiter {
	clear: both;
	height: 8px;
	width: 100%;
	background: transparent url(../images/skin/line-separation.png) no-repeat 0 100%;
} 


/*  =Vue frontpage
------------- */

div.class-frontpage .content,
div.class-frontpage .blocks {
	padding-bottom: 20px;
}

div.class-frontpage .blocks {
	padding-bottom: 0;
}


/*  =Vue full
------------- */


/*  =Vue form
------------- */
#mainCore div.content div.form {
	/*position: relative;*/
}

#mainCore div.content div.form form {
	width: 390px;
}

#mainCore div.content div.form form div {
	padding-bottom: 10px;
}

#mainCore div.content div.form .message-warning {
	position: absolute;
	right: 10px;
	top: 50px;
}

#mainCore div.content div.form label {
	clear: both;
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
}

#mainCore div.content div.form label sup,
#mainCore div.content .required sup {
	color: red;
}

#mainCore div.content .required {
	font-size: 11px;
}

#mainCore div.content div.form input,
#mainCore div.content div.form textarea {
	border: 1px solid #CBCBCB;
}

#mainCore div.content div.form input {
	width: 250px;
}

#mainCore div.content div.form textarea {
	width: 250px;
}

#mainCore div.content div.form select {
	height: 20px;
}

#mainCore div.content div.form div.btn-submit,
#mainCore div.content div.form input.defaultbutton {
	background: transparent url(../images/skin/btn-moreinfos.png) no-repeat 0 0;
	color: #FFFFFF;
	display: inline;
	float: left;
	margin-right: 3px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	cursor: pointer;
}

#mainCore div.content div.form input.defaultbutton {
	display: inline;
	border: none;
	background-position: 100% 0;
	position: relative;
  right: -15px;
  padding-right: 22px;
  margin-left: 0;
  width: auto;
}

/*  =Vue album
------------- */

#mainCore div.content .line.album {
	text-align: center;
	width: 190px;
	background: none;
	float: left;
	clear: none;
	padding-right: 60px;
}

#mainCore div.content .line.album.right{
	margin-right: 0;
	padding-right: 0;
}

#mainCore div.content .line.album h2{
	float: left;
}

#mainCore div.content .line.album .image {
	height: 190px;
	width: 190px;
	overflow: hidden;
	background: #000;
}

#mainCore div.content .line.album img{
	display: block;
}

#mainCore div.content .line.album .caption{
	clear: both;
	width: 190px;
	padding-top: 10px;
}

#mainCore div.content .line.album .caption p{
	padding: 0;
}

#mainCore div.content .full-album .photos{
	clear: both;
}

#mainCore div.content .full-album .image{
	float: left;
	padding: 10px;
}

/*  =BLOCKS
----------------------------------------------------------------------------- */

.blocks {
	clear: both;
	float: left;
	padding-left: 12px;
	width: 700px;
}

.block {
	width: 232px;
	float: left;
	position: relative;
}

.block .block-content h2,
.block .block-content h2 a{
	color: #fff;
	text-align: right;
	text-shadow: 1px 1px 3px #005eb6;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
.block .block-content h2,
.block .block-content h2 a,
.block .block-bottom a {
	text-shadow: 1px 1px 3px #005eb6;
}

.block.blue .block-top,
.block .block-top {
	background: url(../images/skin/box-blue-top.jpg) no-repeat;
	height: 34px;
}

.block .block-body {
	/*padding-bottom: 10px;*/
	height: 90px;
	background: #007cf0;
}

.block .block-body a {
	color: #fff;
	text-decoration: none;
}

.block .block-content p {
	font-size: 12px;
	color: #01364c;
}

.block .block-content {
	height: 120px;
}

.block .block-content p.date {
	font-size: 10px;
	font-weight: bold;
}

.block .block-content a:hover span {
	border-bottom: 1px solid #fff;
}

.block .block-content a span,
.block .block-content strong {
	color: #70d0fd;
}

.block.blue .block-content,
.block .block-content {
	background: url( ../images/skin/box-blue-mid.jpg) repeat-y;
	min-height: 50px;
	padding: 0 25px; 
}

.block.blue .block-bottom,
.block .block-bottom {
	background: url( ../images/skin/box-blue-bottom.jpg) no-repeat;
	height: 40px;
	position: relative;
}

.block .block-bottom a {
	display: block;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 25px;
	font-weight: bold;
	font-size: 26px;
	
}

.block .block-bottom .previous {
	float: left;
}

.block .block-bottom .next {
	float: right;
}

/* Block Jaune 
------------------------------ */

.block.yellow .block-top {
	background-image: url( ../images/skin/box-yellow-top.jpg);
}

.block.yellow .block-content {
	background-image: url( ../images/skin/box-yellow-mid.jpg);
}

.block.yellow .block-content a span,
.block.yellow .block-content strong {
	color: #db4800;
}

.block.yellow .block-content p {
	color: #5d4600;
}

.block.yellow .block-content h2,
.block.yellow .block-content h2 a,
.block.yellow .block-bottom a {
	text-shadow: 1px 1px 3px #c0a700;
}

.block.yellow .block-bottom {
	background-image: url( ../images/skin/box-yellow-bottom.jpg);
}

.block.yellow .block-body {
	background: #ffdd00;
}


/* Block Vert 
------------------------------ */

.block.green .block-top {
	background-image: url( ../images/skin/box-green-top.jpg);
}

.block.green .block-content {
	background-image: url( ../images/skin/box-green-mid.jpg);
}

.block.green .block-content p {
	color: #285100;
}

.block.green .block-content a span,
.block.green .block-content strong {
	color: #2aa100;
}

.block.green .block-content h2,
.block.green .block-content h2 a,
.block.green .block-bottom a {
	text-shadow: 1px 1px 3px #84a907;
}

.block.green .block-bottom {
	background-image: url( ../images/skin/box-green-bottom.jpg);
}

.block.green .block-body {
	background: #abdc07;
}

/* Sitemap
-------------------------------*/

#sitemap a.link {
	color: #4E4E4E;
	text-decoration: none;
}

#sitemap a.link:hover {
	color: #A50053;
}

ul.sitemap-wrapper {
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 5px;
	/*border: 1px solid gray;*/
	background: #f3f3f3;
	width: 300px;
}

ul.sitemap-wrapper li ul {
	padding-left: 10px;
}

#sitemap .sitemap-level-0 a.link {
	text-decoration: underline;
	font-weight: bold;
}

#sitemap .sitemap-level-1 a.link {
	font-weight: normal;
	line-height: 1.5em;
}

#sitemap .hierarchy{
	clear: both;
}

/*  =POPIN
----------------------------------------------------------------------------- */
#masque{
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	background-color: #808080;
	height: 100%;
	width: 100%;
	display: none;
	cursor: pointer;
}

#popinContainer{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2001;
	text-align: center;
	width: 637px;
	margin-left: -318px;
}

.full.video #popinContainer,
.full.video #popinContentTop,
.full.video #popinContentBtm {
	width: 468px;
}

#popinContainer a#closeButton{
	position: absolute;
	display: block;
	top: 10px;
	right: 15px;
	height: 20px;
	width: 20px;
	background: url(../images/skin/bt-close.png) no-repeat 0 0;
}

#popinContainer a#closeButton:hover{
	background-position: 0 -20px;
}

#popinContentTop{
	width: 637px;
	height: 10px;
	overflow: hidden;
	background: url(../images/skin/bg-popin.png) no-repeat -637px 0;
}

#popinContentBtm{
	width: 637px;
	height: 14px;
	overflow: hidden;
	background: url(../images/skin/bg-popin.png) no-repeat -637px -10px;
}

#popinContent{
	background: url(../images/skin/bg-popin.png) repeat-y 0 0;
}

#popinContentToLoad{
	clear: both;
	padding: 10px;
	overflow: hidden;
}


#popinContentToLoad h1 {
    font-size: 18px;
}

/* 	Various formats */

.format1{
	height: 440px;
	margin-top: -220px;
	overflow: hidden;
}

.format2{
	height: 600px;
	margin-top: -300px;
	overflow: hidden;
}

.format1 #popinContent{ height: 416px; }

.format2 #popinContent .break { 
	margin-top: 20px; 
	text-align: justify;
	padding: 0 25px 15px 25px; 
}

/* 	Thanx IE =[ */

.msie6 #popinContentTop, .msie6 #popinContentBtm, .msie6 #popinContent{ background-image: url(../images/skin/bg_popin-ie6.png); }

/* height:100% for IE6 */
* html{height:100%;} 
* body{height:100%;}
* html body #masque{
	position: absolute;
	top:expression(documentElement.scrollTop+body.scrollTop);
}

/* position:fixed for IE6 */
* html { -background:url(null) fixed }
* html body #popinContainer{
	-position: absolute;
	-top:expression(10+documentElement.scrollTop+body.scrollTop);
	/* "-..." is for stupid IE7 */
}

/* vertical align for IE6 */
* html body #popinContainer{
	position: absolute!important;
	margin-top: 0!important;
	top:expression(documentElement.scrollTop+body.scrollTop+(documentElement.offsetHeight/2)-(this.offsetHeight/2))!important; 	
}


/*  =ONLINE EDITOR
----------------------------------------------------------------------------- */

/* List */
#mainCore .content ul,
#mainCore .content ol {
	margin: 0 0 10px 15px;
}

#mainCore .content ul li {
	list-style-type: disc;
	list-style-position:inside; 
}

#mainCore .content ol li {
	list-style-type: decimal;
	list-style-position:inside; 
}

/* Table */
#mainCore .content table td,
#mainCore .content table th {
	padding: 5px;
}

#mainCore .content p.text-left, #mainCore .content p.align_left, .align_left { text-align: left; }
#mainCore .content p.text-right, #mainCore .content p.align_right, .align_right { text-align: right; }
#mainCore .content p.text-center, #mainCore .content p.align_center, .align_center { text-align: center; }
#mainCore .content p.text-justify, #mainCore .content p.align_justify, .align_justify { text-align: justify; }

#mainCore .content #sitemap li { list-style-type:none; }

/* Colors */
.orange { color: #DB4800; }
.jaune  { color: #FFDD00; }
.bleu 	{ color: #00529E; }
.rose 	{ color: #A50053; }



/********* Lightbox ********** */

.blocSlider .masqueSlider #sliderPhoto a span.descPhoto {
    display: none;
}

#descPhoto {
	margin-top : 20px;
}

#sliderPhoto {
	margin-bottom : 20px;	
}

#overlayLightbox {
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.lightBox {
    display: none;
    height: 496px;
    width: 740px;
    padding: 15px;
    background: url(../images/lightbox/fond-lightbox.png) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -263px 0 0 -385px;
    z-index: 110;
}

.lightBox h2 {
    background: url(../images/lightbox/picto-fleche-actu.png) no-repeat center left;
    font-size: 2.5em;
    color: #756868;
    margin: 0 0 0 20px;
    padding: 20px 0 20px 35px;
    font-style: italic;
    text-align: left;
}

.lightBox .fermer img {
    float: right;
    margin: 15px 15px 0 0;
}

.lightBox p.chapeau {
    margin: 0 0 15px 55px;
    font-size: 1.4em;
    color: #756868;
}

.lightBox .barreGrise {
    background: #ded4d4;
    height: 8px;
    line-height: 0px;
    overflow: hidden;
}




/** Phototheque **/

#phototheque {
    padding: 20px 0 0 0;
}

.lightBox #phototheque {
    padding: 20px 0 0 35px;
}

#phototheque p {
    color: #5e5656;
    font-size: 1.2em;
    padding: 0 30px 30px 0;
}

#phototheque .photo {
    width: 320px;
    height: 240px;
    background: url(../images/lightbox/flash-player-big.jpg) no-repeat center center #000;
    float: left;
    margin: 0 30px 30px 0;
}

#phototheque .photo {
    background: none;
}

/** Slider Video et photo  **/

#phototheque .blocSlider {
    clear: both;
    position: relative;
    width: 590px;
    height: 53px;
    margin: 0;
    padding: 10px 40px 0 40px;
    background: url(../images/lightbox/fond-lightbox-slider.png) repeat-x;
}

#phototheque .blocSlider .sliderPrec, 
#phototheque .blocSlider .sliderSuiv {
    display: block;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 27px; 
}
#phototheque .blocSlider .sliderPrec {
    background: url(../images/lightbox/bt-lightbox-prec-nav.png) no-repeat;
    left: 10px;
}

#phototheque .blocSlider .sliderPrec:hover {
    background: url(../images/lightbox/bt-lightbox-prec-nav-on.png) no-repeat;
}

#phototheque .blocSlider .sliderSuiv {
    background: url(../images/lightbox/bt-lightbox-suiv-nav.png) no-repeat;
    right: 10px;
}

#phototheque .blocSlider .sliderSuiv:hover {
    background: url(../images/lightbox/bt-lightbox-suiv-nav-on.png) no-repeat;
}

#phototheque .blocSlider .masqueSlider {
    margin: 0;
    overflow: hidden;
    width: 590px;
    height:50px;
    position: relative;
}

#phototheque .blocSlider .masqueSlider .slider {
    height:50px;
    position:relative;
    width:2000px;
}

#phototheque .blocSlider .masqueSlider .slider a {
    width: 58px;
    height: 44px;
    display: block;
    float: left;
    margin: 0 18px 0 0;
    position: relative;
}

#phototheque .blocSlider .masqueSlider .slider a:hover,
#phototheque .blocSlider .masqueSlider .slider a.current {
    background: none;
    text-decoration: none;
}

#phototheque .blocSlider .masqueSlider #sliderPhotoLight a span {
    width: 58px;
    height: 44px;
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    background: url(../images/lightbox/photo-slider-video-overlay.png) no-repeat;
}

#phototheque .blocSlider .masqueSlider #sliderPhotoLight a:hover span,
#phototheque .blocSlider .masqueSlider #sliderPhotoLight a.current span {
    width: 52px;
    height: 38px;
    border: 3px solid #b8005c;
    background: none;
}

.slider a {
	text-decoration: none;	
}

#sliderPhoto.slider a img {
	margin: 0 5px 10px 0;
}
