/* --- BOUC STYLES --- */ 
*{
	margin:0;
	padding:0;
	border:none;
}

body {
  font-family: "Nimbus Sans L", FreeSans, Geneva, Helvetica, Calibri, sans;  
  font-size: .83em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background-color:#fff; 
} 

#arriere
{
	display:block;
	position:absolute;
	width:100%;
}

#menu-box{
	position:absolute;
	top:0;
	left:32px;
	width:232px;
	text-align:center;
}

#logo{
	margin:20px;
}

#projets{
	margin: 0 0 20px 0;
}

#on-sait-pas{
	border-top: 3px solid black;
/*	border-left:20px solid transparent;
	border-right:20px solid transparent;*/
	padding-top:5px;
	margin:20px 20px 0 20px;
}

.menu-item{
	cursor:pointer;
}
.bullet{
	padding:0 12px;
}
.menu-fixe{
	cursor:pointer;
}

#central{
	position:absolute;
	width:560px;
	height:560px;
	background:transparent url("images/cadre.png") no-repeat;
	top:30px;
	left:320px;
}

.media{
	background-color:white;
	text-align:left;
	height:100%;
}
.media-picture{
	padding:26px;
}
.media-title{
	font-family:sans-serif;
	font-size:12pt;
	font-weight:bold;
	padding:12px 0 6px 12px;
}
.media-link{
	font-family:sans-serif;
	font-size:10pt;
}
.media-info{
	font-style:italic;
	color:#444;
	padding:0 0 6px 12px;
}
.media-info-2{
	font-style:italic;
	color:#444;
}
.media-separator{
	letter-spacing:3em;
	padding:.3em 0;
}
.media-content{
	padding:26px;
}
.gallery{
	/* pour dire */
	text-align:center;
}
.gallery-item{
	display:none;
}
.gallery-item-first{
	display:inline;
}
.media-close-box{
	text-align:right;
	margin-bottom:6px;
}
.media-close{
	cursor:pointer;
	padding-top:8px;
}
.par {
	font-size:9pt;
}
.par-info{
	font-size:8pt;
	color:#444;
	padding-left:6pt;
	border-left:2px solid #666;
}
.heart{
font-size:6pt;
color:#0011FE;
}
.par-last{
	margin-bottom:6pt;
}
.par-first:first-letter{
	display:block;
	float:left;
	font-size:300%;
	margin-left:-3pt;
	margin-right:3pt;
}
.nav{
	float:right;
	margin-top:12px;
	padding-right:26px;
}
.nav-prev, .nav-next{
	padding:4px;
	cursor:pointer;
}


#wip-box{
	position:absolute;
	width:232px;
	height:600px;
	top:74px;
	left:920px;
}
.wip-item-box{
	border:5px solid black;
}
.wip-item{
	position:absolute;
}


/* news block */
.news-section{
	padding:26px;
}
.news-picture{
}
.news-title{
	font-size:200%;
}
.news-date{
	font-size:80%;
	font-style:italic;
/* 	text-align:right; */
	padding-bottom:2em;
}
.news par{
}

/* Titres */ 

h1 { 
  margin-top:10px; 
  margin-bottom:2.5px;
  text-align:center;
  font-size: 2em;
  font-family: Hoefler Text, Big Caslon, Georgia, serif;  
} 
h2 { 
  font-size: 1.5em; 
} 

 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 

 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color:black ; text-decoration:none ; font-weight:normal ;
} 
a:visited { 
  color:#5C5C5C; text-decoration:none ; 
} 
a:hover, a:focus, a:active { 
  color:#949494; text-decoration:underline ;  outline:0;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 

 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 

input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* trouvé dans contact */
.titre {font-size: 2.3em; font-family : Time New Roman, Georgia, Times; color : black}
.formul {font-size: 0.8em; font-family : Helvetica, Arial; text-align : right}
.cases {border-style : none none solid none; border-width : 1px; border-color : gray}
.cases2 {border-style : solid; border-width : 1px; border-color : gray}

/* the end */