html {
	height:100%;
}

body {
	background:#1B66CC;
	background-image:url('../img/101xxx.jpg');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #1B1B1B; 
	/*background: #C4C7BC;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;*/
}
		  
A 	{ color: #003366; text-decoration: none; } 
A:link	{ color: #003366; text-decoration: none; } 
A:visited	{ color: #003366; text-decoration: none; } 
A:active	{ color: #003366;  } 
A:hover	{ color: #003366; text-decoration: underline; }
	
img { border: none;}	

#wrap { 
margin-top:50px;
margin-right:150px;
margin-left:150px;
padding:0px;
/*background-image: url(../img/back04.png);*/
	
		}

		
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #000;  
	text-align: center; 
	color: #000;  
	margin-top: -20px;   
	}
	
	
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


#conteneur { 
		width: 740px; 
		background-color: #ffffff; 
		margin-left: -370px; 
		top: 20px;  
		left: 50%; 
		position: absolute; 
		}
		
html>body #conteneur {
	width: 740px;/*ie5 box fix ends*/
	}
body>#conteneur {/*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: absolute;
	}

		
.footer {
		font-family: arial, sans-serif;
		font-size: 10px;
		text-align: center;
		padding: 5px;
		color: #003366;
		}


.text {
		font-family: arial, sans-serif;
		font-size: 12px;
		text-align: left;
		}
		

.shadowed {
  float:left;
  background: url(../img/drop-shadow.png) no-repeat bottom right !important;
  background: url(../img/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
div.thumb {
	margin: 2px;
	background: #f4f4f4;
    font-size : 11px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
	}


.thumb img{
	display: inline;
	margin: 4px;
	border: 1px solid #A0ACC0;
	}

.thumb a:hover img {border: 1px solid black;}

div.thumb2 {
	margin: 3px;
	background: #f4f4f4;
    font-size : 11px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
	}


.thumb2 img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}

.thumb2 a:hover img {border: 1px solid black;}

#ref_text {
	padding: 2px 20px;
	width: 400px;
 }
 
 div.mp3 {
 margin-left: 20px;
    font-size : 11px;
	text-align: center;
	}
	
.cv {
	padding: 10px;
}	
	
/****************************************************/
/*		TITLE				*/
/****************************************************/


.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	/*padding: 10px;*/
	background: #fff;
	border: 1px solid #ddd;
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.1em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 6px;
	padding: 5px;
	margin: 0;
	width: 140px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}	