/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	/*background: #fff url(img/bg.jpg) repeat-x;*/
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { color:#000000;/*background-color: #f4f4f4;*/ }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color:#CDD15E;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/header_top2.gif) no-repeat 100% 5px; 
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/header_botm3.jpg) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 77px 20px;	
	}	
	
#header h1 {
	margin: 0; 
	clear: both;
	padding: 0px 0 0 120px;	
	font-size: 4em;	
	display: inline;
	letter-spacing:5px;
	}
#header h2 {
	margin: 0; 
	clear: both;
	padding: 18px 0 0 120px;	
	font-size: 2em;	
	letter-spacing:0px;
	}	
		
#header h2 a { 
	padding: 0;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #5E74B0;	
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	}		
	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	


/*-------------------------------------------------------------*
/* Rounded corner											   *
/*-------------------------------------------------------------*/
/*	width : 50%;
	margin-left : auto;
	margin-right : auto;
	background-color : #C0C0C0;
*/ 
.upperleft_yellow{
	background-image : url(img/upperleft.png);
	background-repeat : no-repeat;
	background-position : top left;	
}

.upperright_yellow{
	background-image : url(img/upperright.png);
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_yellow{
	background-image : url(img/lowerleft.png);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_yellow{
	background-image : url(img/lowerright.png);
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}


.upperleft_white{
	background-image : url(img/upperleft_white.gif);
	background-repeat : no-repeat;
	background-position : top left;	
}

.upperright_white{
	background-image : url(img/upperright_white.gif);
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_white{
	background-image : url(img/lowerleft_white.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_white{
	background-image : url(img/lowerright_white.gif); 
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}


.upperleft_blue{
	background-image : url(img/upperleft_blue.png);
	background-repeat : no-repeat;
	background-position : top left;	
}

.upperright_blue{
	background-image : url(img/upperright_blue.png);
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_blue{
	background-image : url(img/lowerleft_blue.png);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_blue{
	background-image : url(img/lowerright_blue.png);
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 732px;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 50px;
	}
	
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	

#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	

#content h3 { 
	font-size: 15px;
	color: #888;
	font-weight: normal;
	font-size: 1.4em;	
	margin: 0 0 20px 0;
	clear: both;
	}
	
#content h2 em { 
	color: #5E74B0; 
	font-style: normal;
	}
	
#content p {
	text-indent: 3em;
	line-height: 2.0em;
	letter-spacing: 0.1em;	
	text-align: justify;
	}	

#content p.bio {
	text-indent: 3em;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	text-align: justify;
	}

	
	
#content p.nomargin {
	text-indent: 0em;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	text-align: justify;
	}	
	
#content p.temoignage {
	text-indent: 0em;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	text-align: justify;
	}
		
#content p.adresse{
	text-indent: 0em;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	text-align: justify;
}

#content p em.medblueitalic{
	color:#5E74B0;
	text-indent: 0em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	text-align: justify;
}

#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}
		
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
	
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }

/*------------------------------------------------------------*
**  Splash
**------------------------------------------------------------*/
#content ul.splash { 
	margin: 20px 0;
	padding: 0;
	}
	
#content ul.splash:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.splash li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.splash li a img { border: 0px solid #ddd; }
#content ul.splash li a:hover img { border: 5px solid #333; }
	

/*------------------------------------------------------------*
**  top
**------------------------------------------------------------*/
#top {
	background-color: #FFFFFF;
	float: center;
	margin-top:30px;
	width: 640px;	
	text-align: left;
	border:0px solid red;	
	}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
**  bottom
**------------------------------------------------------------*/
#bottom {
	background-color: #FFFFFF;
	float: center;
	margin-top:30px;
	width: 640px;
	
	text-align: left;
	border:0px solid red;	
	}
/*------------------------------------------------------------*/


#iDisplay{
	width: 595px;
	height: 900px;	
	scrolling:auto;
	
}


a.linkopacity:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}
a.linkopacity img {
filter:alpha(opacity=60);   
-moz-opacity: 0.6;   
opacity: 0.6;
}


