﻿@charset "utf-8";
/* CSS Document */



/* Redéfinition des balises */
* {
    margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	cursor: default;
	color: #DDD;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
img {
	border: 0px;
    margin: 0px;
	padding: 0px;
}
a {
	border: 0px;
	outline: none;
}
hr {
	clear: both;
	visibility: hidden;
}
:focus{
	-moz-outline-style: none;
}
h1 {
    margin: 0px;
	padding: 0px;
}
p {
    margin: 0px 0px 5px 0px;
	padding: 0px;
}
li {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Mise en forme */

a{
	color: #FFF;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

/* T1 
a.thumb{
	display: inline-block;
	height: 161px;
	width: 161px;
	background-position: 0px 0px;
	margin: 0px 9px 9px 0px;
}
a.thumb:hover{
	background-position: -161px 0px;
}
a p.projet{
	display: block;
	visibility: hidden;
	background-color: #000;
	font-size: 13px;
	height: 20px;
	text-align: right;
	border-bottom-left-radius: 4px;
	float: right;
	padding: 0px 4px;
}
a:hover p.projet{
	visibility: visible;
}
 */
a.wt{
	display: block;
	height: 64px;
	width: 300px;
	border-bottom: 9px solid #000;
	background: top left no-repeat;
	background-position: 0px 0px;
}
a.wt div.occlu{
	background: url(../img/interface/black_bg.png) repeat;
	display: block;
	height: 64px;
	width: 300px;
}
a.wt:hover div.occlu{
	background: none;
}
a.wt div.occlu p.projet{
	display: none;
	background-color: #000;
	font-size: 13px;
	height: 20px;
	text-align: right;
	border-bottom-left-radius: 4px;
	float: right;
	padding: 0px 4px;
}
a.wt:hover div.occlu p.projet{
	display: block;
}


div.titre{
	width: 978px;
	height: 26px;
	background: #404040 url(../img/interface/title_bg_01.png) right top no-repeat;
	border-bottom: #000 solid 12px;
	padding: 0px 0px 0px 8px;
	font-size: 13px;
}
h3{
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h3 span.sign{
	display: inline-block;
	line-height: 26px;
	width: 22px;
	font-size: 10px;
}
div.projet_tag{
	width: 986px;
	height: 130px;
	clear: both;
}
div.projet_titre{
	display: block;
}
div.projet_contenu{
	display: none;
	width: 998px;
}
div.paint_mask{
	position: absolute;
	z-index: 7;
	height: 83px;
	width: 33px;
	background: url(../img/interface/paint_mask_01.png) top left no-repeat;
}
div.centered{
	position: absolute;
}
.img_cont{
	float: left;
	margin-right: 12px;
	margin-bottom: 7px;
}
.img_cont_c{
	clear: left;
	float: left;
	margin-right: 12px;
	margin-bottom: 7px;
}
.img_cont_r{
	float: right;
	margin-right: 12px;
	margin-bottom: 7px;
}
div.projet_description{
	width: 986px;
	height: 303px;
	float: left;
	position: relative;
	margin: -306px 0px 0px;
	background: url(../img/interface/black_bg.png) repeat;
}
div.projet_description div{
	padding: 6px 12px 1px 6px;
	background: #000;
	width: 700px;
	margin: 0px auto;
	border: 6px solid #000;
	border-radius: 2px;
}
div.projet_description div p{
	border-left: 1px solid #DDD;
	padding-left: 12px;
}
div.projet_description div p a{
	text-decoration: underline;
}
div.projet_description div p a:hover{
	text-decoration: none;
}

/* Agrandis */
div.agrandis_back{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	background: url(../img/interface/agrandis_bg.png) repeat;
	display: none;	
}
div.agrandis_table{
	display:table;
	margin: auto;
	height: 100%;
	min-width: 20%;
	max-width: 95%;
}
div.agrandis_cell{
	display: table-cell;
	vertical-align: middle;
}
img.agrandi{
	position: relative;
	margin: -10px;
	padding: 0px;
	border: 10px solid #000;
	box-shadow: 0px 0px 25px #000;
	border-radius: 2px;
}
a.agrandi_fermeture{
}
a.agrandi_fermeture p{
	display: block;
	visibility: hidden;
	background-color: #000;
	height: 20px;
	width: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border-bottom-left-radius: 4px;
	position: relative;
	z-index: 12;
	float: right;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}
a.agrandi_fermeture:hover p{
	visibility: visible;
}
a.agrandi_fermeture:hover p:hover{
	font-weight: 900;
}
a.agrandi_ouverture{
}
a.agrandi_ouverture p{
	display: block;
	visibility: hidden;
	background-color: #000;
	height: 20px;
	width: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border-bottom-left-radius: 4px;
	position: relative;
	z-index: 12;
	float: right;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}
a.agrandi_ouverture:hover p{
	visibility: visible;
}
a.agrandi_ouverture:hover p:hover{
	font-weight: 900;
}
div.projet_titre a p.over{
	display: none;
	background-color: #000;
	height: 20px;
	width: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1px;
	text-align: center;
	border-bottom-left-radius: 4px;
	position: relative;
	z-index: 12;
	float: right;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}
div.projet_titre a:hover p.over{
	display: block;
}
div.projet_titre a:hover p.over:hover{
	font-weight: 900;
}
div.projet_titre a div.projet_description{
	padding-bottom: 3px;
	display: none;
}
div.projet_titre a:hover div.projet_description{
	display: block;
}
p.role{
	clear: both;
	padding-top: 7px;
	color: #404040;
	line-height: 18px;
}
p.role span{
	display: inline-block;
	border: 1px solid #404040;
	background-color:#000;
	padding: 0px 3px;
	margin-right: 6px;
	border-radius: 4px;
}
div.depliage{
	position: absolute;
	margin: -25px 0px 0px 907px;
	height: 20px;
	width: 100px;
	color: #404040;
}
a:hover div.depliage{
	color: #ddd;
}
div.depliage span{
	display: none;
	font-size: 16px;
	margin-right: 0.3px;
	line-height: 13px;
}
a:hover div.depliage span{
	display: inline;
}
div.depliage b{
	font-weight: normal;
}
a:hover div.depliage b{
	display: none;
}

/* Positionnement des calques */
div#entete {
	width: 632px;
	height: 658px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: -294px;
	z-index: 3;
	border: 0px;
	position: absolute;
	background: url(../img/interface/top_left_corner.png) no-repeat left top;
}
div#conteneur {
	width: 1090px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 40px 0px 40px 110px;
	z-index: 2;
	border: 0px;
	position: relative;
	background: url(../img/interface/site_bg.png) #000 repeat-y top left;
}
div#menu{
	position: fixed;
	height: 355px;
	width: 160px;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px -14px 560px;
	background: url(../img/interface/menu_bg.png) top right no-repeat;
	z-index: 5;
}
div#menu a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: url(../img/interface/menu_hover.png) top left no-repeat;
	opacity: 0;
}
div#menu a:hover{
	opacity: 1;
}

div.courriel{
	height: 500px;
	width: 640px;
	background: #fff;
	box-shadow: 0px 0px 25px #000;
	border-radius: 2px;
	color: #404040;
}
div.courriel a.fermeture{
	display: block;
	height: 20px;
	width: 20px;
	color: #666;
	text-align: center;
	float: right;
	font-size: 10px;
	line-height: 20px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
div.courriel a.fermeture:hover{
	font-weight: 900;
	color: #fff;
	background-color: #f66;
	border: 0px;
}
a.fermer{
	display: block;
	position: absolute;
	z-index: 15;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 64px;
	border: 1px solid #404040;
	border-radius: 4px;
	background-color: #FFF;
	color: #101010;
	margin: -51px 0 0 544px;
}
a.fermer:hover{
	background-color: #F66;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
}