/* CSS Document */

body {
	background:url(images/fond-page.png) repeat-x;
	background-color:#e5d2cc;
	}



#global{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	height:auto;
	font: 10px verdana, sans-serif;
	border:0px solid;
	border-color:#000000;
	}
	
	
#contenu{
	top:113px;
	left:96px;
	position:absolute;
	width:766px;
	background:url(images/fond-contenu.png) top left repeat-y;
	border:0px solid;
	border-color:#000000;
	z-index: 3;
	visibility: visible;
}

#carrecontenu{
	top:36px;
	left:1px;
	position:absolute;
	width:167px;
	height:162px;
	background:url(images/carre-contenu.png) top left no-repeat;
	z-index: 5;
}

#photo{
	top:70px;
	left:4px;
	position:absolute;
	width:167px;
	height:183px;
	background:url(images/elodie_cingal_psychoterapeute.jpg) top left no-repeat;
	z-index: 5;
}


#texte {
	position:absolute;
	z-index:3;
	text-align:justify;
	font: 12px verdana, sans-serif;
}

h1, h2 {
	font: 12px verdana, sans-serif;
	}


#image {
	border:0px solid;
	border-color:#000000;
	width: 199px;
	height: 237px;
	z-index:2;
	
}


#bas {
	position:absolute;
	left:0px;
	width:822px;
	height:169px;
	z-index:2;
	text-align:center;
	background:url(images/fond-contenu-bas.png) top left no-repeat;
}


#menu {
	position:absolute;
	background:url(images/barre-menu.png) top left no-repeat;
	top:0px;
	left:1px;
	width:824px;
	height:37px;
	z-index:1;
	text-align:left;
	visibility: visible;
}

#flag {
	position:absolute;
	background:url(images/bouton_english.jpg) top left no-repeat;
	top:3px;
	left:718px;
	height:37px;
	z-index:1;
	text-align:left;
	visibility: visible;
}


.menu {
	color:#f29106;
	font-size:11pt;
	margin-right:90px;
	margin-left:20px;
	position:static;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}


#sousmenu {
	position:absolute;
	top:19px;
	left:19px;
	width:769px;
	height:21px;
	z-index:1;
	color:#FFFFFF;
}

#menubis {
	position:absolute;
	top:99px;
	left:687px;
	width:103px;
	height:54px;
	z-index:1;
	text-align:left;
	text-decoration:underline;
	font: 12px verdana, sans-serif;
	color:#FFFFFF;
}

.menubis {
	color:#fff;
	font-size:10pt;
	position:static;
	font-family: arial;
	text-decoration: none;
}


.selec {
	color:#999999;
	font-size:9pt;
	margin:6pt;
	position:static;
	font-family: arial;
	font-weight: bold;
	text-decoration:underline;
}


.liens {
	color: #000000;
	text-decoration:none;
}


a img 
{ 
border: none; 
} 

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#999999;
}
a:active {
	text-decoration: none;
}

