/*** BODY HTML ***/

html {
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding:0px;
	margin:0px;
	margin-top:7px;	

		
}

#body2 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:100%;
}



/*** General ***/
table {
	width:100%;
	overflow:hidden;
	border:0px;
	border-collapse: collapse;
	padding:0px;
	margin:0px;
}


table td {
	border:0px;
	padding:0px;
	margin:0px;
}


/*** EN-TETE ***/
#enTete {
	padding:0px;
	margin:0px;
	width:100%;	
}

#enTete .historique {
	height:21px;
	background-color:#e7ebef;
	vertical-align:top;	
}

/*** PIED DE PAGE ***/
#piedPage {
	margin-top:5px;
}

#piedPage .copyright{
		font-size: 8pt;
	color: #618f22;
	text-decoration:none;
}

#piedPage .copyright a:link, #piedPage .copyright a:visited{
	color: #374a68;
	text-decoration:none;
	font-weight: normal;
}

#piedPage .copyright a:hover {
	color: #618f22;
	text-decoration:none;
	font-weight: normal;
}

a.griffin {
	font-size: 6pt;
	color: #B4B4B4;
	text-decoration:none;
	font-weight: normal;	
}

a.griffin:hover {
	font-size: 6pt;
	color: #B4B4B4;
	text-decoration:underline;
	font-weight: normal;	
}

/*** CORPS ***/
#corps {
	padding:0px;
	margin:0px;	
	width:100%;	
	height:100%;
}
#corps2{
	height:100%;
}


#cadreMenu {
	width:241px;
	vertical-align:top;	
}

#cadreContenu {

	background-color:#e7ebef;
	padding-left:22px;
	padding-right:22px;
	padding-top:9px;
	vertical-align:top;
	height:100%;
}

#cadreContenu2 {
	width:100%;
	height:100%;
	border-collapse: separate;	
}


#cadreContenu3 {
	border-collapse: separate;	
	overflow:auto;
	background-color:#E8ECF2;
	background-image:url(../images/tissu2.jpg);
	border:2px solid #FFFFFF;
	padding:20px 20px 20px 20px;
	vertical-align:top;
	height:100%;
}

#cadreContenu2.avecMenuArticles #cadreContenu3{
	border-top:0px none;	
}

#cadreActus {
	width:160px;
	background-color:#8FC132;
	background-image:url(../images/actualite.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	border:9px solid #FFFFFF;
	padding:70px 5px 10px 5px;
	vertical-align:top;	
}

#cadreMenuArticles {
	
	border-top:2px solid white;
	border-left:2px solid white;
	border-right:2px solid white;
	vertical-align:top;
}


/*** MENUs ***/
/* c.f. menus.css */


