/* CSS GLOBAL
Création 08 avril 2009
Société Alexance, www.alexance.com
 */
 
body {
	margin:0;
	padding:0;
	background-color:#FFF;
}

img {border:none;}

h1, h2, h3, h4, h5, p, input, select { padding:0px; margin:0px; font-weight:normal;}



/*HEADER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#Header-BlocFleur {
	float:left;
	width:739px;
	height:124px;
	background-color:#FFF;
}

#Header-Fleur, #Header-Fleur a {
	float:left;
	width:394px;
	height:124px;
	background-image:url(../../images/global/header/fleur-anis.jpg);
	background-repeat:no-repeat;
}

#Header-BlocLogo {
	float:left;
	width:251px;
	height:64px;
	padding-top:60px;
	background-color:#FFF;
}

#Header-Logo,
#Header-Logo a {
	float:left;
	width:251px;
	height:64px;
	background-image:url(../../images/global/header/logo-anysetiers.gif);
	background-repeat:no-repeat;	
}

#Header-MenuGlobal {
	width:990px;
	height:31px;
}

#Header-MenuLeft {
	float:left;
	width:3px;
	height:31px;
	background-image:url(../../images/global/header/menu-left.gif);
	background-repeat:no-repeat;
}

#Header-MenuBody {
	float:left;
	width:950px; /*984*/
	height:23px; /*31*/
	padding-top:8px;
	padding-left:34px;
	background-color:#000;
}

#Header-MenuBody, #Header-MenuBody a {
	font-family:Georgia, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
}

#Header-MenuBody {
	color:#C00434;
}

#Header-MenuBody a {
	padding-left:3px;
	padding-right:4px;
	text-decoration:none;
}

#Header-MenuBody a:hover {
	text-decoration:none;
	color:#C00434;
}


#Header-MenuRight {
	float:left;
	width:3px;
	height:31px;
	background-image:url(../../images/global/header/menu-right.gif);
	background-repeat:no-repeat;
}

#Header-MenuGlobal-Suiveur {
	float:left;
	clear:both;
	width:990px;
	height:2px;
	font-size:0;
	background-color:#FFF;
}

#Header-BlocFilAriane {
	float:left;
	clear:both;
	width:956px; /*990*/
	height:20px; /*28*/
	padding-left:34px;
	padding-top:8px;
	background-color:#FFF;
}

#Header-BlocFilAriane, #Header-BlocFilAriane a {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C00434;
	text-transform:uppercase;
	text-decoration:none;
}

#Header-BlocFilAriane a {
	padding-left:3px;
	padding-right:3px;
}

#Header-BlocFilAriane a:hover {
	text-decoration:underline;
}


/*Footer >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#Footer {
	width:990px;
	height:32px;
}

#Footer-Left {
	float:left;
	width:128px;
	height:32px;
	background-image:url(../../images/global/footer/footer-left.gif);
	background-repeat:no-repeat;
}

#Footer-Body {
	float:left;
	width:854px; /*859px*/
	height:24px; /*32px*/
	background-color:#000;
	
	font-family:Arial black;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	padding-top:8px;
	padding-left:5px;
}

/*Texte défilant*/
.textdefil {
	font-family:Arial black;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	width:854px;
}

#Footer-Right {
	float:left;
	width:3px;
	height:32px;
	background-image:url(../../images/global/footer/footer-right.gif);
	background-repeat:no-repeat;
}

#Footer02 {
	padding-top:6px;
	text-align:right;
	padding-right:7px;
	width:983px; /*990*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C00434;
	padding-bottom:20px;
}

#Footer02 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	padding-left:2px;
	padding-right:3px;
}

#Footer02 a:hover {
	text-decoration:underline;
}


/*Rubrique activité*/
#Contenu-BlocContenu .blocinfos01 {
	background-color:#6B288C; /*violet*/
	padding-bottom:3px;
	width:440px; 
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #000;
	height:20px;
}

#Contenu-BlocContenu .blocinfos01 h1, #Contenu-BlocContenu .blocinfos02 h1, #Contenu-BlocContenu .blocinfos03 h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding-top:4px;
}

#Contenu-BlocContenu .blocinfos01 img, #Contenu-BlocContenu .blocinfos02 img, #Contenu-BlocContenu .blocinfos03 img {
	width:13px;
	height:21px;
	float:left;
	padding-right:8px;
}

#Contenu-BlocContenu .blocinfos02 {
	background-color:#AB185B; /*rose*/
	padding-bottom:3px;
	width:440px; 
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #000;
	height:20px;
}

#Contenu-BlocContenu .blocinfos03 {
	background-color:#8FAD2E; /*vert*/
	padding-bottom:3px;
	width:440px; 
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	border-bottom:1px solid #000;
	height:20px;
}

