/***************************** Body */
html,body {
	margin:0; 
	padding:0;
		background-color:#fff;
}

/***************************** Les Polices*/
* {
	font-family: verdana, serif;
	font-size:12px;
	color : #383e36;
		background-color:#fff;
}

a {
	color:#0000ff;
}

h1, h2 {
	color:#67c3b6;
}

h1 {
	font-size:17px;
}

img {
	border:0;
}

span {
	display:none;
}

/***************************** Les Acronymes*/
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}


/***************************** Le Container Général */
#container {
	position:absolute;
	width: 746px;
	padding:0;
	background:#ffffff;
}

/***************************** Les Colonnes */

#text {
float:right;
	width : 65%;
	line-height:16px;
}

#rubrique {
	float : left;
	width : 30%;
}

#space {
	clear:both;
}

/***************************** Les Header */

.righttitle {
	margin-top:5px;
	float:right;
}

.righttitle2 {
	margin-top:20px;
	float:right;
}

.leftlogo {
	float:left;
}

#page {
	margin:0;
	padding-top:8px;
}

/***************************** Les Menus Gauche */

#rubrique img {
margin-bottom:10px;
}


/***************************** Les FOOTER */

#footer {
text-align:center;
font-size:9px;

}

#footer a {
font-size:9px;

}

.border   {
	border:1px solid black;
	}
	
	li {  
 list-style-type:none;
display : list-item;
list-style-image : url(../images/puce.gif);
list-style-position: outside;
margin-left:-22px;
}