/* Mise en page */

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

table {
	font-size: 12px;
}

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

#global div {
	position: relative;
}

#main {
	width: 900px;
	border: solid 1px #000000;
	background: #C1282D url('background.jpg') repeat-y;
}

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

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

#corps {
	width: 900px;
}

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

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

#menu {
	width: 160px;
}

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

#page {
	width: 588px;
	padding-bottom: 20px;
}

#colonne {
	width: 82px;
}

#footer {
	width: 900px;
	background: #F3E046;
	padding: 3px 0;
	text-align: right;
	font-size: 11px;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

/* Page content */

#displayer {
	float: left;
	width: 100%;
}

#diapo_full {
	width: 302px;
	float: right;
	margin: 0 0 10px 10px;
}

#langage {
	float: right;
}

/* Menus : lien */

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

#menu a.current {
	background: url('puce_000.gif') 5px 60% no-repeat;
}

#menu a.submenu, #menu a.submenu_current {
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	color: #444444;
	display: block;
	padding: 2px 0px 2px 25px;
}

#menu a.submenu{
	text-decoration: none;
}

#menu a.submenu_current{
	text-decoration: underline;
}

#menu a.externe {
	margin-top: 30px;
}

#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, #langage a:hover {
	text-decoration: underline;
}

#footer a {
	color: #000000;
	text-decoration: none;
	padding: 0 10px;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Styles */

h1.titre {
	font-family: Georgia, Times New Roman, Times;
	font-weight: normal;
	font-size: 28px;
	display: block;
	text-align: left;
	color: #FFFF15;
	margin: 0;
	padding: 0 0 2px 0;
}

#menu hr {
	width: 90%;
	text-align: center;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	border-style: solid;
	height: 0px;
	border-width: 1px 0 0 0;
}

span.sstitre {
	display: block;
	width: 100%;
	border: none;
	height: 4px;
	background: transparent url('dottedline.png') repeat-x;
	font-size: 0;
	line-height: 0;
	margin: 4px 0 14px 0;
}

.clear_right {
	visibility: hidden;
	clear: right;
	height: 0;
}

/* Blog */

div.blog {
	margin: 20px 0;
	padding: 10px 15px;
	border: 1px solid #700;
	background: #C44;
}

div.blog a h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFF15;
	text-align: left;
	text-decoration: none;
}

div.blog a:hover h2 {
	text-decoration: underline;
}

div.blog p {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 1em;
	color: #FFF;
	text-align: left;
}

/* Diaporama */

#diaporama {
	width: 300px;
	height: 200px;
	margin: auto;
	border: 1px solid #FFFFFF;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#mobile {
	width: 600px;
	height: 200px;
	position: relative;
}

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

/* 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;
}

/* Liens */
a {
	color: #FFFFCC;
	text-decoration: underline;
}
