/*
--------------------------------------------------------------------
Paul Rioux Base Styles
WEB designer: Marie-Eve roy
Version:  juillet 2006
-------------------------------------------------------------------- */



/* GENERAL RULES
-------------------------------------------------------------------- */
* {
	margin : 0;
	padding : 0;
}  
	  
body {
	background: #ded2c1;
	background-image:url(../img/img_backgrd.jpg);
	font-size: 12px;
	text-align : center;

	/* global font settings */
	font-family: Times New Roman, Times, serif;
	color: #333; /* main text color */
}

p {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #d5bda6;
}


/* GLOBAL DIVS
-------------------------------------------------------------------- */
div#global {
	width : 752px;
	margin : 0 auto;
	padding:0px;
	text-align : left;;
	background-image:url(../img/img_backgrd_index.jpg);
}
	
	   

/* HEADER
-------------------------------------------------------------------- */	   
div#header {
	height: 22px;
	margin : 0px;
	padding : 0px;
	background: #c40507;
	border-left: 23px solid #d03739;
	border-right: 23px solid #d03739;
}



/* CONTENU
-------------------------------------------------------------------- */
div#contenu {
	height: inherit;
	margin : 0 auto;
	text-align : left;
}

div#colgauche {
	float:left;
	height: 440px;
	width:23px;
	background-image: url(../img/img_bandverticalindex.jpg);
}


div#logo {
	float:left;
	height: 500px;
	width: 705px;
	background-image:url(../img/img_logo_index.jpg);
	background-repeat:no-repeat;
}

div#adresse {
	float:center;
	margin-left:296px;
	margin-top:180px;
	height: 110px;
	width: 300px;
}

#adresse a {
	text-decoration: underline;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #d5bda6;
}

#adresse a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight:bold;
}

div#entree {
	margin-left:70px;
	margin-top:50px;
	height: 30px;
	width: 190px;
}

#entree a {
	text-decoration:none;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
}

#entree a:hover {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}

/* FOOTER
-------------------------------------------------------------------- */
div#footer {
	clear:both;
	height: 20px;
	margin : 0 auto;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 8px;
}


/* Fixes footer containment bug in IE-Win (5 and 6)
http://www.positioniseverything.net/explorer/escape-floats.html
But IE5-Mac shouldn't see this \*/

* html #footer p {
	height:1%;
}
/* Resume IE5-Mac */

#footer a:hover a:visited {
	color:#9a958b;
}
