body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4B0082;
	margin: 0px;
	padding: 0px;
}


/* -------------- liens generaux ------------------*/

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
a:hover {
	color: #333399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* -------------- Structure ------------------*/

#layout {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}

/* -------------- Top ------------------*/

#top {
	background-image: url(img/icone.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#top h1{
	text-indent:-9999px;
	margin: 0px;
	padding: 0px;
}

/* -------------- menu ------------------*/

#menu {
	height: 50px;
	border-top-width:3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330099;
	border-bottom-color: #330099;
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	
}
		

#menu h1 {

	color: #008080;
	margin: 10px;
	padding: 0px;
	font: bold 2em "Verdana";
	padding-left: 15px;
}



/* ******* Partie Presentation ********* */
#presentation {
	text-align: left;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	width: 100%;
	margin: 0em;
	padding: 0px;
	border-bottom-color: #999999;
}

	


#presentation .droite {
	text-align: left;
	width: 270px;
	float: left;
	margin: 20px;
	padding: 0px;
}

#presentation .droite h1 {
	color: #333399;
	margin: 10px 0px 0px;
	padding: 0px;
	font: bold 2em "Verdana";
}



#presentation .droite p {
	font: 0.9em/1.5em "Verdana";
	padding-left: 15px;
}

/* ******* Bloc Principal ******** */

#principal {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 2px;
}

#principal .droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 680px;
	float: left;
	margin-left:130px;
}

#principal .droite h1 {
	margin: 0 0 0.5em;
	padding: 4px 6px 4px 0px;
	color: #333399;
	font: bold 1.7em "verdana";
}



#bloc_principal .droite p {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: justify;
}


/* ************ bloc dernier Travaux ********* Colonne de gauche  ********** */


.liste li a:link, .liste li a:visited  {
	font-style: normal;
	font-size: 2em;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3333CC;
	margin: 0px;
	padding: 1px 0px 2px;
	background-image: none;
	text-align: right;
	margin-top: 5px;
}
.liste li a:hover {
	background-color: #F2F2F2;
	background-position: left top;
	color: #660099;
}

.projet a {
	padding-top: 1px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.projet li a:link, .projet li a:visited  {
	font-style: normal;
	font-size: 2em;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3333CC;
	margin: 0px;
	padding: 1px 0px 2px;
	background-image: none;
	text-align: right;
}

.projet li a:hover {
	background-color: #F2F2F2;
	color: #333333;
}

/* Colonne de gauche */

.gauche {
	display: block;
	width: 200px;
	float: left;
	text-align: left;
	font-size: 0.75em;
}



.gauche h1 {
	font-size: 2.5em;
	text-align: right;
	padding-top: 1em;
	
}



.gauche ul {
	list-style-type: none;
	margin: 0px 0px 1em;
	padding: 0px;
}
.gauche li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.gauche li a {
	display: block;
	padding-bottom: 0px;
}

.urlgauche a {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	border-style: none;
	padding-left: 9px;
}
/********** pied de page ***********/

#footer {
	height: 20px;
	float: right;
	width: 100%;
	font-size: 0.8em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #330099;
	padding-top: 10px;

	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
#footer p {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#footer img {
	margin: 2px;
	padding: 1px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #666666;
}
.validation {
	float: right;
	width: 280px;
	text-align: right;
}
.validation a , .validation a:link , .validation a:visited {
	border: none;
}
