@charset "utf-8";
/* CSS Goongillings-orchard.com, Common trunk
http://www.goongillings-orchard.com
Copyright 2008 Goongillings orchard
Design, conception, creation, coding by Augustin Regnier
 */
 
/*Language */
#lang{
	height: 25px;
	width: 1000px;
	margin: 5px auto 0px auto;
	padding: 0 0 0 10px;
	text-align: center;
	}
#lang img{
	border: none;
	display:inline;
	margin: -7px 0;
	} 
/*Main structure */
#body {
	background: #bad0de url('style/page_back.jpg') repeat-y center scroll;
	font-family: Arial;
	font-size: 17px;
	color:#ffffff;
	margin: 0;
	}

/*Header*/
#baniere{
	height: 140px;
	width: 100%;
	background: url('style/banniere.jpg') center center no-repeat;
	}
/*End header*/
/*Menu*/
#menu {
	height: 42px;
	width: 980px;
	margin: auto;
	background: url('style/tableau.gif') center center no-repeat;
	}	
	
#tableau {
	width: 980px;
	}
	
.cell {
	height: 40px;
	border: none;
	color: #FFFFFF;
	}
/*.cell:hover {background: url('style/cell_hover.gif') center center no-repeat}*/
.cell a, .cell a:visited { color: white; text-decoration: none;}
.cell a:hover {color: #930033}
	
/*End menu*/
/*Footer*/
#footer {	
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px #ffffff solid;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 0px;
	clear: both;
	}
	
#footer a, #footer a:visited {
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	}
/*End footer*/

/*End structure*/

/*Typo*/
.title {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align:center;
	}
	
#main p {
	margin: 5px 10px;
	}
/*End typo*/

/*Images*/
.alignleft {float:left}
.alignright {float:right}
a img { border: none;}