
/* DIVS */

#menuPrincipal {
	position: absolute;
	top: 0;
	left: O;
	margin: 0;
	width:100%;
	z-index: 1000;
	background-color: #DB2424;
	height: 15px;
}

#footer {
	position: absolute;
	bottom: 0;
	right : 0;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 999;
    width : 225px;
	
}

#footer1 {

	background-color: #DB2424;
	height: 15px;
	padding: 0 5px 0 5px;
}

#footer1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#footer1 a:hover{
	text-decoration: none;
	color: black;
}

#footer2 {
	
	background-color: #272222;
	height: 15px;
	padding: 0 5px 0 5px;
	
}

#footer2 a{
	text-decoration: none;
	color: white;
}

#footer2 a:hover{
	text-decoration: none;
	color: #DB2424;
    background-color: #272222;
}

/* liens */

a {
   text-decoration: none;
   color: #DB2424;
   background-color: none;
}


a:hover {text-decoration: none; color: white; background-color: #DB2424;}

/* projet */
a.projet {background: none; color: #666; text-decoration: none;}
a.projet:hover {color: white; text-decoration: none; background: none;}

/* menu */
a.menu {display: block; background-color: white; color: black; text-decoration: none;padding: 0 2px 0 2px; margin-bottom: 1px; margin-top: 1px;}
a.menu:hover {background-color:#DB2424;color: #FFFFFF;}

a.menu2 {display: block; background-color:#272222;color: white; text-decoration: none;padding: 0 2px 0 2px;margin-bottom: 1px;margin-top: 1px;}
a.menu2:hover {background-color: #DB2424; color: #FFFFFF;}

a.menu4 {display: block;background-color: #6D6D6D; color:white; text-decoration: none;padding: 0 2px 0 2px;margin-bottom: 1px;margin-top: 1px;}
a.menu4:hover {background-color: #DB2424;color: #FFFFFF;}

/* style */

.titre {
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	top: 0;
	font-weight: bold;
}

.titre a{
	text-decoration: none;
	color: #FFFFFF;
    background-color: #DB2424;
}

.titre a:hover{
	text-decoration: none;
	color: #000;
    background-color: #DB2424;
}

h1 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0 2px 3px;
	margin-bottom: 5px;
	background-color: #272222;
	color: white;
	clear: both;
	
}

h2 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0 2px 3px;
	margin-bottom: 5px;
	background-color: #272222;
	color: white;
}

h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #DB2424;
}

/* projets */

#PRO_titre {
	position: absolute;
	top: 160px;
	left: 220px;
	height: 17px;
	width: 310px;
	text-transform: uppercase;
	background-color: #272222;
	padding: 3px 5px 0px 10px;
	color: white;
	font-weight: bold;
}

#PRO_numero {
	position: absolute;
	top: 130px;
	left: 220px;
	background-color: #272222;
	padding : 0px 5px 0px 10px;
	height: 20px;
	color:white;
	width: 310px;
}

