/* --- STYLES DE SECURISK --- */

/* Page */

html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em; 
    line-height: 1.5; 
	background: #000;
}

#global {
	position: relative;
	width: 800px;
	margin: 20px auto;
	background: #eae7f2;
}

#lien {
	text-decoration: none;
	color: #000000;
}

#lien img {
	border: none
}

#skip {
	width: 673px;
	text-align: right;
}

#skip a {
	text-decoration: none;
	color: #000000;
}


#entete {
	width: 800px;
	height: 265px;
	background-image: url(Images/Head.jpg);
}

#home {
	float: left;
	width: 450px;
	height: 70px;
	margin: 190px 0 0 10px;
}

#centre {
	width: 100%;
	overflow: hidden;
}

#menu {
	float: left;
	width: 200px;
	margin-top: 25px;
}

#contenu {
	margin: 30px 10px  20px 220px;
}

#contenu p{
	margin: 20px 20px 0 20px;
}

#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 35px 20px 10px 100px;
	border-bottom: 1px solid #999999;
}

#direct {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	margin-left: 280px;
}


#cita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-align: right;
	padding-right: 40px;
}

.imgleft {
	margin-left:50px;
}

.imgright {
	margin-left:100px;
}

.imgcenter {
	margin-left:150px;
}

.imgfloat {
	float:right;
	border: none;
}

#bandeau_glo {
	background-image: url(Images/Bandeau_bas_global.jpg);
	height: 100px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 80px;
}

#bandeau_sec {
	background-image: url(Images/Bandeau_bas_securite.jpg);
	height: 100px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 80px;
}

#bandeau_sur {
	background-image: url(Images/Bandeau_bas_surete.jpg);
	height: 100px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 80px;
}

#pied {
	background-image:  url(Images/Pied.jpg);
	width: 800px;
	height: 72px;
}

#pied  p {
	padding-top: 25px;
	padding-left: 10px;
	font-size: 0.8em;
}

/*Menu*/

#navigation {
			margin: 25px 0 0 0;
			padding: 0;
			background: #000;
			color: #fff;
			width: 180px;
			font: 1em "Trebuchet MS", sans-serif;
}
			
		#navigation a, #navigation span {
			display: block;
			height: 30px;
			padding: 10px 0 10px 15px;
			color: #eae7f2;
			text-decoration: none;
			background: #eae7f2 url(Images/menu-item.gif) left no-repeat;
			line-height: 1.8;
}
		#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
			background: #eae7f2 url(Images/menu-item.gif) left no-repeat;
}
		#navigation .open a, #navigation .open span {
			background: #eae7f2 url(Images/menu-item.gif) left no-repeat;
}
		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: none;
}
		#navigation .subMenu {
			margin: 0;
			padding: 0;
}
		#navigation ul.subMenu a {
			background: #eae7f2;
			color: #000000;
			padding: 3px 20px;
}

/* Titres */

h1 {
	margin-top: 64px;
	font-size: 1.2em;
	text-align: right;
	color: #333333;
	background: url(Images/LigneH1.gif) no-repeat right bottom;
}
