/*
 * Feuille de style pour le site campux
 * auteur: campux <http://www.campux.org>
 * créée le 2004-08-26
 */

/**************************************************************** 
 * Général 
 ****************************************************************/

html,body {
	background-color: white;
	background-image: url(backclairmenu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : Arial, sans-serif;
	font-size : 85%;
}

/* Paragraphe, liste et cellule */
p,ul,li,td {
	text-align: justify;
	color: black;
}

/* Titre 1 */
h1 {
	background-color: #d0d0d0;
	background-image: url(backgrisfmenu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0pt;
	border-style: solid;
	border-width: thin;
	border-color: blue;
	padding: 2pt;
	text-align: left;
	font-size : 85%;
	color : black;
}

div {
	background-color: #e8e8e8;
	background-image: url(backgriscmenu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-style: solid;
	border-width: thin;
	border-color: blue;
	margin-right: 30px;
}

/* Les liens */
a:link    {color: black; text-decoration:underline;}
a:visited {color: black; text-decoration:underline;}
a:hover   {color:red; text-decoration:none;}



/****************************************************************
 * Menu
 ****************************************************************/

div.menu {
	position: absolute;
	width: 70%;
	/*widht 17%*/
        left: 10px;
	right: auto;
	top: 10px;
	bottom: auto;
	padding: 10pt;
}

/* Titre 2 Menus */
div.menu h1 {margin-bottom: 10px;}

/* Titre 2 Menus */
div.menu a h2 {
	font-size : 150%;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

div.menu ul {
	margin: 1;
	padding: 0;
}

div.menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 1;
	text-decoration: none;
}

/* Listes Menus */
div.menu ul li.sub { 
	background-color: #d0d0d0;
	background-image: url(pics/back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	list-style-type: none;
	padding: 1px;
	border-style: solid;
	border-width: thin;
	border-color: #a0a0a0;
	text-decoration: none;
}

/* Liens Menus */
div.menu a:link {
	color: black; 
	text-decoration: none;
	font-size: 80%;
}

div.menu a:visited {
	color: black;
	text-decoration: none;
	font-size: 80%;
}

div.menu a:hover {
	margin: 0pt;
	padding: 0pt;
	color : red;
	font-size: 80%;
}


/****************************************************************
 * Pied de page 
 ****************************************************************/

div#footer {
	background-color: white;
	position: fixed;
	border-style: none;
	width: 12%;
	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%;	
}