html {
	height: 101%;
}

body {
	color : #333;
	background : #e3e3e3;
	font-family: Arial, sans-serif;
	font-size : 12px;
	padding : 0;
	margin : 0;
}

img {
	border : none;
}

a {
	color : #9e9e9e;
}

a:hover {
	text-decoration : none;
}

a:focus {
	outline: none;
}

.clr {
	clear : both;
}

li {
	list-style : none;
}

p {
	padding : 4px 0 4px 0;
}

* {
	margin : 0;
	padding : 0;
}

h1, h2, h3, h4, h5 {
	font-size : 14px;
	font-weight : normal;
}

#wrapper {
	width: 1010px;
	margin: 0 auto;
}

div.ombre_cote {
	background: url(../images/ombre_cote1.png) top center repeat-y;
	width: 1010px;
	margin: 0;
	padding: 0;
}

div.ombre_bas {
	background: url(../images/ombre_bas.png) top center no-repeat;
	height: 10px;
	width: 1010px;
	margin: 0;
	padding: 0;
}

div.ombre_haut {
	background: url(../images/ombre_haut.png) bottom center no-repeat;
	height: 10px;
	width: 1010px;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

#logo {
	height: 100px;
	width: 490px;
	float: left;
	background: url(../images/logo.png) top left no-repeat;
}

#logo a {
	width: 450px;
	height: 90px;
	display: block;
}

#news {
	height: 100px;
	width: 500px;
	float: left;
}

#topmenu {
	height: 50px;
}

#conteneur {
	padding : 10px;
}

#slideshow {
	height: 235px;
	clear: both;
	margin: 10px 0 10px 0;
}

#breadcrumbs {
	height: 20px;
}

#gauche {
	width: 200px;
	float: left;
}

#centre.normal{
	float: left;
	width: 590px;
}


#centre.large {
	float: left;
	width: 790px;
}

#centre div.interne {
	padding: 10px;
}


#droite {
	width: 200px;
	float: left;
}

#footer {
	padding: 100px;
	text-align: center;
}

/*** modules bas ***/
div.entier {
	width: 100%;
}

div.moitie {
	width: 50%;
}

div.tiers {
	width: 33%;
}

div.modules_bas {
	float: left;
}

div.modules_bas div.interne {
	padding: 10px;
}

div.modules_bas ul li {
	line-height: 20px;
	margin-left: 10px;
}

div.modules_bas h3 {
	line-height: 35px;
}

/*** topmenu ***/
#topmenu li {
	background: #000;
	height: 50px;
	padding: 0 10px;
	float: left;
	margin: 0 2px;
	width: auto;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#topmenu li a {
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 45px;
}

#topmenu li a:hover, #topmenu li.current {
	color: #9e9e9e;
}

/*** menu colonne ***/
h3 {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}

ul.menu li {
	background: #9e9e9e;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	margin: 0 5px;
}

ul.menu li ul li{
	margin-left: 10px;
	background: #666;
}

ul.menu li a {
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
}

ul.menu li a:hover {
	color: #000;
}


/*** module gris ***/
div.moduletable_gris h3 {
	height: 36px;
	background: url(../images/titre_modulegris.png) left top repeat-x;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}

div.moduletable_gris {
	background: #9e9e9e url(../images/bas_modulegris.png) left bottom repeat-x;
	padding-bottom: 35px;
	color: #fff;
	margin-top: 10px;
}

div.moduletable_gris a {
	color: #fff;
	padding-left : 10px;
	line-height: 20px;
}

/*** formulaires ***/
input#modlgn-username, input#modlgn-passwd {
	width: 153px;
	height: 28px;
	line-height: 25px;
	background: url(../images/login_form.png) left top no-repeat;
	border: none;
	margin: 0;
	padding: 0px 0 5px 10px;
}

#login-form fieldset{
	border: none;
}

#login-form li{
	line-height: 20px;
}

input.button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px;
	cursor: pointer;
}



