a { color: #a4bb00; }
a:hover { color: #E59608; }
.boiteBleueArrondieCorps a { color: #fff; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
/* *********************************
			DIV global
************************************ */
	#MAIN {
		font-family:Verdana, Arial;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		color:#707070;
	}

/* *********************************
			DIV HEADER
************************************ */
	
		#HEADER {
		}		
			#HEADER #headline {
			}			
			#HEADER #toolbox,
			#HEADER #toolbox  a {
				color: white;
				text-decoration: none;
			}

/* *********************************
			DIV MENU
************************************ */

	#CONTAINER #MENU {
	}

/* *********************************
			DIV ARIANE
************************************ */
	#CONTAINER #ARIANE,
	#CONTAINER #ARIANE a {
		color: #b1c903;
	}

	#CONTAINER #ARIANE {
		font-size: 9px;
		font-weight: bold;
	}
	
	#CONTAINER #ARIANE a {
		padding: 0 5px 0 5px;
		color: #b1c903;
		text-decoration: none;
	}

/* *********************************
			DIV CONTENT
************************************ */

	#CONTAINER #CONTENT{
		padding-bottom: 20px;
		/*padding-left: 1px;*/
	}
	
	#CONTAINER #CONTENT h1,
	#CONTAINER #CONTENT h2 {
		font-weight: bold;
	}
	
	#CONTAINER #CONTENT h1 {
		font-size: 18px;
		color: #b1c903;
		margin-bottom: 10px;
		margin-left: 190px;
	}
	
	#CONTAINER #CONTENT h2 {
		font-size: 14px;
		color: #779cad;
		margin: 10px 0 10px;
	}
				
/* *********************************
			DIV FOOTER
************************************ */
	#FOOTER {
	}
