.bordure {
	border: 1px solid #FFCC00;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 16px;
	background-color: #CC0000;
}
A.vertical:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #A42B58;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
.fond {
	background-attachment: fixed;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*---------------------------div-------------------------------*/
div#conteneur {
	font-family:tahoma;
	padding-left:12px;
}
/*---------------titre--------------*/
.element_titre_page {
	background: url(../img/fond_titre.jpg) repeat-x;
	width:210px;
	border:1px ridge #990066;
	text-align:center;
	color:#660000;
	font-size:12px;
	font-weight:bold;
	}
/*----------------------txt--------------------*/
.element_txt_gras {
	color:#660000;
	font-weight:bold;
}
.element_txt {
	color:#660000;
}
.element_txt_centrer {
	text-align:center;
	font-weight:bold;
}
/*-----------listes---------------------*/
ul#element_liste_bois {
	list-style-image:url(../img/puce.gif);
}
ul#element_liste_bois li {
	padding-left:4px;
}

.element_liste_competences ul {
	list-style-image:url(../img/puce2.gif);
}
.element_liste_competences ul li {
	padding-left:4px;
}

ul#element_liste_references {
	list-style-image:url(../img/puce3.gif);
}
ul#element_liste_references li {
	padding-left:4px;
	margin-bottom:4px;
	line-height:24px;
	height:24px;
}

ul#element_liste_particuliers {
	list-style-image:url(../img/puce4.gif);
}
ul#element_liste_particuliers li {
	padding-left:4px;
	margin-bottom:4px;
	line-height:24px;
	height:24px;
}
/*--------------liens------------*/
div#conteneur a, a:link, a:visited {
	font-family:tahoma;
	text-decoration:underline;
	color:#990000;
}
div#conteneur a:hover, a:active {
	font-family:tahoma;
	text-decoration:underline overline;
	color:#ffffff;
}