body
{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	font-family:Arial;
	font-size:14px;
	background-image:url(../images/bgglobal.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#eeeeee;
}
	div#global
	{
		position:absolute;
		top:50%;
		left:50%;
		width:1014px;
		height:530px;
		margin-top:-265px;
		margin-left:-507px;
		/*border:1px dotted black;*/
	}
	
	div#bandeauinfo
	{
		position:absolute;
		width:170px;
		height:165px;
		top:0;
		left:0;
	}
	
	a img
	{
		border:none;
		text-decoration:none;
	}

/*------------------------- MENU -------------------------*/
					
		div#menu
		{
			width:955px;
			height:38px;
			margin:0 auto;
			background-image:url(../images/bgmenu.jpg);
			background-repeat:no-repeat;
		}
			div#menu ul
			{
				margin:0;
				padding:0;
				text-align:right;
				padding-top:10px;
				padding-right:10px;
			}
				div#menu ul li
				{
					display:inline;
					padding-left:5px;
					font-weight:lighter;
					list-style-type:none;
					text-transform:uppercase;
				}
					div#menu ul li a
					{
						color:#ffffff;
						text-decoration:none;
					}
					
/*------------------------- MAIN CONTENT -------------------------*/
					
		div#maincontent
		{
			width:100%;
			margin:0 auto;
			margin-top:20px;
			position:relative;
			/*border:1px solid red;*/
		}
			div#carrousel
			{
				width:955px;
				height:320px;
				position:relative;
				margin:0 auto;
				/*border:5px solid #626262;*/
				overflow:hidden;
			}
				div.slide
				{
					width:955px;
					height:320px;
					position:absolute;
					top:0;
					left:0;
				}
					
			/*---- Navigation ----*/
			div#precbtn
			{
				width:30px;
				height:40px;
				position:absolute;
				top:50%;
				left:0;
				margin-top:-15px;
			}
			
			div#nextbtn
			{
				width:30px;
				height:40px;
				position:absolute;
				top:50%;
				right:0;
				margin-top:-15px;
			}

/*------------------------- VIGNETTES -------------------------*/
						
		div#vignettes
		{
			width:955px;
			height:126px;
			margin:0 auto;
			margin-top:20px;
		}
			div#vignettes span.agauche
			{
				margin-right:20px;
			}
				div#vignettes span a img
				{
					border:none;
					text-decoration:none;
				}

/*------------------------- CLASSES -------------------------*/
					
		.agauche
		{
			float:left;
		}
		
		.adroite
		{
			float:right;
		}