﻿/* ce fichier definit le style des elements principaux de la page d'accueil */

/* Elements principaux de la page */

body 
{
	font-family: Verdana, Times New Roman, sans-serif ;
	color: #181818;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
}

#bloc_page
{	
	width: 900px ;
	margin: auto;
}


/* 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 ;
}



//*footer*/
footer
{
	width: 900px ;
	color: #181818 ;
	font-size : center
}



h6
{
	font-family: Verdana, Times New Roman, sans-serif ;
	font-size : 0.7em ;
	text-align: center ;
	font-weight:normal;
}





