﻿/* ce fichier definit le style des elements principaux du site web pour la page-recherches */

/* 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-recherches */;
	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 ;
}

img
{
	width: 300px ;
}

.agrandissement
{
	float:center;
	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 ;
}

h5 /* retour haut de page */
{
	font-size: 0.7em ;
	text-align: right ;
}

h5 /* version anglaise */
{
	font-size: 0.7em ;
	text-align: right ;
}

p
{
	font-family: Verdana, Times New Roman, sans-serif ;
	text-align: justify ;
	font-size: 0.9em ;	
}

.menu2 ul li
{
	list-style type : square;
	font-family: Verdana, Times New Roman, sans-serif ;
	text-align: justify ;
	font-size: 0.9em ;
}



/*footer*/
footer
{
	width: 800px ;
	margin: auto ;
	color: #181818 ;
	text-align: center ;
}

h6
{
	font-family: Verdana, Times New Roman, sans-serif ;
	font-size : 0.7em ;
	text-align: center ;
	font-weight:normal;
}
