*,
img
{ 
	margin: 0;
	padding: 0;
	border: 0;
}

html, body { height: 100%; }

body 
{
	font-family: arial, sans-serif;
	text-align: left; 
	background-color: #fff;
	color: #000;
	font-size: 76%;
	background-image: url('../images/bg-etoile.gif');
	background-attachment: fixed;
	min-width: 760px;
}



h1, h2, h3, h4, h5, h6, p, li, dt, dd,
a:link, a:visited, a:active, a:hover
{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#content a:link,
#content a:visited
{
    text-decoration: underline;
}

#content a:active,
#content a:hover
{
    text-decoration: none;
}

#head, #left, #middle, #bottom { font-size: 75%; }

#head
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* width for ie 6 right 0 absolute positioning */
    background-image: url('../images/bg-haut.jpg'); 
    background-position: bottom;
    z-index: 11;
    /*opacity: 0.9;*/
    height: 74px; 
    z-index: 1000;
    
    
}

#mainContainer {
    height: 100%;
    width: 100%;
}


#menuTable {
    float: left;
    width: 195px;
    height: 100%;
    padding: 0;    
}

#contentTable {
    height: 100%;
    width: 550px;
}

.vAlign
{
    /* float: left; */
    position: relative;
    height: 100%;
    border-collapse: collapse;
    z-index: 10;
}

.vAlign td
{
    vertical-align: middle;
}

.mainMenu
{
	/* height: 280px; */
	/*position: relative;
	z-index: 100;*/
	top: 22px; /* Compensation pour la différence de hauteur entre le haut et le bas (74 - 30) / 2 */
	width: 175px;
	list-style-type: none;
	font-size: 1.1em;
	/*left: 0;*/
	/* opacity: 1; */
	/* margin-top: 210px; */
	
	margin: 84px 0 40px 0;
}

.mainMenu .mainMenu
{
    margin: 0;
    font-size: 1em;
}

.mainMenu li
{
    margin-bottom: 1px;
	/*background-image: url('../images/bg-boutons.jpg');
	background-position: 0 top;*/
	text-transform: uppercase;
}

.mainMenu ul 
{
    background-image: url('../images/degGris.png');
}

.mainMenu .mainMenu li
{
    margin-bottom: 0;
    text-transform: none;
    
}




* html .mainMenu li 
{
    height: 1%;
}

.mainMenu a:link, 
.mainMenu a:visited
{
    background-image: url('../images/bg-boutons.jpg');
    border: 0px solid #999;
    border-left: none;
    display: block;
	color: #999;
	text-decoration: none;
	list-style-type: none;
	padding: 5px 8px;
	/*line-height: 2.2em;*/
}

* html .mainMenu a:link,
* html .mainMenu a:visited
{

}

.mainMenu a:active, 
.mainMenu a:hover, 
.mainMenu .active a:link, 
.mainMenu .active a:visited
{
    background-image: url('../images/bg-boutons.jpg');
	/*border: 1px solid #fff;
	border-left: none;*/
	background-position: 0 bottom;
	text-decoration: none;
	color: #fff;
}

.mainMenu .mainMenu a:link, 
.mainMenu .mainMenu a:visited
{
    background-image: none;
    color: #555;
    border-bottom: 1px solid #999;
    margin-left: 8px;
    padding: 5px 8px 5px 0;
    font-size: 0.9em;
}

.mainMenu .mainMenu a:active, 
.mainMenu .mainMenu a:hover, 
.mainMenu .mainMenu .active a:link, 
.mainMenu .mainMenu .active a:visited
{
    color: #003300;
    font-weight: bold;
}

.mainMenu .mainMenu .last a
{
    border-bottom: 1px solid transparent;
}

* html .mainMenu .mainMenu .last a 
{
    border-bottom: none;
}


.mainMenu .mainMenu .mainMenu
{
    padding-left: 15px;
    width: 160px;
    background-image: none;
}

.mainMenu .mainMenu .mainMenu li
{
    
}

.mainMenu .mainMenu .mainMenu a:link, 
.mainMenu .mainMenu .mainMenu a:visited
{
    color: #555;
    font-weight: normal;
    padding: 2px 0;
}

.mainMenu .mainMenu .mainMenu .last a:link, 
.mainMenu .mainMenu .mainMenu .last a:visited
{
    padding: 2px 0 5px 0;
}


.mainMenu .mainMenu .mainMenu a:active, 
.mainMenu .mainMenu .mainMenu a:hover, 
.mainMenu .mainMenu .mainMenu .active a:link, 
.mainMenu .mainMenu .mainMenu .active a:visited
{
    color: #003300;
    font-weight: bold;
}






#content #sections
{
	position: relative;
	list-style-type: none;
	font-size: 0.65em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	overflow: auto;
	top: 1px;
	z-index: 50;
	background-image: url('../images/bg-contenu.png');
	background-position: 0 bottom;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	padding-top: 0px;
}

* html #content #sections {
    height: 1%;
}



#sections li
{
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

#sections li .diag
{
    background-image: url('../images/m3.png');
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
}

* html #sections li .diag
{
    background-image: url('../images/m3.gif');    
}



#sections a:link, 
#sections a:visited
{
    background-image: url('../images/m3.png');
    background-position: bottom right;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0 25px 0 5px;
}

* html #sections li .diag,
* html #sections a:link, 
* html #sections a:visited
{
    background-image: url('../images/m3.gif');    
}


#sections .first a:link,
#sections .first a:visited
{
    padding-left: 20px;
}

#sections a:active, 
#sections a:hover, 
#sections .active a:link, 
#sections .active a:visited,
#sections a:active .diag, 
#sections a:hover .diag, 
#sections .active a:link .diag, 
#sections .active a:visited .diag
{
	color: #000;
	background-image: url('../images/m3h.png');
}

* html #sections a:active, 
* html #sections a:hover, 
* html #sections .active a:link, 
* html #sections .active a:visited,
* html #sections a:active .diag, 
* html #sections a:hover .diag, 
* html #sections .active a:link .diag, 
* html #sections .active a:visited .diag
{
	background-image: url('../images/m3h.gif');
}






#langs,
#tools
{
	position: absolute;
	top: 15px;
	right: 10px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
}

#langs li, #tools li
{
	display: block;
	float: left;
}

#langs a:link, 
#langs a:visited,
#tools a:link, 
#tools a:visited
{
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ccc;
	padding: 0 8px 0 8px;
}

#langs .last a:link,
#langs .last a:visited,
#tools .last a:link,
#tools .last a:visited
{
	border-right: none;
}

#langs a:active, 
#langs a:hover, 
#langs a.active:link, 
#langs a.active:visited,
#tools a:active, 
#tools a:hover, 
#tools a.active:link, 
#tools a.active:visited
{
	text-decoration: underline;
}

#tools
{
	top: 45px;
}




#logo
{
	background-image: url('../images/ppt-fr.gif');
	background-repeat: no-repeat;
	background-position: 10px 2px;
	overflow: hidden;
	width: 595px; /* ie 6 needs this (don't know why it can't adapt to parent's width */
	height: 74px;
}

.en #logo
{
    background-image: url('../images/ppt-eng.gif');    
}

#logo a
{
	display: block;
	padding-top: 145px;
}

#content
{
	font-size: 1.35em;
	/*border: 1px solid green;*/
	/*width: 800px;*/

	/*background-color: #ccc;*/
	width: 550px;
	
    margin: 84px 0 40px 0;
}


#content .pad
{
	background-image: url('../images/bg-contenu.png');
	background-position: 0 bottom;
    padding: 20px;
    border: 1px solid #ccc;
    /*position: relative;*/
    z-index: 9;
    /*position: relative;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;*/
	/*padding: 20px;
	overflow: auto;*/
	/* max-height: 450px;*/
}

#content .noBorderTop {
    border-top: none;
}




#content h4,
#content h5
{
    font-size: 1.1em;
}

#content p, 
#content .pad li
{
	color: #000;
	/* color: red; */
	line-height: 1.5em;
	font-size: 0.80em;
}

#content p,
#content ul
{
	margin-bottom: 1em;
}

#content .pad li
{
	margin-left: 15px;
}

#content .pad a,
#content .pad a:link
{
    color: #000;
}

#content .pad a:hover
{
    color: #080;
}

#content .pad a:hover, 
#bottom a:hover
{
	text-decoration: underline;
}

#content h4
{
	margin-top: 12pt;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

#content .contacts
{
    position: relative;
    top: 0;
    height: 191px;
    margin-bottom: 2em;
}

.contacts .address
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 400px;
}

#content h5
{
	font-weight: bold;
}

#contentHHH img
{
	float: left;
	margin-right: 10px;
}

#content table
{
	
}

#content table th
{
text-align:center;

}

#content table td
{
vertical-align:top;
padding:10px 5px;
}


.formulaire input, 
.formulaire textarea
{
	font-size: 1.2em;
	line-height: 1.3em;
	color: black;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 1em;
	background-color: white;
}

.formulaire form p
{
    clear: both;
}

.formulaire textarea
{
    line-height: 1.3em;
}

.formulaire form br 
{
	clear: both;
}

.formulaire .submitp 
{
    text-align: right;
}

.formulaire .submit
{
    background-color: #003300;
    color: white;
    width: auto;
    padding: 0 10px;
}


#content ol
{
	list-style-type: decimal;
	margin-left: 3em;
}

#content
{
    font-family: verdana, arial, sans-serif;
}

#content h2 
{ 
	font-size: 2.0em; 
	color: #000;
	margin-bottom: 1em;
    font-family: "Georgia", serif;
    
}

#content h3
{
	font-size: 0.9em;
    line-height: 1.5em;
	color: #000;
	font-weight: bold;
	margin-bottom: .3em;
	margin-top: 1em;
    text-transform: uppercase;
}

#content h4
{
	font-size: 0.9em;
    line-height: 1.5em;
	color: #000;
	font-weight: bold;
	margin-bottom: .3em;
	margin-top: 1em;
}


#bottom
{


	background-image: url('../images/bg-bas.jpg');
    height: 30px; /* to avoid going over horizontal scrollbar */
    /* opacity: 0.9; */
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;


}

* html #bottom {
    position: absolute;
    bottom: 0;
}

#bottom p
{
	padding: 8px 0 8px 10px;
	text-align: left;
	font-size: 1.2em;
	white-space: pre;
	float: left;
}

#bottom .right
{
    float: right;
    margin-right: 10px;
}

#content .box, #content .box1
{
	float: left;
	width: 820px;
	height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 80px 0 0 50px;
}


#content .box h3, #content .box1 h3
{
	font-size: 1.9em;
	color: #ccc;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Times, serif;
	border-right: 1px solid #ccc;
	line-height: 1.9em;
	margin: 7px 25px 0 20px;
	width: 200px;
	float: left;
}

#content .box p, #content .box1 p
{
	font-size: 1.2em;
	color: #ccc;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 10px;
	padding-right: 10px;
}

#content .box1
{
    margin-top: 20px;
}

/* Background decoration */
div.deco
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    /*background-image: url('../images/etoile-blanc-2.gif') ;*/

    background-repeat: no-repeat;
    background-position: 360px bottom ;
}

* html div.deco {
    position: absolute;
}

.fougere div.deco
{
    background-image: url('../images/Fougere-blanc.gif') ;
    background-position: 0 bottom ;
}

body.fougere
{
	background-image: url('../images/bg-fougere.gif');
}

.coquillage div.deco
{
    background-image: url('../images/coquillage-blanc.gif') ;
    background-position: -100px bottom ;
}

body.coquillage
{
	background-image: url('../images/bg-coquillage.gif');
}

.papillon div.deco
{
    background-image: url('../images/papillon.gif') ;
    background-position: 630px bottom ;
}

body.papillon
{
	background-image: url('../images/bg-symetrie.gif');
}

.cristal div.deco
{
    background-image: url('../images/cristal-blanc.gif') ;
    background-position: 200px bottom ;
}

body.cristal
{
	background-image: url('../images/bg-cristal.gif');
}

.etoile div.deco
{
    background-image: url('../images/etoile-blanc.gif') ;
    background-position: 360px bottom ;
}

body.etoile
{
	background-image: url('../images/bg-etoile.gif');
}

.broccoli div.deco
{
    background-image: url('../images/broccoli-blanc.gif') ;
    background-position: -100px bottom ;
}

body.broccoli
{
	background-image: url('../images/bg-broccoli.gif');
}

#content p.timestamp {
    margin-top: 0;
    padding-top: 0;
}

/* la photo de groupe dans le whoswho*/

#photoGroupe {
    height: 100px;

}

#photoGroupe img{
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 97px;
    width: 550px;
}

* html #photoGroupe img {
    left: -20px;
    bottom: 20px;
}


.errors 
{
    border: 1px solid #C00;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
}

#content .errors p 
{
    margin: 0;
    padding: 0;
}

.errors strong
{
    color: #C00;
}

.cv 
{
    overflow: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.cv img
{
    margin-bottom: 15px;
}

#content .notes
{
    margin-top: 35px;
    border-top: 1px solid #030;
    font-size: 0.65em;
}

.ariane
{
    font-size: 0.65em;
    margin-bottom: 35px;
    color: #030;
}

#content .ariane a:link,
#content .ariane a:visited
{
    color: #999;
}

iframe
{
    width: 510px;
    height: 450px;
}

/* Ajout du logo Guille */
.logoGuille a {
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url('../images/logoGuile.png');
	background-position: -5px -50px;
}

.logoGuille a:hover {
	background-position: -5px 0;
}


/* Disclaimer */
#disclaimerForm {

}

#disclaimerForm ol {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#content .pad #disclaimerForm li {
	margin-left: 0;
}

#disclaimerForm label {
	margin-left: 5px;
}

#disclaimerForm button {
	margin: 10px 0 0 0;
}





