﻿@import url(layout.css);
/* 	
	background-color: #C1D72F; = VERT
	background-color: #9FA1A4; = GRIS
*/
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #9FA1A4;
}
#container {
	background-color: #fff;
	width: 700px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 700px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 450px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	background-image:url(../images/watermark.png);
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #C1D72F;
	position: relative;
}
#footer {
	width: 700px;
	text-align: center;
	background-color: #C1D72F;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000000;	
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.partenaires { 
	/* width: 190px; */	
	font-size: 8px;
	margin:auto; 
	background-color: #FFFFFF;		
	text-align: center;		
	margin: 4px;

}

.imgfloatright {
	float:right;
}
.imgfloatleft {
	float:left;
}

/* NÉCESSAIRE POUR LE WIDGET GOOGLE SUR LA PAGE 404.htm */
    /* Widget content container */
   #goog-wm { }

    /* Heading for "Closest match" */
   #goog-wm h3.closest-match { }

    /* "Closest match" link */
   #goog-wm h3.closest-match a { }

    /* Heading for "Other things" */
   #goog-wm h3.other-things { }

    /* "Other things" list item */
   #goog-wm ul li { }

    /* Site search box */
   #goog-wm li.search-goog { display: block; 
}

