body,html {
	padding: 0px;
	margin:0px; 
	height: 100%;
	background:#F7FAD8;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;		
	color: #FCF9CE;
}


/*############### les conteneurs de mise en  page ############################*/
/*############################################################################*/
#conteneurCentral{
	width: 100%;
	min-height:100%; /*pour ie7 et firefox*/
	height:auto !important; /**/
  	height:100%; /*IE 6 ne comprend que cette ligne. Si la longueur du contenu dépasse 100%, le bloc s'aggrandira qd meme avec IE6*/
	position: relative;
	/*background:url(images/fond2.jpg)  bottom center no-repeat;*/
}


/*-----------------------------header----------------------------------------*/
#header{
	width: 100%;
	height:273px;
	padding:0px;
}

#headerContenu{
	width: 1020px;
	height:290px;
	margin:0px auto;
	
	background : url("images/fond_contenu.jpg") repeat-y;
}

#animation_bandeau {
	margin-left : 10px;
}

/*
#menu{
	width: 215px; 
	height:280px; 
	float:left;
	padding-left:35px;
	padding-top:10px;
	background:url(images/courbe_bas_menu.gif) bottom left no-repeat;
}

#bandeau{
	width: 715px; 
	height:280px; 
	float:right;
	padding-top:10px;
	padding-right:35px; 
	background:url(images/bandeau.jpg) no-repeat;
	text-align:right;
}

/*-----------------------------contenu----------------------------------------*/

#contenu{
	width: 1020px; /*820 -15px de padding left et -21 de padding-right*/
	margin: 0 auto;
	padding: 0px;
	/*background:url(images/fond.jpg)  bottom center no-repeat #BEA679;*/
	height : 500px;
background : url("images/fond_contenu.jpg") repeat-y;
}



#colonneMilieu{
	width:730px;
	height:315px;
	float:left;
	margin-top:5px;
	margin-left:40px;
	text-align:justify;	
}

#flashHaut{
	width:730px;
	height:28px;
	/*background:url(images/flash_haut.jpg) no-repeat;*/
}

#flashContenu{
	width:730px;
	height:260px;
	padding-left:15px;
	padding-right:15px;
	/*background: url(images/flash_fond.jpg) repeat-y;*/
}

#flashBas{
	width:730px;
	height:27px;
	/*background:url(images/flash_bas.jpg) no-repeat;*/
}

#colonneDroite{
	width:180px;
	height:325px;
	margin-top:5px;
	float:right;
	margin-right : 20px;
	/*background-color:#ffffff;*/	
}

.moduleContenu{
	width:180px; /*180px -12px de padding-left*/
	height:110px;
	/*padding-left:12px;*/
	background:url(images/modules/module_fond.png) repeat-y;
	
}

.moduleContenuActu{
	width:179px; /*180px -12px de padding-left*/	
	background:url(images/modules/fond_module.jpg) repeat-y;
	
}

.moduleTexte{
	width:140px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}



/*======================================================================================*/

/*======================================================================================*/
.imgGauche{
	float:left;
	margin-right:10px;
}



.date{
	font-size:10px;
	font-style:italic;
}

.dateActu{
	float:right;
	width:80px;
	margin-right:10px;
	font-size:10px;
	font-style:italic;
}


.titreDerniereActu{
	font-weight:bold;
	font-variant:small-caps;

}

.titreDerniereActu a {
	color:#FCF9CE;
	text-decoration:none;
}

.titreDerniereActu a:visited {
	color:#FCF9CE;
}

.titreDerniereActu a:hover {
	color:#FCF9CE;
	text-decoration:underline;
}

.titreDerniereActu a:active {
	color:#FCF9CE;
	text-decoration:none;
}
/*======================================================================================*/

/*==========================STYLES BALISES COURANTES=====================================*/
a {
	color:#FCF9CE;
	text-decoration:none;
}

a:visited {
	/*color:#ff0000;*/
	color:#FCF9CE;
	text-decoration:none;
}
a:hover {
	color:#FCF9CE;
	text-decoration:underline;
}
a:active {
	color:#D78300;
	text-decoration:none;
}


#colonneMilieu a {
	color:#FCF9CE;
	text-decoration:none;
}

#colonneMilieu a:visited {
	/*color:#ff0000;*/
	color:#FCF9CE;
	text-decoration:none;
}
#colonneMilieu a:hover {
	color:#644616;
	text-decoration:underline;
}
#colonneMilieu a:active {
	color:#644616;
	text-decoration:none;
}


h1{
	padding-top:0px;
	margin-top:15px;
	font-size:16px;
	color:#ABC40F;
}

.h1Exterieur{
	padding-top:0px;
	margin-top:0px;
	font-size:16px;
	color:#02BAE7;
}

h2{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	color:#644616;
}



/*======================================================================================*/



#footer
{
	width: 100%;
	margin:0px auto;
   	height: 118px; /*45px -5px de padding top*/
   	/*padding-top:5px;*/
	
	/*position: absolute; /*Placé en absolu pour sortir du flux*/
   	
	bottom: 0px;
   
   	text-align:center;
   	font-size:9px;
	
}

#fond_footer {
	background:url("images/pieddepage.jpg") no-repeat;
	height : 118px;
	width : 1020px;
	margin : 0px auto;
}

#fond_footer a {
	color : #F7FAD8;
}

#texte_footer {
	padding-top : 100px;
}

#logo_creasens a {
	background : url("images/creasens_logo.jpg");
	display : block;
	width : 100%;
	height : 100%;
}

#logo_creasens a:hover {
	background : url("images/creasens_logo_hover.jpg");
	display : block;
	width : 100%;
	height : 100%;
}

#logo_creasens {
	width : 155px;
	height : 96px;
}
