/* @override 
	http://localhost/css/main.css
	http://localhost/jbgoupille/site2/css/main.css
	http://localhost/jbgoupille/www/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}
html{
	font-size: 100%;
}
body{
	font: 0.625em/1em Verdana, Arial, Helvetica, Geneva, "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	border-top: 3px solid black;
	background: url(../images/fond.gif) repeat-y center;
}
h1{
	border-bottom: 1px solid #185601;
	padding-bottom: 3px;
	margin: 1em 0 1em 0;

	color: #185601;
	letter-spacing: 1px;
	font: small-caps bold 2em/1em "Trebuchet MS";
}
h2{
	text-transform: capitalize;
	margin-top: 10px;
	font: 1.5em/1em "Trebuchet MS";
	letter-spacing: 1px;
	margin: 1.5em 0 0.5em 0;
	margin-bottom: 3px;
	font-weight: bold;
}
h3{
	margin-top: 5px;
	margin-bottom: 1px;
	text-transform: capitalize;
	font: 1.4em/2em "Trebuchet MS";
	letter-spacing: 1px;
}

p{
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 1em;
}
p.nom {
	margin: 0;
}
ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}
ul.rien {
	list-style: none;
}
hr{
	visibility: hidden;
	height: 0;
	clear: both;
}
em{
	color: gray;
}
strong{
	font-weight: bold;
}
img {
	border: 0;
}
u {
	text-decoration: underline;
}
p.sub {
	margin: 1em 0 0 0;
	text-decoration: underline;
}
#header{
	position: relative;
	width: 830px;
	height: 0;
	margin: 0 auto;
	padding: 149px 0 0 0;
	background: url(../images/header.jpg) no-repeat right top;
	overflow: hidden;
	background-color: #376004;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
}
ul#lienCorpo{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.5em;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/fond-corpo-gauche.gif) no-repeat left bottom;
	list-style-image: none;
	list-style-type: none;
}
ul#lienCorpo li{
	float: left;
	height: 2.0em;
	margin: 0;
	padding: 0 0.5em 0 0;
	background: url(../images/fond-corpo.gif) repeat-x 0 bottom;
	color: #FFF;
	font-size: 1.2em;
	line-height: 2em;
	border-top: 0.1em solid black;
}
ul#lienCorpo li a{
	color: #FFF;
	text-decoration: none;
}
div#validator{
	width: 830px;
	height: 53px;
	margin: 20px auto 0 auto;
	text-align: right;
}
div#validator a{
	font-size: 11px;
	color: gray;
	text-decoration: none;
}
div#mainMenu{
	width: 830px;
	height: 53px;
	margin: 0 auto;
	background: url(../images/menu-fond.jpg) repeat left top;
	text-align: center;
	background-color: #528F06;
}
div#mainMenu a{
	display: inline-block;
	height: 53px;
	margin: 0;
	padding: 0 1em;
	font-size: 1.5em;
	line-height: 53px;
	color: white;
	text-decoration: none;
}
div#mainMenu a:hover,
div#mainMenu a.activ{
	background: url(../images/menu-actif.jpg) repeat-x scroll top left;
	background-color: #2B4E02;
}
div#mainMenu ul{
	width: 100%;
	margin: 0 auto;
}
div#mainMenu li{
	display: inline;
	margin: 0;
}
div#mainMenu li a{
	float: left;
	display: block;
	height: 33px;
	padding: 1em;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border: 1px solid red;
}
div#mainMenu li a:hover,
div#mainMenu li a.activ{
	background: url(../images/menu-actif.jpg) repeat-x scroll top left;
}
#content{
	width: 800px;
	margin: 20px auto;
}
#content ul{
	margin-left: 20px;
	padding-left: 10px;
	/*list-style-image: url(../images/liste.gif);*/
}
#content ul li{
	margin: 3px 0;
}
#content div.site {
	position: relative;
	float: left;
	width: 50%;
	margin: 10px 0;
	text-align: center;
}
#content div.site p.desc{
	display: none;
	position: absolute;
	width: 259px;
	bottom: 0;
	left: 65.5px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #0F0;
	background-color: #B2FF86;
}
form label{
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
form label input{
	width: 50%;
}
form label.break{
	text-align: left;
}
form label.break input,
form label.break textarea{
	width: 100%;
}
form p.submit{
	text-align: right;
}
form.center{
	width: 60%;
	margin: 0 auto;
}
form div.submitError {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #ef9c00;
	background-color: #ff6;
	color: #F00;
	font-size: 11px;
}
form div.submitOk {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #0F0;
	background-color: #B2FF86;
	text-align: center;
}

