body
{
   width: 95%;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 35px;    /* Idem pour le bas du navigateur */
   background-attachment: fixed;
   background-image: url("../images/fond_kot.jpg"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   text-align:justify;
}


#date
{
	display:block;
	position:absolute;
	color:rgb(110,110,110);
	top:3px;
	right:0px;
}

#gris
{
	display:block;
	color:rgb(110,110,110);
}


.ks
{
	font-family: Harrington, "monotype corsiva", "Brush Script MT", "Choc ICG", "comic sans ms", serif;
}


.imageflottantegauche
{
   float: left;
}

.imageflottantedroite
{
	text-align:right;
	right:5px;
}


#en_tete
{
   position:absolute;
   width: 95%;
   left:auto;
   height: 100px;
   background-image: url("../images/fond_en-tete.gif");
   background-repeat: repeat-x;
   margin-bottom: 20px;
   margin-top:15px;  
}


#titre_en_tete
{
    position:relative;
	bottom:14%;
	font-family: Harrington, "monotype corsiva", "Brush Script MT", "Choc ICG", "comic sans ms", serif;
	font-size:6.0em;
	color : white;
	text-align:center;
	font-weight:bold;
}


.gauche
{
	display:block;
	text-align:left;
}


#menu
{
   position:absolute;
   top:120px;
   margin-top:15px;
   float: left; /* Le menu flottera à gauche */
   width: 20%; /* Très important : donner une taille au menu */
   padding-top : 0px;	
}


.sous-menu
{
   background-image:url("../images/fond_menu.jpg");
   border: 2px solid black;
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
}


.sous-menu h4, .sous-menu h3  /* Tous les titres de menus */
{    
   color: #FFFFFF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding:0px;
   padding-left:10px;
   text-align:center;
}

.sous-menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.sous-menu a /* Tous les liens se trouvant dans un menu */
{
   color: rgb(140,75,0);
   font-weight:bold;
}

.sous-menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-image: url("../images/fond_hover-degrade.gif");
   color: rgb(220,220,220);
   font-size:1.1em;
}

.brun
{
	color:rgb(140,75,0);
	font-weight:bold;
	margin-left:0px;
}


#corps
{
	position:absolute;
	margin-left: 22%; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-top:15px;
	top:120px;
   width:69.8%;
   margin-bottom: 2%; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top:25px;
   color: #B3B3B3;
   /*background-color: rgb(200,255,255); /* Une couleur de fond pour le corps */
   background-image: url("../images/fond_corps.gif");
   background-repeat: repeat; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   text-align:justify;
}


.intro
{ 
	padding-left: 60px;
}

#corps h1 /* Tous les titres h1 du corps */
{
   text-decoration: underline;
   color: red;
   text-align: center;
   font-family: "Comic sans ms", "Arial Black", "Times New Roman", Times, serif;
}


h2
{
	color:green;
	text-decoration:underline;
}

p
{
	color:blue;
	font-size:16px;	
}


.blockquote
{
	display:block;
	color:black;
	background-color:white;
	text-align:justify;
	font-family:"times new roman", serif;
}


.decal h2
{
	text-decoration:none;
	margin-left:30px;
	padding-left:30px;
	
}

.decal em
{
	text-decoration:none;
	margin-left:30px;
	padding-left:30px;
	background-color:transparent;
	
}

.centre
{
	display:block;
	margin:0px auto 0px auto;
	text-align:center;
}


	
.centre-sous-menu
{
	position:relative;
	left:15%;
	bottom:15%;
	display:block;
	text-align:center;
	border:none;
}



.projets caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

.projets /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}


.centre
{
	display:block;
	margin:0px auto 0px auto;
}

.projets th /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

.projets td /* Les cellules normales */
{
   background-color:white;
   color:green;
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}


.flechetop
{
	display:block;
	position:absolute;
	right:10px;
	border:0;
	text-decoration:none;
}


.flechtop1
{
	display:block;
	position:relative;
	bottom:30px;
	border:0;
	text-decoration:none;
}

.flechtop
{
	display:block;
	position:relative;
	bottom:55px;
	border:0;
	text-decoration:none;
}


.tablgroupe
{
	margin:auto;
	text-align:center;
	padding-bottom:0px;
	border:0px;
	border:none;
	background:transparent;
}

.prenoms
{
	margin:auto;
	text-align:center;
	pading-bottom:15px;
	border:0px;
	border:none;
	background:transparent;
}

.prenoms td
{
	height:35px;
	width:150px;
	vertical-align:top;
}

.tablgroupe td
{
	height:200px;
	width:150px;
	vertical-align:bottom;
}

.tablgroupe a
{
	border:0px;
	color:blue;
}

.tablgroupe a 
{
    display: block;
    width: 150px;
    height: 200px;
}


#anne
{
	background-image: url(../photos/anne.jpg);
	background-repeat:no-repeat;
}

#caro
{
	background-image: url(../photos/caro.png);
	background-repeat:no-repeat;
}

#fab
{
	background-image: url(../photos/fab2.jpg);
	background-repeat:no-repeat;
}

#fab a:hover 
{
    	background-image: url(../photos/caricat2.jpg);
	background-repeat:no-repeat;
}

#flo
{
	background-image: url(../photos/flo_2.jpg);
	background-repeat:no-repeat;
}

#ju
{
	background-image: url(../photos/julien.png);
	background-repeat:no-repeat;
}

#maite
{
	background-image: url(../photos/maite.png);
	background-repeat:no-repeat;
}

#mel
{
	background-image: url(../photos/mel2.jpg);
	background-repeat:no-repeat;
}

h3
{
	color:rgb(255,0,0)
}

#pied
{
	color:rgb(255,255,255);
	top:0px;
	border: 3px solid black;
	background-color:rgb(135,233,255);
	background-image:url(../images/paille2.jpg);
	background-repeat: repeat;
	padding:5px;
	margin:auto;
}

#tablepied
{
	margin:auto;
}

#pied .centre
{
	color:rgb(255,255,255);
	font-size:1.0em;
	text-align:center;
	background-color:#006600;
	
}

.W3
{
	width:88px;
	height:31px;
}
