/* ASSEO CSS Principal */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 1em;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0em 2em 0em;
}

/* Structure de la page */

div#container {
	width: 770px;
	position: relative;
	top: 0px;
	margin: 25px auto 0px auto;
	padding-bottom: 25px;
	overflow: hidden;
	background-image: url(../images/v1/barre_bleu01.gif);
	background-position: 25px 0px;
	background-repeat: repeat-y;
}

div#header {
	min-height: 100px;
	margin-bottom: 25px;
}

div#navigation {
	float: left;
	width: 140px;
	background-image: url(../images/v1/menu_corps01.gif);
	background-position: 25px 0px;
	background-repeat: repeat-y;	
}

div#contenu {	
	float: right;
	width: 600px;
	margin-left: 25px;
}

div#pied {
	width: 770px;
	position: relative;
	margin: 0px auto 25px auto;
	background-color: #E2A340;
}

/* Detail des styles... */

div#container a#haut {
	display: none;
}

/* Header */

div#header h1 {
	margin-left: 25px;
	height: 0px;
	letter-spacing: -1000em;
	text-indent: -999em; 
	overflow: hidden;
}
div#header h2 {
	font-size: 1.2em;
}
div#header h2 a {
	display: block;
	padding: 68px 25px 15px 25px;
	color: #FFFFFF;
	background-image: url(../images/v1/header01.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;	text-decoration: none;
	color: #FFFFFF;
}

/* Navigation */

div#navigation h2 {
	margin-left: 25px;
	height: 12px;
	letter-spacing: -1000em;
	text-indent: -999em; 
	overflow: hidden;
	background-image: url(../images/v1/menu_haut01.gif);
	background-repeat: no-repeat;
}

div#navigation ul {
	margin-left: 0px;
	padding-bottom: 12px;
	list-style: none;
	background-image: url(../images/v1/menu_bas01.gif);
	background-position: 25px bottom;
	background-repeat: no-repeat;
}
div#navigation li {
	position: relative;
	color: #3333CC;
}
div#navigation li a {
	display: block;
	padding: 0.2em 10px;
	margin: 0.6em 0em 0.6em 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DC9018;
	border: 1px solid #DC9018;
	font-weight: bold;
}
div#navigation li a:hover {
	color: #DC9018;
	background-color: #FFFFFF;
}


/* Contenu */

div#contenu h1 { /* Redondant! */
	margin-bottom: 1em;
	font-size: 2em;
	font-family: "Lucida Casual", Georgia;
	color: #FF0000;
}
div#contenu h2 {
	margin-top: -0.4em;
	margin-bottom: 0.6em;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "Lucida Casual", Georgia;
	color: #395492;
	border-bottom: 1px solid #E2A340;
}
div#contenu h3 {
	clear: both;
	margin-top: 0.8em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: "Lucida Casual", Georgia;
	color: #395492;
}
body.accueil div#contenu h3 {
	clear: none;
}
div#contenu h4 {
	clear: both;
	margin-top: 0.6em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: "Lucida Casual", Georgia;
	color: #000000;
}
div#contenu p {
	margin: 0.5em 0em;
	line-height: 1.4em;
	text-indent: 1.6em;
	text-align: justify;
}
div#contenu p.alerte {
	text-indent: 0em;
	font-size: 1.6em;
	line-height: 1.8em;
	font-family: "Lucida Casual", Georgia;
	color: #FF3300;
}
div#contenu a {
	color: #779;
}
div#contenu a:link {
	text-decoration: none;
}
div#contenu a:visited {
	text-decoration: none;
}
div#contenu a:hover {
	color: red;
}
div#contenu ul {
	margin: 0.5em 0em;
	line-height: 1.4em;
	list-style: none;
}
div#contenu li { 
	margin: 0.5em 0em;
	line-height: 1.4em;
}
div#contenu ul.tirets {
	margin: 0.5em 0em;
	line-height: 1.4em;
	list-style: circle inside;
}
div#contenu ul.tirets li { 
	margin: 0.5em 0em 0.5em 1.6em;
	line-height: 1.4em;
	text-indent: -1em;
}
div#contenu img {
	border: 1px solid #333;
}
div#contenu img.floatRight {
	float: right;
	margin: 20px 0px 10px 30px;
	border: 1px solid #333;
}
div#contenu img.floatLeft {
	float: left;
	margin: 20px 30px 10px 0px;
	border: 1px solid #333;
}
ul.trombinoscope {
	clear: both;
}
ul.trombinoscope li {
	clear: both;
	margin-bottom: 10px;
}
ul.trombinoscope li.alignLeft img {
	float: left;
	margin: 0em 10px 1em 0em;
	border: 1px solid #333; 
}
ul.trombinoscope li.alignRight img {
	float: right;
	margin: 0em 0px 1em 10px;
	border: 1px solid #333; 
}
ul.trombinoscope li h5 {
	padding-bottom: 0.2em;
	font: Arial, Verdana, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #000000;
}
ul.trombinoscope li h6 {
	margin-top: 0.3em;
	font-weight: normal;
	color: #776; 
}
ul.trombinoscope li p {
	color: #776; 
	text-align: justify; 
	font-style: italic;
	text-indent: 0em !important;
}
ul.photos {
	clear: both;
}
ul.photos li {
	clear: both;
	margin-bottom: 10px;
}
ul.photos li.alignLeft img {
	float: left;
	margin: 0em 10px 1em 0em;
	border: 1px solid #333; 
}
ul.photos li.alignRight img {
	float: right;
	margin: 0em 0px 1em 10px;
	border: 1px solid #333; 
}
ul.photos li h5 {
	padding-bottom: 0.2em;
	font: Arial, Verdana, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #000000;
}
ul.photos li h6 {
	margin-top: 0.3em;
	font-weight: normal;
	color: #776; 
}
ul.photos li p {
	color: #776; 
	text-align: justify; 
	font-style: italic;
	text-indent: 0em !important;
}

/* Pied */

div#pied {
	background-image: url(../images/v1/pied_haut01.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
}

p#infos {
	float: left;
	position: relative;
	width: 35%;
	padding: 0.4em 0em 0em 45px;
	text-align: left;
	/*background-color:#6666FF;*/
}
p#copyright {
	float: right;
	position: relative;
	width: 35%;
	padding: 0.4em 45px 0em 0em;
	text-align: right;
}


div#pied p#lienDebut {
	clear: both;
	padding-top: 0.9em;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/v1/pied_bas02.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
}
div#pied p#lienDebut a {
	text-decoration: none;
}
div#pied p#lienDebut a:hover {
	text-decoration: underline;
}




/* - - - -   NE RIEN MODIFIER SOUS CETTE LIGNE!   - - - - */
/* - - - - et c'est valable pout toi aussi David! - - - - */


/* commented backslash hack v2 for Mac IE5 to centre wrapper div */
/* Styles within the comment block below are only seen by MacIE5 */
/*          It's a hack, it's ugly, but hell, it works!          */

/*\*//*/
div#container {
	left: 50%;
	margin-left: -384px;
}
div#contenu a:active {
	border: none;
}


/**/

