@charset "utf-8";
/* CSS Document */


/** Couleurs ***********************************

bleu logo : #0f509c
vert logo : #c0d036
bleu 80   : #526cad
bleu soft : #a8afd5
vert soft : #d7e086

gris fort : #666
gris moyen+ : #999
gris soft : #D8D8D8

rouge     : #fe0000

Ecoles sportives :

vert école  : #58A66D
rouge école : #E63F45
bleu école  : #27A9DC

*/

/***********************************************
*** STRUCTURE **********************************
***********************************************/

body {
	background-color: #fff;
	background-image: url(../images/OMS-saint-gilles-croix-de-vie-fond-body_x_01.jpg);
	background-repeat: repeat-x;

}

#site {
	position:relative;
	
	width : 960px;
	height : 560px;

	margin :0 auto;

	border-left : solid 1px #D8D8D8;

	background-image: url(../images/OMS-saint-gilles-croix-de-vie-fond-contenu_y_02.jpg) ;
	background-repeat: repeat-y;
	background-position: right;
}

html>body #site {
	height: auto;
	min-height: 560px;
} 

#zoneHaut {
	width : 960px;
	height : 200px;

	border : none;
	
	background-image: url(../images/OMS-saint-gilles-croix-de-vie-fond-entete_04ter.jpg);
	background-repeat:no-repeat;
}

.contactZoneHaut {
	
	position: absolute;
	top: 120px;
	right: 22px;
}

#zoneMenuGauche {
	
	position : absolute;
	left : 0px;
	
	width : 300px;
	height : 624px;

	padding-top : 17px;

	background-image: url(../images/OMS-saint-gilles-croix-de-vie-fond-menu_G_04bis.jpg);
	background-repeat:no-repeat;
}

html>body #zoneMenuGauche {
	height: auto;
	min-height: 624px;
} 

#zoneActu, #zoneDroite {
	
	position : absolute;
	right : 20px;
	
	margin-top : -10px;
}

#zoneDroite {
	margin-top : 55px;
}

#zoneTitre {

	margin : 15px 21px 2px 300px;
	border-bottom: solid 1px #e4eaaf;
}

#zoneContenu {
	
	height: 560px;

	margin-left : 300px;
	margin-right : 265px;
	overflow: auto;
}

html>body #zoneContenu {
	height: auto;
	min-height: 560px;
} 


#zoneContenu.pageEcolesSportives{

	margin-right : 20px;
}




.pageAccueil {
	background-image: ;
	background-position: ;
}

#piedPage {
	width : 951px;
	height : 20px;
	
	position : absolute;
	
	margin-top: -1px;
	
	border-top : solid 1px #D8D8D8;
	
	clear : both;
}







/*** NON UTILISÉ ***/

#zoneCentre {
	width : 960px;
	height : 380px;

	background-color:#fff;
	background-repeat:no-repeat;

	overflow: hidden;
}

html>body #zoneCentre {
	height: auto;
	min-height: 380px;
} 



