/************************************** MISE EN PAGE *********************************************/

BODY {

	margin : 0px;
	padding : 0px;
	background : url(./../img/fond_body.jpg) top repeat-x #B5A67C;
	font-family : Verdana;
	font-size : 12px;

}

img {

	border: 0;

}

form {

	clear: none;
	margin: 0;

}

input {

	border: 1px solid #CCCCCC;
	font-size: 11px;
	height:13px;

}

#page {

	position : relative;
	margin : auto;
	margin-top : 60px;
	padding : 0px;
	width : 942px;
	height : auto;
	z-index : 2;
	left: -25px;

}

#page_top {

	position : relative;
	padding : 0px;
	width : 942px;
	height : 30px;
	z-index : 2;
	background : url(./../img/page_top.png);

}

#page_milieu {

	position : relative;
	padding : 0px;
	width : 942px;
	z-index : 2;
	background : url(./../img/page_milieu.png);

}

#logo {

	position : absolute;
	padding : 0px;
	width : 192px;
	height:163px;
	z-index : 2;
	background : url(./../img/logo.png);
	top:-70px;
	right:-49px;

}

#langues {

	position : relative;
	float:left;
	padding : 0px;
	margin-top: -14px;
	margin-left: 18px;

}

#recherche {

	position : relative;
	float:left;
	margin-left: 10px;
	margin-top: -17px;
}

#menu {

	position : relative;
	float:left;
	clear:all;
	margin-left: 5px;
	margin-top:34px;
	height: 438px;
	width: 175px;
	background : url(./../img/menu.gif) no-repeat;
}

#menu ul{
	list-style:none;
	margin-top: 60px;
	margin-left: 2px;
	padding:0;
}

#menu ul li{
	font-size: 20px;
	font-family: Garamond, Times New Roman;
	color: #531B1D;
	margin-bottom: 2px;
	margin-left:0;
}

#menu ul li a{
	color: #786320;
	text-decoration:none;
}

#menu ul li img{
	visibility:hidden;
	margin-right:-5px;
}

.menu_droite{
	margin-left:-4px;
}

#corps {

	position : relative;
	float:left;
	margin-top:10px;
	width: 530px;
}

#titre {

	position : relative;
	width: 530px;
	border-bottom: 2px solid #531B1D;
	z-index : 3;
}

#titre h1 {

	position : relative;
	float:left;
	width: 500px;
	font-size: 36px;
	font-family: Garamond, Times New Roman;
	color: #531B1D;
	margin: 0;
	font-weight: normal;
	padding: 0;
}

h3.spip {
position : relative;
clear:both;
color:#531B1D;
padding-top:10px;
}

#print {

	position : absolute;
	bottom:3px;
	right:4px;
}

#texte {

	position : relative;
	width: 530px;
	margin-top: 15px;
	text-align:justify;
}

#texte iframe{

	border: 2px solid #531B1D;
	padding:2px;
	clear:none;
}

#maison {

	position : relative;
	float:left;
	width: 204px;
	height: 132px;
	margin-left: 10px;
	margin-top: 350px;
	background : url(./../img/maison.jpg) no-repeat;

}

.maison_item a{
	color: #531B1D;
	text-decoration:none;
	font-size: 16px;
	font-family: Garamond, Times New Roman;
	font-weight:bold;
}

.maison_item img{
	visibility: hidden;
	margin-bottom:2px;
}

#maison_laval {

	position : absolute;
	left:100px;
	top:35px;

}

#maison_longueuil {

	position : absolute;
	left:20px;
	top:50px;

}

#maison_rimouski {

	position : absolute;
	left:80px;
	top:70px;

}

#maison_phrase {

	position : absolute;
	top:112px;
	left: 17px;
	font-size: 9px;
	color: #531B1D;
	letter-spacing: -0.1em;

}

#page_bottom {

	position : relative;
	padding : 0px;
	width : 942px;
	height:40px;
	margin-bottom: 20px;
	z-index : 2;
	background : url(./../img/page_bottom.png) transparent;

}

#adresse {

	position : absolute;
	top:20px;
	left: 255px;
	color: #531B1D;
}

strong.spip { color: #531B1D}

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; border: 2px solid #531B1D; padding: 3px;}
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 10px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 10px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

.pointer{
	cursor:pointer !important;
	cursor:hand;
}

