/*
Theme Name: WAM
Description: Theme developpe par JL pour WAM
Version: 1.0
Author: Jerome LAMENT
Author URI: http://www.quad.fr/
Tags: blue, custom header, fixed width, two columns, widgets

	WAM  v1.0

	This theme was designed and built by Jerome LAMENT,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:12px; 
	color: #000000;
}

img { border: 0;}

a { cursor: pointer; text-decoration: underline; color: blue;}


#cadre {
	/* background: transparent url(images/fond_page.png) repeat-x scroll 0 0px;*/
	position: absolute;
	height:590px;
	left:50%;
	margin-left:-480px;
	margin-top:-290px;
	padding:0;
	position:absolute;
	top:50%;
	width:1000px;
	opacity: 1;
	}
	
.fond {
	position: relative;
	margin:0;
	padding:0;
	height:100%;
}

#page {
	position: absolute;
	margin: 0px auto;
	padding: 100px;
}

.contenu {
	position: relative;
	float:left;
	top: 285px;
	left: 230px;
	width: 432px;
	height:240px;
	line-height: 20px;
	text-align: justify;
}
.fond_blanc {
	background: transparent url(images/fond_data.png) no-repeat;	
}

.nav { cursor: pointer; }

ul {
	margin:0px;
	padding:0px;
}
ul li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 0px;
	line-height: 14px;
}

.blog ul {margin-top:2px; margin-left:25px;}
.blog ul li  {line-height: 15px; list-style-type: square;}