body {
	margin: 0px;
	/*background:#fcfcfc url(images/bg.jpg);*/
	background:#fcfcfc url(images/bg2.jpg);
	/*background-image:url(images/bg.png);*/
	/*background-repeat: no-repeat;*/
	font-family: century gothic, Arial; 
}

.global{
	text-align: center;
	border: 0px solid green;
	background-repeat: no-repeat;
}
.top{
	height: 150px;
	border: 0px solid red;
	margin-left: 32%;
	/*background: #000;*/
}
.menu td{
	height:15px;
}



/************** contact *******************/
.contact tr{
	text-align:center;
}

.mini{
	margin: 17px 0 0 0px;
	float: left;
	width: 90%;
	border: 0px solid red;
}
.ext{
	float: left;
	border: 1px solid #eee;	
	margin: 3px;
	width: 90px;
	height:110px;
}
.int {
	border: 0px solid green;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 4px 0px 0px 4px;
 	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 90px;
	height:110px;
	text-align:center;
}



.int img {
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
	display: block;
	/*margin: -5px 5px 5px -5px;
	padding: 4px;*/
	width: 80px;
	height:100px;
	cursor:pointer;
}

.int img :hover{
	 background-color: #eee;
}

.zoom{
	margin-top: 0px;
	float: left;
	width: 550px;
	border: 0px solid green;
}
.poster {
	border: 0px solid red;
}
.poster img{
	/*float: left;	*/
}

#description{
	background: #fff;
	position: relative;
	margin-top: 20px;
	float: right;
	width: 500px;
	border: 0px solid #808080;
	height: 100px;
	font-family: Century Gothic;	
}

#accueil a,#projet a, #gallerie a, #recit a, #revue a, #contact a{
	font-size: 1em;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#accueil{padding: 0 0 0 10px; }
#projet{padding: 5% 0 0 30px; }
#recit{padding: 8% 0 0 10px; }
#gallerie{padding: 12% 0 0 35px; }
#revue{padding: 18% 0 0 10px; }
#contact{padding: 20% 0 0 45px; }


/***************************** Recit ***************************/
.menuRecit{
	background: transparent;
}
.menuRecit a{
	font-family: Century Gothic;
	cursor: pointer;
}
.menuRecit a:hover{
	color: #822336;
}
.menuRecit td{
	cursor:pointer;
	width: 50px;
}
.recitArticle{
	border:0px solid red; 
	margin-left: 45px;
	margin-top: 70px;
	float: left;
	width: 730px;
}
.menuRecit img{
	-moz-opacity: 0.30; /* FF */
	opacity: 0.30; /* Opera */ 
	filter : alpha(opacity=30); /* IE */
}

.recitArticle tr{
	valign:"top";
}

/******************************* projetsActuels ************/ 

.projetsActuels{
	width:78%;
	overflow: auto;
	border: 0px solid red;
}

.projetsActuels a{
	text-align: justify;
}

#cellRecit{
	height: 0px;	
}

/******************************* revue de presse ****************/
.revuedepresse{ 
	width:90%;
	border-bottom:1px solid #822336;
	padding-bottom: 30px;
	padding-top: 30px;
}
.revuedepresse img{ 
	border:1px solid #ccc;
}
.revuedepresse a{
	text-align: justify;
}

/************** footer *******************/
.footer{
	position:relative;
	margin-bottom:-5px;
	text-align: center;
	background: #eee;
	font-size:12px;
}