/* tout ce qui est commun a toutes les pages */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color:#666666;
}
a:visited {
	font-weight: bold;
	color:#666666;
}
a:active {
	font-weight: bold;
	color:#666666;
}
a:hover {
	font-weight: bold;
	color:#BD1A8D;
}
.titre {
	font-size: 18px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style:double;
	border-bottom-color: #CBDB2A;
	margin-bottom:10px;
	margin-top:10px;
}

.lienbouton {
	background-image: url("../image/base/lienbouton.gif");
	background-repeat: no-repeat;
	height: 34px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.lienbouton:hover {
	background-image: url("../image/base/lienbouton_on.gif");
}
.lienboutonselect {
	background-image: url("../image/base/lienbouton_on.gif");
	background-repeat: no-repeat;
	height: 34px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

