/* General */

body {
	font-size: 14px;
	line-height: 1.2em;
	font-family: Arial, Verdana;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #0E8C0E;
	text-align: left;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	display: block;
}

body a img {
	border: none;
}

/* Liens */

a {
	color: #E7AA1C;
	text-decoration: underline;
}

a:hover {
	color: #E9CF1A;
}

/* Layout */

#page {
	width: 100%;
	min-width: 900px;
	text-align: left;
}

#banner {
	height: 270px;
	background: url('adanc-banniere.jpg') 0 0 no-repeat;
}

#banner h2 {
	width: 50%;
	margin-left: 50%;
	text-align: center;
	padding-top: 55px;
}

div.menu {
	background: #179417;
	border-bottom: 4px solid #13B310;
	font-size: 0.9em;
}

#main {
	min-width: 900px;
	min-height: 300px;
	margin: 0;
	padding: 0;
}

#submenu {
	float: left;
	width: 25%;
	text-align: center;
	padding: 30px 0;
	font-size: 0.9em;
}

#content {
	margin-left: 25%;
}

#footer {
	background: #0C740C;
}

/* Contenu */

#content .inner {
	padding: 1em 50px 30px 30px;
	text-align: justify;
}

#content h1.titre {
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-size: 1.5em;
	line-height: 1.3em;
	text-decoration: none;
	padding: 0 50px 0 30px;
	margin-top: 1em;
	background: url('adanc-titre.gif') 2px 0.25em no-repeat;
}

#content h1.titre a {
	text-decoration: none;
	color: inherit;
	cursor: text;
}

#content h2 {
	font-size: 1.3em;
	margin: 1.3em 0 0.3em 0;
	padding: 0.5em 0 0 0;
}

#content h3 {
	font-size: 1.15em;
	margin: 1em 0 0 0;
	padding: 0.4em 0 0 0;
}

#content p {
	margin: 0.5em 0 1em 0;
	padding: 0em;
	text-align: justify;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0;
}

#footer p a {
	text-decoration: underline;
	color: #CCC;
}

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

hr.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0em;
	line-height: 0em;
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}

span.error {
	display: block;
	color: #E00;
	background: #FEE;
	border: 2px solid #E00;
	padding: 8px 20px;
	margin: 10px 0;
	font-weight: bold;
}

.Bold {
	font-weight: bold;
}

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/* Menu */

.menu ul {
	display: block;
	margin: 0;
	padding: 0;
}

.menu ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #13B310;
	max-width: 9%;
}

.menu ul li a {
	white-space : normal; 
	display: block;
	padding: 10px 30px;
	height: 35px;
	border-right: 1px solid #178B17;
	border-bottom: 1px solid #178B17;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background: #179417 url('adanc-menu-bullet.gif') 20px 17px no-repeat;
}

.menu ul li a:hover {
	background: #EC931D url('adanc-menu-bullet-hover.gif') 30px 17px no-repeat;
	border-right: 1px solid #C27715;
	border-bottom: 1px solid #C27715;
}

.menu ul li.current a {
	color: #FFF;
	background: #13B310;
	border-right: 1px solid #13B310;
	border-bottom: 1px solid #13B310;
}

/* Sous menu */
#submenu ul {
	display: block;
	margin: 0 auto;
	width: 180px;
	font-size: 1em;
	padding: 0;
}

#submenu ul li {
	display: block;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 2px 0;
}

#submenu ul li a {
	display: block;
	margin: 0;
	padding: 5px 10% 5px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background: url('adanc-submenu-bullet.gif') 91% 50% no-repeat;
}

#submenu ul li a:hover {
	text-decoration: underline;
	background: url('adanc-submenu-bullet.gif') 100% 50% no-repeat;
}

#submenu ul li.current a {
	background: url('adanc-submenu-bullet.gif') 100% 50% no-repeat;
	text-decoration: none;
	cursor: text;
}

/* Contact */

table.contact {
	font-size: 1em;
}

table.contact input, table.contact textarea{
	border: 1px solid #13B310;
	margin: 1px 0;
	width: 90%;
	max-width:400px;
	padding: 2px;
	font-size: 1em;
}

table.contact td.legende {
	padding-top: 1em;
	font-size: 0.9em;
	font-style: italic;
}

table.contact td span.error {
	display: inline;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
}

table.contact td.legende {
	padding-top: 1em;
	font-size: 0.9em;
	font-style: italic;
}

table.contact td span.error {
	display: inline;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
}

/* Diaporama */

#mod_diapo {
	width: 300px;
	height: 200px;
	margin: 0 0 0.5em 1em;
	border: 2px solid #13B310;
}

#diaporama {
	border: none;
}

#mod_diapo {
	float: right;
	text-align: center;
	z-index: 1000;
}

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

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

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

/* Blog */

#content div.blog {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px solid #13B310;
}

#content div.blog h2 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

#content div.blog h2 a {
	text-decoration: none;
}

#content div.blog p {
	padding: 0;
	margin: 10px 0 0 0;
	text-align: justify;
}

#content div.blog p a {
	white-space: nowrap;
}