/***** print stylsheet *****/
body { 
background: white; }

/***** links *****/
a:link, a:visited{
	color:#A3173E;
	text-decoration: none;
}
a:hover {	text-decoration: underline }



/***** form *******/
form { padding:0; margin:0 }

/***** images *****/
img{ border:0 }

img.image_float_right {
	float: right;
	clear:right;
	margin: 0 0 0 12px;
}

img.image_float_left {
	float: left;
	margin: 0 12px 0 0;
}

img.image_block_center {
	text-align: center;
	display: block;    /* no !important */
	margin: 0 auto;
}

/***************** ID *****************/


/**** header ******/
#header, #headerHome, #headerLeft, #headerCenter, #headerRight { display:none }
#mainmenuTop, #mainmenuHome { display:none }
#path, #pathHome{ display:none }
#flagFr,#flagUk { display:none }
#printBt{ display:none }
#marginLeft, #marginLeftHome { display:none }
#margeRightDefault { display:none }
#search { display:none }
#footer { display:none }

ul#mainmenu {display:none}
.path { display:none }


#pagelayout, #pagelayoutHome {
	width:100%;
	padding:0;
	margin:0
}

#content ul {
	margin-top:-6px;
	margin-bottom:12px;
	padding-top:0;
	padding-bottom:0;
}

#contentMenu {
	float:left;
	background: url(../images/borderRight.gif) repeat-y right top;
	width:629px;
	padding:0 0 20px 20px;
	margin-top:12px;
}


/************* class ******************/

.item_intro {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#A2173E;
	padding:0;
	margin:0 0 4px;
}

/**** search *****/
.searchPath { font-size:12px }

.searchTitle {
	font-size:12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	font-style: normal;
}

/*** menu box ***/
.menuBox {
	background-color:#FED68B;
	height: 140px;
	width: 250px;
	margin-top: -12px;
	padding-left: 6px;
	padding-right: 10px;
}

.menuBoxTitle {
	position:relative;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9E0850;
	width: 185px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 100px;
}

.menuBoxContent {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	padding: 20px 0px 10px;
}

.menuBox img.image_float_left { margin: 5px 8px 5px 0 }

.menuBoxLink { text-align: right }

/*** event ***/
.eventBox {
	background-color:#FED68B;
	width: 250px;
	padding: 6px;
}

.eventBox p{
	padding:0;
	margin:0 0 3px;
}

.eventBoxTitle {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9E0850;
	background: #9E0850;
	width: 100px;
	padding: 2px 20px 2px 10px;
}

.eventBoxContent, .eventBoxContentNoImage {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	padding: 5px 0 0;
}
.eventBoxContentNoImage { padding: 0 }

.eventBox img.image_float_left { margin: 0 8px 0 0 }


/**** globales class *****/
p.openPeriod {
	font-weight: bold;
	margin: 6px 0px;
	padding: 0px;
}

p.titlePartnair {
	color: #A2173E;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 2px;
	padding: 0px;
}

.clear {
	display:block;
	clear:both;
	padding:0;
	margin:0;
	height: 1px;
	font-size:1px;
	line-height: 1px;
	visibility:hidden;
}

.item_separator, .item_separator1, .item_separator5, .item_separator10, .item_separator15, .item_separator20, .item_separator30, .item_separator40, .item_separator50, .item_separator60, .item_separator70, .item_separator80, .item_separator90, .item_separator100, .item_separator110, .item_separator120, .item_separator130, .item_separator140, .item_separator150, .item_separator160, .item_separator170, .item_separator180, .item_separator190, .item_separator200, .item_separator210, .item_separator220, .item_separator230, .item_separator240, .item_separator250, .item_separator260, .item_separator270, .item_separator280, .item_separator290, .item_separator300 {
	clear:both;
	background-color:transparent;
	margin:0;
	padding:0
}

.item_separator { height:20px }
.item_separator1 { height:1px; font-size: 1px }
.item_separator5 { height:5px; font-size: 5px }
.item_separator10 { height:10px; font-size: 10px }
.item_separator15 { height:15px }
.item_separator20 { height:20px }
.item_separator30 { height:30px }
.item_separator40 { height:40px }
.item_separator50 { height:50px }
.item_separator60 { height:60px }
.item_separator70 { height:70px }
.item_separator80 { height:80px }
.item_separator90 { height:90px }
.item_separator100 { height:100px }
.item_separator110 { height:110px }
.item_separator120 { height:120px }
.item_separator130 { height:130px }
.item_separator140 { height:140px }
.item_separator150 { height:150px }
.item_separator160 { height:160px }
.item_separator170 { height:170px }
.item_separator180 { height:180px }
.item_separator190 { height:190px }
.item_separator200 { height:200px }
.item_separator210 { height:210px }
.item_separator220 { height:220px }
.item_separator230 { height:230px }
.item_separator240 { height:240px }
.item_separator250 { height:250px }
.item_separator260 { height:260px }
.item_separator270 { height:270px }
.item_separator280 { height:280px }
.item_separator290 { height:290px }
.item_separator300 { height:300px }

