/*
 * ----------------------------------------------------------------
 * Project 	: Site Unixial v1.0
 * ----------------------------------------------------------------
 *
 * @author :  Gerald LONLAS
 * @email : g.lonlas@dreaminvasion.com
 * @version du fichier : 1.0
 * ----------------------------------------------------------------
 */

@CHARSET "ISO-8859-15";
@import url('typo.css');

#wrap {
	width				: 928px;
	margin 				: auto;
}

#animation {
	/*background-image	: url("../images/animation-tmp.jpg");
	background-repeat	: no-repeat;*/
	
	height 				: 418px;
	margin-top 			: 10px;
}

#menu {
	background-image	: url("../images/background-index.jpg");
	background-repeat	: no-repeat;
	height 				: 243px;
	padding-top			: 9px;
	padding-bottom		: 35px;
}

	#blockLeft {
		width			: 295px;
		height			: 200px;
		
		padding-top		: 2px;
		padding-bottom	: 2px;
		float			: left;
	}
	
	#blockCenter {
		width			: 330px;
		height			: 200px;
		padding-left	: 25px;
		padding-right	: 2px;
		padding-top		: 2px;
		padding-bottom	: 2px;
		float			: left;
	}
	
	#blockRight {
		width			: 230px;
		height			: 200px;
		padding-left	: 22px;
		padding-right	: 2px;
		padding-top		: 15px;
		padding-bottom	: 2px;
		float			: left;
	}
	
	#blockRight p {
		margin-top : 4px;
		margin-bottom : 0px;
	}

/* Boutons Menu
------------------------------*/
#menuItems {
	margin-left 		: 20px;
	margin-top			: 10px;
}

#menuItems a{
	text-decoration 	: none;
}


.btnMenu {
	width 				: 96px;
	height 				: 69px;
}


/* Personnalisation
-------------------------------*/

#blockCenter ul {
	list-style 			: none;
	margin-left 		: 0px;
	padding-left		: 0px;
	margin-top			: 0px;
}

.actualite {
	margin-bottom 		: 20px;
	color				: #FFFFFF;
	font-size			: 12px;
}

.actualite h2{
	margin-bottom 		: 0px;
}

.actualite h2 a{
	color 				: #6B4F00;
}

.actualite  p {
	margin-top 			: 2px;
}

.actualite p a{
	color 				: #6B4F00;
}




