/* Body
-------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family :  Verdana, sans-serif;
	font-size: 12px;
	background: #2b7607 url(../img/page_bg.png) repeat-x;
	text-align: center;
}

/* Styles primaires
-------------------------------------------------------- */
img { 
	border: none; 
}
img.right {
	margin: 0 0 .5em 1em;
	float: right;
}

h1, h2, h3, h4 {
	font-family: Helvetica, "free sans", arial, sans-serif;
	color: #2e3436;
}

h1 {
	color: #2e3436;
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	border-bottom: 2px solid #2e3436
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 20px;
	padding: 8px 0 6px 0;
}
h2 a {
	text-decoration: none;
	color: #000;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 .5em 0;
	color: #2557a1;
}
h4 {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	color: #2557a1;
	margin: 0;
	padding: 1em 0 .5em 0;
}

hr {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	color: #000;
	background: #000;
	border: none;
}

p {
	font-size: 1em;
	text-align: justify;
	color: #000;
	margin: 0;
	padding: 2px 0 5px 0;
	background-color: transparent;
}
p.right {
	text-align: right !important;
}
p.indent {
	margin-left: 3em; 
}
strong {
	font-weight: bold;
}

ul {
	margin: 1em 0 1em 2.5em;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../img/small-dot.png);
	color: #000;
	background-color: transparent;
}
ol {
	margin: 1em 0 1em 2.5em;
	padding: 0;
	list-style-position: outside;
}
ul li,
ol li {
	margin: .4em 0;
	padding: 0;
	
	font-size: 1.1em;
}
ul.grande li {
	margin-bottom: 1em;
}
ul.grande li a {
	text-decoration: none;
}

a {
	color : #31550f;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color : #438505;

}
a:hover,
a:active {
	color : #1b2e09;
	text-decoration : none;
}

p.quote {
	padding-bottom: 1em;
	text-align: center;
	font-family: "trebuchet ms", sans-serif;
	font-style: italic;
	font-size: 1.4em;
}
sup {
	vertical-align: top;
}


table {
	margin: 1em;
	padding: 0;
	border: 2px solid #bbb;
	border-collapse: collapse;
	background-color: #fff;
}
caption {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #2557a1;
}
td, th {
	
}
th {
	margin: 0;
	padding: .2em .5em;
	background: #bbb;
	color: #fff;
}
td {
	margin: 0;
	padding: .2em .5em;
}
td.center {
	text-align: center;
}
td ul {
	list-style-image: none;
}

.form table {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
input.text,
select,
textarea {
font-size: 12px;
}

table.clear {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
table.clear td { 
	vertical-align: top;
}
table.clear td ul {
	list-style-image: url(../img/small-dot.png);
}


/* Page
-------------------------------------------------------- */

#page {
	width: 732px;
	margin: 64px auto 0 auto;
	padding: 0;
}

/* Header
-----------------------------------------------------------*/
#header {
	display: block;
	clear: both;
	padding: 0 16px;
	margin: 0;
	height: 135px;
	width: 700px;
	background: transparent url(../img/nav.png) no-repeat;
	background-position:  center 80px;
}
#title {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 289px;
	height: 80px;
	border: none;
	background: transparent url(../img/keyteam.png) top right no-repeat;
}
#title h1 {
	border: none;
}
#title a {
	display: block;
	width: 289px;
	height: 80px;
	text-indent: -90000px;
	border: none;
	text-decoration: none;
}

#signature {
	display: block;
	margin: 0;
	padding: 40px 20px 0 0;
	float: right;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	text-align: right;
}

#nav {
	float: left;
	width: 680px;
	padding: 0 0 0 20px;
	margin: 0;
	background: transparent url(../img/nav-bg.png) no-repeat top right;
}
#nav a,
#nav a:visited {
	color: #fff;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}
#nav a:active,
#nav a:hover {
	color: #f5f8ea;
}

#nav a.current {
	font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	clear: both;
}
#menu li {
	float: left;
	position: relative;
	margin: 0;
	padding:  7px 20px 9px 20px;
	font-size: 1em;
	line-height: 1.5em;
}
#menu li.current {
	background: #458905 url(../img/menu-h.png) top left repeat-x;
}

#submenu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 2px 20px 0 20px;
	font-size: 11px;
}
#submenu li.current  {
	background-image: none;
}
#submenu li.current a {
	font-weight: bold;
}
/* Main
-----------------------------------------------------------*/

#main {
	display: block;
	width: 700px;
	clear: both;
	text-align: left;
	background-color: #f9f4de;
	margin: 0 16px 0 16px;
	padding: 0;
}
.illu {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 447px;
	width: 200px;
	background: transparent;
	overflow: hidden;
}

.content {
	float: right;
	width: 419px;
	margin: 0;
	padding: 30px 38px 0 38px;
}

#home-intro {
	display: block;
	position: relative;
	float: right;
	width: 499px;
	height: 224px;
	margin: 0 0 1px 0;
	padding: 0;
	background: transparent url(../img/keys.png) top left no-repeat;
	text-indent: -90000px;
	overflow: hidden;
}
#home-intro ul {
	list-style-type: none;
}

img.home-schema {
margin: 20px 0 0 70px;
}

div.dl-bloc {
	display: block;
	float: right;
	width: 90px;
	margin: 0 0 .5em 1em;
	padding: 5px 5px 8px 5px;
	background: #c4d49f;
	font-size: .8em;
}
img.pdf {
	float: left;
}
	
/* footer
-----------------------------------------------------------*/

#footer {
	width: 700px;
	height: 49px;
	margin:0;
	padding: 0 16px;
	background: transparent url(../img/footer.png) top center no-repeat;
}
#footer p {
	margin: 0;
	padding: 10px 0 2em 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -.05em;
}
#footer p a,
#footer p a:hover,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
}


/* important 
--------------------------------------------------------------*/
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 419px;
	height: 0;
	background: transparent;
	border: none;
	line-height: 0;
	font-size: 0px;
	overflow: hidden;
}
