﻿/* ce fichier definit le style des elements principaux de la page présentation  */

/* Elements principaux de la page */

body
{
	font-family: Verdana, Times New Roman, sans-serif ;
	color: #181818;
	background-color: #FFFFFF /* couleur de fond blanc pour la page de présentation */;
	height: 100%;
	margin: 0;
	padding: 0;
}

#bloc_page
{
	width: 900px ;
	margin: auto;
	height:100%;
}

/* Header */

#portrait
{
	width:150px;
} 

h1
{
	font-size : 2em;
	text-align: center;
}

h2
{
	font-size : 1.4em;
	text-align: center;
}

table
{
	border-separate: separate ;
}

td /*toutes les cellules des tableaux...*/
{
	border : 1px solid black ; 
	background-color : white; 
	border-radius: 5px ;
	padding: 10px ;
}

a
{
	font-weight:normal;
    	align: center ;
}

a:link
{
	color: #000000 ; 
    	text-decoration: none;
}

a:visited
{
	color: #cc00ff;
}

a:hover 
{
    	color: #3366cc;
    	text-decoration: underline;
    	font-family: Verdana, Times New Roman, sans-serif ;
}



/* Corps de la page */
article
{
	width: 830px ;
	border : 1px solid black ; 
	background-color: white;
	border-radius: 5px ;
	padding: 10px ;
	color: #181818; 
	text-align: justify;
	margin: auto;
}

nav
{
	width: 900px ;
	text-align: justify ;
}

nav ul
{
	list-style-type: disc ;
}

nav a
{
	color: #000000 ; 
	text-decoration : none ;
}

nav a:visited
{
	color: #cc00ff;
}

nav a:hover 
{
    	color: #3366cc;
    	text-decoration: underline;
    	font-family: Verdana, Times New Roman, sans-serif ;
}

nav li
{
    	font-family: Verdana, Times New Roman, sans-serif ;
	text-align: justify ;
	font-size: 1.6em ;
} 

img
{
	width: 100px ;
}

.agrandissement
{
	float:right;
	border : none ; 
	background-color : white; 
	border-radius: 10px ;
	radius: 10px;
	padding: 10px ;
	border-padding: 10px;
}

.agrandissement:hover
{
	width: 90%;
	height:90%;
}

.imageflottante 
{
	float:right;
	border : none ; 
	background-color : white; 
	border-radius: 10px ;
	radius: 10px;
	padding: 10px ;
	border-padding: 10px;
}

.dessous
{
    clear: both;
}

h3
{
	font-size : 1.2em;
	text-align: center;
}

h4
{
	font-size : 1em;
	text-align: relative;
}

p
{
    	font-family: Verdana, Times New Roman, sans-serif ;
	text-align: justify ;
	font-size: 0.9em ;
} 

h5 /*retour haut de page*/
{
	font-family: Verdana, Times New Roman, sans-serif ;
	font-size : 0.7em ;
	text-align: right ;
	font-weight:normal;
}

//*footer*/
footer
{
	width: 800px ;
	color: #181818 ;
	font-size : center
}

h6 /*retour haut de page*/
{
	font-family: Verdana, Times New Roman, sans-serif ;
	font-size : 0.7em ;
	text-align: center ;
	font-weight:normal;
}

h7
{
	font-family: Verdana, Times New Roman, sans-serif ;
	font-size : 0.7em ;
	text-align: center ;
	font-weight:normal;
}
