/* la feuille de style de Druel.com, une grande premiere */
/* faite par Francois, a partir des exemples de Pascale Lambert-Charreteur */
/* http://mammouthland.free.fr/ */

/* definitions globales */

html,body {
	background-color : white;
}

p {
	font:85% sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

ul,li,td {
font-size : 85%;
font-family : sans-serif;
color : black;
background-color : white;
}


/* definition des titres */

h1 {
font-size : 150%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : gray;
text-align: center;
}

h2 {
font-size : 100%;
font-family : sans-serif;
color : navy;
text-align:center;
}

/* defintion espace section */

.separation {
		border-style:solid;
		border-width:1px;
		border-color:black;
    		background-color:#e0e0e0;
    		width:100%;
    		padding:0px;
}


table {
	border-style:solid;
	border-width:0px;
	border-color:black;
	align:center;
	width:90%;
}

td {
	border-style:solid;
	border-width:0px;
	border-color:black;
	width:20%;
}

/* tableaux  principaux */

.tab_gauche {
	width:25%;
	border-style:solid;
	border-width:0px;
	border-color:red;
	background-color:white;
	text-align:center;
	float:left;
}

.tab_droite {
	width:70%;
	border-style:solid;
	border-width:0px;
	border-color:black;
	background-color:white;
	text-align:left;
	float:right; 
}

/* Tableau d'entete */

.tab_photo {
	width:10%;
	border-style:solid;
	border-width:0px;
	border-color:black;
	background-color:white;
	text-align:left; 
	float:left;
}

.tab_adresse {
	width:23%;
	border-style:solid;
	border-width:0px;
	border-color:black;
	background-color:white;

	text-align:left;
	float:left;
}

.tab_diplomes {
	width:40%;
	border-style:solid;
	border-width:0px;
	border-color:black;
	background-color:white;
	text-align:left;
	float:left;
}

.tab_naissance {
	width:20%;
	border-style:solid;
	border-width:0px;
	border-color:black;
	background-color:white;
	text-align:left;
	float:right;
}


/* ajouter de l'espace */

.spacer {
  clear: both;
}

/* defintion des liens */

a:link {color: blue; text-decoration:underline;}
a:visited {color: purple; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}
