/* tout ce qui est commun a toutes les pages */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url("../image/base/fond.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	line-height:18px;
}
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;
}

.logo {
	position: absolute;
	height: 135px;
	width: 175px;
	top: 0px;
	left: 40px;
}
.logo_popup {
	background-image: url("../image/base/logo_simple.gif");
	height: 135px;
	width: 70px;
	position: absolute;
	left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
.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;
}
.copyright {
	width:750px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CBDB2A;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	clear: both;
}
.copyright a:link {
	text-decoration:none;
	color: #999999;
}
.copyright a:visited {
	text-decoration:none;
	color: #999999;
}
.copyright a:hover {
	text-decoration:none;
	color: #000000;
}
.copyright a:active {
	text-decoration:none;
	color: #000000;
}
.alerte {
	background-image: url("../image/base/alerte.gif");
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 40px;
	margin-bottom: 15px;
	padding-bottom: 45px;
}
.concepteur {
	width:640px;
	height:570px;
	margin-left:auto;
	margin-right:auto;
}
li a {
	background-image: url("../image/base/puce.gif");
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 10px; 
}
li a:hover {
	background-image: url("../image/base/puce_on.gif");
	color: #BD1A8D;
}

