/* Mise en page */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 14px;
	text-align: center;
	background: #FFFFFF;
}

table {
	font-size: 14px;
}

#global {
	position: relative;
	width: 902px;
	margin: 0 auto;
	text-align: left;
}

#global div {
	position: relative;
}

#main {
	width: 900px;
	border-color: #AFD641;
	border-style: solid;
	border-width: 0 1px;
	background: #E6F2A6;
}

#banniere {
	width: 900px;
	height: 240px;
}

#banniere img {
	display: block;
	border: none;
}

#corps {
	width: 900px;
}

#main, #footer, #gauche, #contenu, #submenu, #page, #colonne {
	float: left;
}

#gauche {
	width: 230px;
	background: url('pierre.jpg') 0 0 no-repeat;
}

#menu {
	width: 230px;
	height: 391px;
}

#contenu {
	width: 670px;
	background: url('content_top.jpg') 0 50px no-repeat;
}

#submenu {
	width: 670px;
	height: 50px;
	background: url('menu.jpg') 0 0 no-repeat;
}

#page {
	width: 470px;
	margin-top: 40px;
}

#colonne {
	width: 200px;
}

#footer {
	width: 902px;
	background: url('content_bottom.jpg') 50% 0 no-repeat;
	padding: 35px 0;
	text-align: center;
	font-size: 12px;
}

#blason {
	padding: 15px 0 20px 40px;
}

/* Page content */

#othermenu, #diaporama_right, #diaporama_full, #displayer {
	float: left;
}

#othermenu, #diaporama_right {
	width: 50%;
}

#othermenu {
	padding-top
}

#diaporama_full, #displayer {
	width: 96%;
}

#diaporama_full, #diaporama_right {
	text-align: center;
}

#langage {
	float: right;
}

/* Menus : lien */

#menu a {
	font-family: Georgia, Times New Roman, Times;
	font-size: 15px;
	color: #002ADF;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
}

#menu a.current {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #7F7200;
}

#submenu a {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 18px;
	padding: 0 15px;
	background: url('puce_fff.gif') 0 60% no-repeat;
}

#submenu a.current, #submenu a:hover {
	color: #000000;
	background: url('puce_000.gif') 0 60% no-repeat;
}

#othermenu a {
	font-size: 14px;
	color: #7F7200;
	text-decoration: none;
	display: block;
	padding: 1px 5px 1px 30px;
	font-weight: bold;
}

#othermenu a.current {
	background: url('puce_big.gif') 14px 60% no-repeat;
}

#langage a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 15px;
}

#langage a.current {
	background: url('puce_fff.gif') 4px 60% no-repeat;
}

#menu a:hover, #submenu a:hover, #othermenu a:hover, #langage a:hover {
	text-decoration: underline;
}

/* Styles */

h1.titre {
	font-family: Georgia, Times New Roman, Times;
	font-weight: bold;
	font-size: 22px;
	display: block;
	text-align: center;
	color: #006600;
	margin: 0;
	padding: 10px;
}

/* Diaporama */

#diaporama {
	width: 200px;
	height: 134px;
	margin: 16px auto;
	border: 1px solid #9FAA24;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#mobile {
	width: 400px;
	height: 134px;
	position: relative;
}

.cadre {
	background: transparent;
	width: 200px;
	height: 134px;
	position: relative;
	float: left;
}

/* Colonne actualités */

#actualites {
	float: right;
	width: 200px;
	margin-top: 18px;
}

#actualites_top, #actualites_middle, #actualites_bottom {
	width: 194px;
	float: left;
}

#actualites_top {
	height: 30px;
	background: url('colonne_top.png') 0 0 no-repeat;
	text-align: center;
	font-family: Times New Roman, Times, Georgia;
	color: #7F7200;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}

#actualites_middle {
	background: url('colonne_middle.png') 0 0 repeat-y;
}

#actualites_bottom {
	height: 30px;
	background: url('colonne_bottom.png') 0 0 no-repeat;
}

#actualites_middle div {
	padding: 0;
	margin: 10px 10px 0 8px;
	text-align: center;
}

#actualites_middle div span.actu_date {
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #6699DD;
	display: block;
}

#actualites_middle div h1 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 3px auto;
	text-align: center;
	display: block;
}

#actualites_middle div p {
	padding: 0;
	margin: 5px 0;
	font-size: 11px;
	text-align: left;
	text-indent: 25px;
	display: block;
}

#actualites_middle div hr {
	position: relative;
	width: 40%;
	height: 1px;
	border: 1px dotted #999999;
}

/* Contact */

td.legende {
	font-size: 10px;
	font-style: italic;
}

span.error {
	font-size: 12px;
	font-weight: bold;
	color: #CC5500;
}

.contact_field {
	width: 100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	border: 1px solid #AAAAAA;
}