/* Start of CMSMS style sheet 'interneCSS' */
/*	CSS Claude-Marie laurent*/
	
*{
	 margin:0;
	 padding:0;
	 border:0;
}

html {
	font-size:10pt;
}

body{
	background:url("images/calligraphe/bkg_interne.gif") 0 0 repeat-x;
	background-color:#f2efe1;
	font-size:1em;
 	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}

#conteneur{
	position:absolute;
	width:970px;	 
	left:50%;
	margin-left:-485px;
	padding-bottom:60px;
 }

.bandeau {	
	font-size:115%;
	color:#a00301;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	width:592px;
	height:70px;
	background:url("images/calligraphe/bandeau.jpg") 0px 0px no-repeat;
	display:block;
	padding:213px 0 0 378px;
	background-color:#fff;
}

#centre {	
	width:970px;
	padding-top:25px;
	background:url("images/calligraphe/bkg_centre.gif") 0px 0px repeat-y;
	min-height:400px;
	_height:400px;
	padding-bottom:20px;
}


#zoneMenu{
	margin:0;
	padding:0;
	width:171px;
	float:left;
}

#zoneTexte{
	margin:0;
	padding:0;
	width:528px;
	margin-left:347px;
	margin-top:-20px;
}

/** menu **/
#menu{
	list-style-type: none;
	margin:0;
	padding:0;
	width:171px;
	overflow:hidden;
	background:url("images/calligraphe/bas_menu.gif") 0 100% no-repeat;
	background-color:#f2efe1;
	padding-bottom:25px;
	min-height:250px;
	_height:250px;
}
	
#menu li {
	color:#000;
	border-bottom:1px solid #fff;
	padding:05px;
	width:161px;
	}

#menu a {	
	font-size:90%;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	width:151px;
	padding-left:10px;
}

#menu a:hover {	
	color:#e5870d;
	background:url("images/calligraphe/puce.gif") 0 50% no-repeat;
	padding-left:26px;
}

#menu li h1 {	
	font-size:90%;
	text-transform:uppercase;
	color:#e5870d;
	background:url("images/calligraphe/puce.gif") 0 50% no-repeat;
	padding-left:26px;
	font-weight:normal;
}

h1 {	
	font-size:100%;
	text-transform:uppercase;
	color:#a00301;
	font-weight:normal;
}

#texte{
	margin:0;
	padding:0;
	width:528px;
	margin-top:20px;
	font-size:100%;
	color:#240f00;
	text-align:justify;
}

#texte a{
	color:#a00301;
	text-decoration:none;
}

#texte a:hover{
	text-decoration:underline;
}

/** footer **/
#footer{
	width:508px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	list-style-type:none;
	min-height:25px;
	_height:25px;
	background:url("images/calligraphe/footer.gif") 0 100% no-repeat;
	margin-left:347px;
	padding:5px 10px 5px 10px ;
	background-color:#fff;
}	
#footer li{
	display:inline;
	padding:0px 5px;
	border-right:1px solid #240f00;
}
#footer a{
	color:#240f00;
	font-size:70%;
	display:inline;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

table tr{
margin-top:20px;
}

/* End of 'interneCSS' */

