/*Style épuré*/
/*'font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust''font-size-adjust'*/


/*---------------------------------------------------------------------
------------------------------xhtml tags-------------------------------
---------------------------------------------------------------------*/

acronym
{
	border: 0;
}

a:link
{
	color: #3300CC; /*bleu*/
	font-style: italic;
	text-decoration: none; 
}
a:visited
{
	color: #666666; /*gris*/
	text-decoration: none;
}
a:hover	
{
	color: #ff0000; /*rouge*/
	text-decoration: none; 
}			
			
h1, h2, h3
{
	font-family: Georgia, Garamond, serif; 
}

h1
{
	font-size: 150%; 
	text-align: center; 
	line-height: 200%; 
	clear: both;
}

h2 
{
	font-size: 135%; 
	text-align: left; 
	line-height: 175%; 
}

h3
{
	font-size: 110%; 
	text-align: left; 
	line-height: 150%; 
}



hr
{
	clear: both;
	border: 0;
	background-image: url(images/ruler.gif);
	background-repeat: no-repeat;
	width: 340px;
	height: 24px;
	margin: 50px auto 50px auto;
}
em
{
	text-decoration: underline;
}

p
{
	text-indent: 20px;
	margin: auto auto 25px; 
	z-index: 1;
}

sup
{
	line-height:100%;
	font-weight: bold;
}

img
{
	border: 0;
	margin: auto auto; 
}

a img
{
	border: 0;
}

/*---------------------------------------------------------------------
------------------------------containers-------------------------------
---------------------------------------------------------------------*/

body
{
	font-family: verdana, arial, sans-serif; 
	text-align: justify;
	line-height: 150%; 
	background-color: #f5f3f3;
	background-image: url(images/footer2.png);
	color: #1a1919; 
	width:100%;
	margin: 0 0;
	top: 0;
}

#container
{
	position: absolute;  
	top: 0;
	left: 0;	/*force l'talement sur la largeur*/
	right: 0;
	min-width:740px;
	background-image: url(images/backgrnd.jpg); 
}

#headerindex, #headerpsy, #headerinfos, #headerliens
{
	background-image: url(images/header.png);
	height: 110px; 
	width: 100%; 
	z-index: 0; 
}

#content
{
	width:90%;
	margin: 0 auto;   /*centre le div*/
	clear: both; 
}

#refs
{
	font-size: 75%;
	padding-left: 10px;
	margin-bottom: 50px;
}
#refs hr
{
	background: gray;
	height:1px;
	margin-top:25px;
	margin-left: -10px; /*tasse  la marge*/
	margin-bottom: 15px;
	text-align:left;
	width:66%;
}

#spacer
{
	width: 100%;
	height: 50px;
}

#footer
{
	position: absolute;
	clear: both; 
	height: 25px;
	bottom: 0; 
	margin-bottom: -25px;  /*repousse les parties prcedentes plus haut*/
	left: 0;
	height:25px; 
	width: 100%; 
	background-image: url(images/footer.png); 
	text-align: center; 
	font-size: 75%;
	color: white;
}


/*---------------------------------------------------------------------
----------------------------navigation---------------------------------
---------------------------------------------------------------------*/
#back
{
	position: absolute;
	display: block;
	background: url(images/back.png) left no-repeat;
	top: 117px;
	text-align: right;
	width:75px;
	right: 10%;
}
#retour
{
	position: relative;
	display: block;
	background: url(images/back.png) left no-repeat;
	text-align: right;
	width:75px;
	left: 25px;
}

/*----------------------------menu navigation icones----------------------------*/

#menua		
{
	margin-left: auto;
	margin-right: auto;	
	width: 625px
}

	#menua ul
	{
		list-style-type: none;
		text-align: center;
		position: relative;
	}

	#menua li
	{
		display: block;
		text-align: center;
		margin: 0 2px 40px 0;
		padding: 2px 0;
		float: left;
	}
	
/*----------psycho----------*/

			#menua li a#freud
		{
			display: block;
			background: url(images/freud.jpg) no-repeat;
			background-position: 0 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px 0;
			float: left;
		}
		#menua li a#freud:visited
		{	
			display: block;
			width: 128px;
			color: #666666; 
			float: left;
		}
		#menua li a#freud:hover
		{
			display: block;
			background-position:-128px 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px;
			color:  #ff0000; 
			float: left;
		}
		
/*----------consulter----------*/

			#menua li a#consult
		{
			display: block;
			background: url(images/iconpsy.png) no-repeat;
			background-position: 0 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px;
			float: left;
		}
		#menua li a#consult:visited
		{	
			display: block;
			width: 128px;
			color: #666666; 
			float: left;
		}
		#menua li a#consult:hover
		{
			display: block;
			background-position:-128px 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px;
			color:  #ff0000; 
			float: left;
		}

/*----------infos----------*/

			#menua li a#hugues
		{
			display: block;
			background: url(images/gzvtd.png) no-repeat;
			background-position: 0 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px;
			float: left;
		}
		#menua li a#hugues:visited
		{	
			display: block;
			width: 128px;
			color: #666666; 
			float: left;
		}
		#menua li a#hugues:hover
		{
			display: block;
			background-position:-128px 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			color:  #ff0000; 
			padding: 100px 0 5px;
			float: left;
		}
		
/*----------liens----------*/		

		#menua li a#liens
		{
			display: block;
			background: url(images/terre.png) no-repeat;
			background-position: 0 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			padding: 100px 0 5px;
			float: left;
		}
		#menua li a#liens:visited
		{	
			display: block;
			width: 128px;
			color: #666666; 
			float: left;
		}
		#menua li a#liens:hover
		{
			display: block;
			background-position:-128px 0;
			width: 128px;
			text-align: center;
			margin: 0 2px 0 0;	
			color:  #ff0000; 
			padding: 100px 0 5px;
			float: left;
		}

/*----------------------------menu navigation tabs----------------------------*/
		
		
#menu
{
	list-style-type: none;
	margin: 0 0 0 -3%;
	border-bottom: 1px solid #3f3f3f;
}
/* the following rule is recognized only by IE */
* html body #menu
{
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #3f3f3f;
}

	#menu li
	{
		float: left;
		background-image: url(images/tabs.png); 
		text-align: center;
		margin: 0 2px 0 0;	
		border: 1px solid #3f3f3f;
	}
		#menu li a:link, #menu li a:visited, #menu li a:hover
		{
			text-decoration: none;
			padding: 2px 5px 0;
			height: 28px;
			width: 130px;
			display: block;
		}
		#menu li a:link
		{
			color: #555555; 	
		}
		#menu li a:visited
		{
			color: #919191;
		}
		#menu li a:hover
		{	
			background-image: url(images/tabs.png); 
			background-position: 0 30px;
			color: #FFFFFD; 
		}

/*---------menuactive----------*/

	#menu li.active
	{
		border-top: 1px solid #7aabec; 
		color: #000000;
		padding: 2px 5px 0;
		height: 28px;
		width: 130px;
	    background-position: 0 30px;   
	    display: block;
	}
	#menu li.active:hover
	{
		background-position: 0 30px;
		color: #666666; 	
	}


/*---------------------------------------------------------------------
------------------------------position tags----------------------------
---------------------------------------------------------------------*/

/*------------header------------*/

#nom
{
	color: #030303;
	position: absolute;
	top: 17px;
	left: 120px;
}

#opq
{
	position: absolute;
	top: 12px;
	left: 25px;
	width: 83px;
	height: 83px;
	background-image: url(images/logo.jpg);
}

#adresse
{
	position: absolute;
	top: 17px;
	right: 25px;
	width: 14em;
}
	
	#adresse a
	{
		display:block;
		text-decoration: none;
		color:#030303;
	}

	#adresse a:hover
	{
		display:block;
		text-decoration: none;
		color: #f20000; 
	}

.email a
{
	display:block;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: top;
	width:200px; 
	padding-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*------------accueil------------*/

#lettrine
{
	text-indent: 0;
	clear: both;
}

span#q
{
	display: block;
	background-image: url(images/lettrineq.gif);
	height:80px;
	width:80px;
	margin: 0 10px 0 0;
	float: left;
}

#accueil
{
	display: block;
	background-image: url(images/accueil.gif);
	background-repeat: no-repeat;
	height:118px;
	width:295px;
	margin: 40px auto;
}

span.rien
{
	display: none;
}
div.rien
{
	display: none;
}

/*------------2 colonnes------------*/


#cola
{
	margin: 20px auto 25px auto; 
	float: left;
	width: 60%; 
}
	#cola p
	{
		width:100%
	}

#colb
{
	margin: 0 auto 50px auto; 
	float: right; 
	width: 200px; 
	padding: 25px; 
	background-color: #FFFFFD; 
	border: 1px solid #1a1919; 
}
	#colb p
	{
		text-indent: 0;
		width:100%
	}
	
	#colb p a
	{
		display: block;
	}
	
	#colb p a:hover
	{
	color: #ff0000;
	}
	
/*------------infos------------*/

#monprofil
{
	display: block;
	background-image: url(images/monprofil.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	height:118px;
	width:240px;
	margin: 40px auto 0;
}
#iconprofil
{
	position: relative;
	background: url(images/gzvtd.png) no-repeat;
	background-position: 128px 5px;
	height: 110px;
	width: 128px;
	margin-left:45%;
	z-index: 0;
}
span#p
{
	display: block;
	background-image: url(images/lettrinep.gif);
	height:80px;
	width:80px;
	margin: 2px 10px 10px 0;
	float: left;
}

#curriculum
{
	display: block;
	background-image: url(images/curriculum.gif);
	height:59px;
	width:328px;
	margin: 40px auto 40px;
}

#cv
{
	clear: both;
	margin: auto auto 75px;
}
#cv p
{
	width: 100%
}
#cv h2 
{
	font-size: 135%; 
	font-family: Georgia, Garamond, serif; 
	text-align: left; 
	line-height: 175%; 
}

#cv h3
{
	font-size: 110%; 
	font-family: Georgia, Garamond, serif; 
	text-align: left; 
	line-height: 150%; 
}

/*------------consulter------------*/

#consulter
{
	display: block;
	background-image: url(images/consulter.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	height:118px;
	width:419px;
	margin: 0 auto;
}
#iconconsult
{
	position: relative;
	background: url(images/iconpsy.png) no-repeat;
	background-position: 128px 5px;
	height: 110px;
	width: 128px;
	margin-left:45%;
	z-index: 0;
}
#comment
{
	display: block;
	background-image: url(images/comment.gif);
	height:178px;
	width:378px;
	margin: 40px auto 0;
}

/*------------psycho------------*/

#monter
{
	margin-top: -80px;
}

#iconfreud
{
	position: relative;
	background: url(images/freud.jpg) no-repeat;
	background-position: 128px 5px;
	height: 110px;
	width: 128px;
	margin-left:45%;
	z-index: 0;
}
#psychologie
{
	display: block;
	background-image: url(images/psychologie.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	height:128px;
	width:236px;
	margin: 40px auto 0;
}

.divan
{
	position: absolute;
	background: url(images/divan.gif) no-repeat bottom;
	top: 10.5em;
	right: 3%;
	height: 127px;
	width: 240px;
	z-index: 0;
}

span#l
{
	display: block;
	background-image: url(images/lettrinel.gif);
	height:80px;
	width:80px;
	margin: 0 10px 0 0;
	float: left;
}
/*------------liens Internet------------*/

#liensinternet
{
	display: block;
	background-image: url(images/liensinternet.gif);
	background-position: 0 25px;
	background-repeat: no-repeat;
	height:118px;
	width:281px;
	margin: 40px auto 0;
}

#iconliens
{
	position: relative;
	background: url(images/terre.png) no-repeat;
	background-position: 128px 5px;
	height: 110px;
	width: 128px;
	margin-left:45%;
	z-index: 0;
}
#liensa
{
	float: left;
	width: 45%; 
}

#liensb
{
	float: right;
	width: 45%; 
}

#liensa ul li, #liensb ul li
	{ 
		list-style-image: url(images/bullet.png); 
		list-style-position: outside; 
		line-height: 125%;
		margin: 0 0 25px;
	}
#liensa ul li p, #liensb ul li p
		{ 
			margin: 10px 0 0 0;
		}

/*----------------------oups----------------------*/

#oups
{
	display: block;
	background-image: url(images/oups.gif);
	background-repeat: no-repeat;
	height:118px;
	width:136px;
	margin: 40px auto;
}

/*----------------------merci----------------------*/

#envoye
{
	display: block;
	background-image: url(images/envoye.gif);
	background-repeat: no-repeat;
	height:94px;
	width:163px;
	margin: 40px auto;
}

/*----------------------forms tags/positions----------------------*/

#courriel
{
	display: block;
	background-image: url(images/courriel.gif);
	height:104px;
	width:555px;
	margin: 40px auto 50px;
}

form
{
	width:90%;
	margin: 0 auto;
}
.oblig
{
	color: red;
}
label.obliga
{
	color: red;
	text-align: left;
	margin-left: 17px;
}
label ,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}
label
{
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br
{
	clear: both;
}
fieldset
{
	margin: 25px;
}

#prefs
{
	position: absolute;
	top: 371px;
	margin-right:43px;
	right: 5%;
	width: 38%;
}
/* the following rule is recognized only by IE */
* html body #prefs
{
	position: absolute;
	top: 445px;
	margin-right:43px;
	right: 5%;
	width: 38%;
}
input.preferences
{
	float: left;
	width: auto;
	margin-bottom: 10px
}
textarea
{
	width: 100%; 
	height: 200px;
	overflow: auto;
}
input:focus, textarea:focus
{
	background-color: #CCCCFF;
	color: black;
	border: 2px inset blue; 
}

