
/* standard elements */
html {min-height: 100%;}

body {
	margin: 0;
	padding: 0;
	background: #FFA500 url('images_g/body400x300.jpg') repeat center top;
	color: #444;
	padding-top: 1px;
}
h1 {margib: 0; padding: 0;}

/* structure */
/*container principal*/

.outer-container 
{
	padding-bottom: 10px;
}

/* structure du container second */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 3 10 2 10px;
	width: 880px;
}


/* headere & title */
.header {
	background: #FFD700;
	height: 18px;
	margin-bottom: 5px;
	text-align: center;
}

.h1 {
	color: #FFF;
	font: bold 0.7em Tahoma,sans-serif;
}

/* path */
.path {
	background: #FFF;
	border-top: 4px solid #000;
	padding: 10px 40px 0px 20px;
	height: 80px;

}
.logo
{
	float: left;
}

.logodroite
{
	float: right;
}

/* main */
.main {
	background: #FAFAFA; url(images_g/main.gif) repeat-y;
	border-top: 4px solid #000;
	padding: 8px 12px 0 0;
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
	margin-top: 4px;
	background-color: #F7F7F2;
}
.navigation h2 {
	color: #FF4500;
	font: bold 0.9em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	margin: 5px 1px 0px;	
	padding: 0px;
	border-top: 2px solid #EAEADA;
}
.navigation li {border-bottom: 2px solid #EAEADA;}
.navigation li a {
	font-size: 0.8em;
	font: "Trebucher" Tahoma,sans-serif;
	color: #FF4500;
	display: block;
	padding: 1px 5px 1px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0E68C;
	color: #FF4500;	
}

/* content central */
.content {
	float: right;
	width: 490px;
	margin-right: 15px;
	margin-top: 10px; 
}

.content h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em;}
.content h3 
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em;
	color: #FF4500;
}
.content table {width: 490px;}

.content td
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.content img {border: none;}
.content td p
{
	width: 135px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em;
	padding-bottom: 5px;
}

.content li 
{
	list-style: url(images_g/li.gif);
	margin-left: 18px;
}
.content p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em;}
.content a {color: #FF7F50;}

/* container de droite */

.droite 
{
	float:right; 
	width: 150px;
	border-left: 2px solid #EAEADA;
}

.conthautun	/*li*/
{
	color: #FF4500;
	width: auto;
	padding: 8 0 8 0px;
}

.conthautun ul
{
	list-style-type: none;
	color: #33CCCC;
	
}
.conthautun li
{
	color: #33CCCC;
	margin-left: -36px;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em;
}
.conthautun a
{	
	text-decoration: none;
	color: #FF4500;
}
.conthautun a:hover
{
	color: #FFD700;
}
.conthautun h3 
{
	font-size: 1.2em;
	color: #FF4500;
	margin-bottom: 5px;
	margin-top: 15px;
}

/* footer */
.footer {
	background: #FFD700;
	color: #F7F7F2; /*texte*/
	font: 0.8em sans-serif;
	margin-top: 5px;
	padding: 8px 10px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* misc */
.clearer {clear: both; font-family: "Times New Roman", Times, serif; font-size: 1em;}
left {float: left;}
right {float: right;}

.pub
{
	text-align: center;
	width: 880px;
	margin-left: 43px;
	margin-top: -5px;
}
.pub table
{
	width: 870px;
	text-align: center;
}