/* CSS Document */


/*************************
	BASE
*************************/



html, body {
	height: 100%;
	margin: 0;
	
	
	background-image: url(../images/Siro_bg_avril_11.jpg);
	/*
	background-image: url(../images/Siro_bg_paques_1.jpg);
	background-image: url(../images/Siro_bg_fee_11.jpg);
	background-image: url(../images/bg_octobre_eclair_01.jpg);
	background-image: url(../images/Siro_bg_01_halloween_01.jpg);
	background-image: url(../images/Siro_bg_01_octobre_01.jpg);
	background-image: url(../images/Siro_bg_02_rentree_01.jpg);
	background-image: url(../images/Siro_bg_02_vacances_023.jpg);
	background-image: url(../images/Siro_bg_02_printemps_01.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	font-style: normal;
/*	background-color: #000000; 
	background-color: #D3CFE9; fée
	background-color:#99FF33; pâques */
	background-color:#8FD6F8;
}
	
div#global {
	min-height: 100%;
	width: 1020px;
	padding: 0 0 15;
	margin: 0 auto 0px;
	position: relative;
	text-align: left;
}



/*************************
	HEADER
*************************/


#header {
	/*overflow: hidden; */
	height: 135px;
	width: 1020px;
	z-index: 1;
	
	background-image: url(../images/Siro_bg_avril_12.jpg);
/*	
	background-image: url(../images/Siro_bg_paques_2.jpg);
	background-image: url(../images/Siro_bg_fee_12.jpg);
	background-image: url(../images/Siro_bg_01_octobre_02.jpg);
	background-image: url(../images/Siro_bg_01_halloween_02.jpg);
	background-image: url(../images/Siro_bg_02_rentree_02.jpg);
	background-image: url(../images/Siro_bg_02_vacances_012.jpg);
	background-image: url(../images/Siro_bg_01_printemps_01.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}

#separator-header{
	float: left;
	padding: 0px;
	margin: 0px;
}

#logo {
	float: left;
	height: 110px;
	width: 270px;
	z-index: 110;
	text-align: center;
/*	border: 1px dotted #CC0066; */
}
#menu {
	float: left;
	height: 100px;
	width: 450px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#cpt {
	float: right;
	height: 70px;
	width: 190px;
	z-index: 100;
	margin-right: 30px;
	
	padding: 5px 10px 10px;
	margin-top: 0px;
	
	background-image: url(../images/Siro_bg_avril_13.jpg);

/*	
	background-image: url(../images/Siro_bg_paques_3.jpg);
	background-image: url(../images/Siro_bg_fee_13.jpg);
	background-image: url(../images/Siro_bg_01_octobre_03.jpg);
	background-image: url(../images/Siro_bg_01_halloween_03.jpg);	
	background-image: url(../images/Siro_bg_02_rentree_03.jpg);
	background-image: url(../images/Siro_bg_02_vacances_03.jpg);
	background-image: url(../images/Siro_bg_03_printemps_01.jpg); */
	background-repeat: repeat-x;
	background-position: top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;	
}

#cpt-cle-01 {
	text-align: center;
	float: right;
	height: 18px;
	width: 23px;
	z-index: 200;
	overflow: auto;
}
#galerie {
	height: 385px;
	width: 640px;
	z-index: 100;
	text-align: center;
	background-image: url(../images/bloc_galerie_01.jpg);
	background-position: center center;
}
#video {
	width: 320px;
	height: 180px;
	text-align: center;
	background-image: url(../images/bloc_concours_n5.jpg);
	background-position: center center;
}

/*************************
	MENU PROVISOIRE
*************************/

div#menu-standby {
	overflow: auto;
	width: 990px;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC00;
	margin: 5px 15px;
	padding: 5px;
	border: 1px dotted #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}


/*************************
	BLOC CENTRE voir CSS-02
*************************/



/********************
	FOOT  vert = #339900
*********************/

#foot {
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin: 5px 0px 15px;
	font-style: normal;
}

#foot a{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
}
#foot a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
#foot a:active{
	color: #FFFFFF;
	text-decoration: none;
}



#ref{
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin: 5px 0px 15px;
	font-style: normal;
}

#ref a{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
}
#ref a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
#ref a:active{
	color: #FFFFFF;
	text-decoration: none;
}


#ref h1 {
	color: red;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	display: inline;
	height: 10px;
	float: none;
	margin: 0px;
	padding: 5px;
	position: absolute;
} 

#ref h2 {
	color: red;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	display: inline;
	height: 10px;
	float: none;
	margin: 0px;
	padding: 5px;
	position: absolute;
}

#ref h3 {
	color: red;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	display: inline;
	height: 10px;
	float: none;
	margin: 0px;
	padding: 5px;
	position: absolute;
}

#ref h4 {
	color: red;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	display: none;
}
