html {
	font-size: 100%; 
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body {
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4;
	background-color: #E1D2B1;
	background-image:url("img/bck-imgs.jpg");
	background-repeat:repeat;
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	display: inline;
}
h1 {
	font-size: 1.50em;
	color:#3E6A97;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
li {
	list-style-image:url("img/puce.jpg");
}
p {
	margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
p.contenu {
	margin-right:10px;
}
A:link, A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
A.lartisanweb:link, A.lartisanweb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.lartisanweb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
A.mentions:link, A.mentions:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.mentions:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
A.email:link, A.email:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
A.menu:link, A.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B8D5F8;
	text-decoration: none;
}
A.menuchoisi:link, A.menuchoisi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #6CA7F0;*/
	color: #B8D5F8;
	text-decoration: none;
}
A.menuchoisi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B8D5F8;
	text-decoration: none;
}
a img {
	border: none;
} 
img.imgbordee {
	border:solid 1px #333333;
}
img.imggauche {
	float:left;
	margin:0 10px 10px 0;

}
img.imgdroite {
	float:right;
	margin:0 0 10px 10px;

}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
.contact {
	BACKGROUND-COLOR: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
TABLE.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#main{
	/*border: 1px solid red;*/
    margin-left: auto;
    margin-right: auto;
	width:1024px;
	height:768px;
}
#gauche{
	/*border: 1px solid red;*/
	float:left;
	position:relative;
	width: 775px;
	height:765px;
}
#droite{
	/*border: 1px solid red;*/
	float:right;
	position:relative;
	width: 249px;
	height:765px;
	background-image:url("img/bck-header-droite2.jpg");
	background-position:top;
	background-repeat:no-repeat;
}
#header{
	/*border: 1px solid red;*/
    margin-left: auto;
    margin-right: auto;
	width:775px;
	height:273px;
	background-image:url("img/bck-header.jpg");
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:bottom;
}
#corps{
	/*border: 1px solid red;*/
    margin-left: auto;
    margin-right: auto;
	width:775px;
	/*height:414px;*/
	background-image:url("img/bck-corps.jpg");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#BBDCFF;
}
#menu{
	/*border: 1px solid red;*/
    margin-left: auto;
    margin-right: auto;
	width:210px;
	float:left;
	height:460px;
	background-image:url("img/bck-menu.jpg");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#BBDCFF;
}
#menubleu{
	/*border: 1px solid red;*/
    margin-left: 0px;
    margin-right: auto;
	width:208px;
	float:left;
	height:230px;
	background-image:url("img/bck-menu-bleu.png");
	background-repeat:no-repeat;
	background-position:top;
}
#menuorange{
	/*border: 1px solid red;*/
    margin-left: 0px;
    margin-right: auto;
	width:208px;
	float:left;
	height:230px;
	background-image:url("img/bck-menu-orange.png");
	background-repeat:no-repeat;
	background-position:top;
	font-weight:bold;
	color:#FFFFFF;
}
#contenu{
	/*border: 1px solid red;*/
	margin-left: 0px;
	margin-right: auto;
	width: 565px;
	float:right;
	height:460px;
	background-image:url("img/bck-contenu.jpg");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#BBDCFF;
	text-align:left;	
}
#footer{
	/*border: 1px solid red;*/
	clear:both;
	position:relative;
	width: 775px;
	height:90px;
	background-image:url("img/bck-footer.png");
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
	font-size:10px;
	
}

