/* CSS modele */
* { 
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
ol, ul {
  list-style: none;
} 
img, iframe, object {
	border: 0 none;
}
h1 , h2 {
	color:#fff;
}
h3 {
	color:#fff;
	font-size:0.8em;
}
h4 {
	color:#444;
	font-size:1em;
}
a {	
	text-decoration: none;
}
.definition {
	border-bottom: 1px dashed;
	cursor: help;
}
.lien {
	border-bottom: 1px solid;
	cursor:pointer;
}
a:hover {
	border-bottom:none;
}
a:visited {
	color: #444;
}

body {
	background:#d9d9d9;
}

#entete {
	position:relative;
	min-height:270px;
	padding-bottom:0.7em;
	width:769px;
	margin:auto;
	background: url(../images/entete.jpg) bottom left no-repeat;
}
#titre {
	min-height:179px;
	width:477px;
}
#logo span {
	display:none;
}
#sstitre {
	font-size:0.9em;
	width:314px;
	text-align:center;
	padding:5px 0 15px;
}
#descrip {
	text-align:center;
	font-size:0.7em;	
}	
#pola {
	height:247px;
	width:300px;
	position:absolute;
	left:469px;
	bottom:0;
}
#pola h3 {
	display:none;
}
#menu {
	padding-top:46px;
	min-height:25px;
	margin:0 157px 0 80px;
	position:relative;
	z-index:10;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
}
#menu li {
	display:inline;
	padding: 0 0.5em;
}
#menu a {
	padding-top:5px;
	border-bottom:none;
}
#corps {
	position:relative;
	padding:0 130px 0 24px;
	width:615px;
	margin:auto;
	background: url(../images/fond.jpg) top left no-repeat;
	font-size:0.7em;
}
#contenu {
	background:url(../images/feuille.png) repeat-y;
	min-height:380px;
	padding:0 10px 0 5px;

}
#pied_contenu {
	clear:both;
	background: url(../images/pied_contenu.png) no-repeat;
	height:14px;
	width:615px;
	padding-bottom:30px;
	
}
#corps p {
	padding-bottom:0.7em;
	line-height:1.3em;
}
#corps li {
	padding-bottom:0.5em;
}
.prop {
	text-align:center;
	clear:both;
}
#pied {
	clear:both;
	color:#fff;
	padding:0 100px 3em 0;
	width:669px;
	margin:auto;
	text-align:center;
	font-size:0.5em;
	
}

/*  Post It  */
/*************/

#definitions {
	width:769px;
	margin:2em auto;
}

.ssDef {
	color:#fff;
	width:80%;
	border-top:1px #c9c9c9 solid;
	border-right:1px #e9e9e9 solid;
	border-bottom:1px #e9e9e9 solid;
	border-left:1px #c9c9c9 solid;
	clear:both;
}

.postIt {
	float:left;
	width:246px;
	background:url(../images/top_post_it.png) top no-repeat;
	margin:2em;
}
.corpsPostIt {
	margin-top:5px;
	background:url(../images/corps_post_it.png) repeat-y;
	padding: 0.5em 15px 0.5em;
	width:216px;
	font-size:0.7em;
	min-height:10em;
}
.corpsPostIt p{
	padding-top:0.5em;
	color:#666;
	
}

.piedPostIt {
	width:216px;
	height:24px;
	background:url(../images/pied_post_it.png) no-repeat;
	text-align:right;
	padding-right:30px;
	font-size:0.7em;
}