/*
 * auteur: campux <http://www.campux.org>
 * créée le 2004-08-26
 */

/**************************************************************** 
 * Général 
 ****************************************************************/

html,body {
	/*background-color: white;
	/*background-image: url(backclairmain.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
	background-attachment: fixed;*/
	
	font-family : Arial, sans-serif;
	
}

/* Paragraphe, liste et cellule */
p,ul,li,td {
	text-align: justify;
	color: black;
	font-family : Arial, sans-serif;
	
}

/* Titre 1 */
h1 {
	background-color: #d0d0d0;
	/*background-image: url(backgrisfmain.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0pt;
	border-style: solid;
	border-width: thin;
	border-color: blue;
	padding: 0pt;
	text-align: center;
	font-size : 150%;
	color : black;
	font-family : Arial, sans-serif;
	
}

div {
	/*background-color: #e8e8e8; */
	/*background-image: url(backgriscmain.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-style: solid;
	border-width: thin;
	border-color: blue;
	margin-right: 30px;
}

/* Les liens */
a:link    {color:#a13044 ; text-decoration:none;}
a:visited {color: red; text-decoration:underline;}
a:hover   {color: orange; text-decoration:none;}


/****************************************************************
 * Main
 ****************************************************************/

div.main {		
				
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10pt;
	margin-right: 20px;
}


/****************************************************************
 * Pied de page 
 ****************************************************************/

div#footer {
	/*background-color: white;
	position: fixed;*/
	border-style: none;
	width: 19%;
	left: 22px;
	right: auto;
	top: auto;
	bottom: 0;
}

a.footer:link {
	color: black;
	text-decoration: none;
	font-size: 75%;	
}

a.footer:visited {
	color: black;
	text-decoration: none;
	font-size: 75%;	
}

a.footer:hover {
	color: red;
	text-decoration: none;
	font-size: 75%;	
}