/* CSS Document */

/* -------------------------RESET------------------------- */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p,fieldset,legend{margin:0;padding:0;}
body,h1,h2,h3,h4,h5,h6,form,legend,input,textarea,th,td{font-size:12px;color:#333333}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}

/* -------------------------------------------------------  */

* { font-family: Arial, Helvetica, sans-serif;}

BODY {
	background:#a4016e;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
}

P{margin:0 0 15px 0;padding:0;}

H1, H2, H3, H4, H5, H6{margin:0;padding:0}

LI{list-style-image:url(/design/puce.gif);}

INPUT , TEXTAREA{
	padding:2px;
	margin:0;
	border:1px solid #999999;
	font-size:12px;
	/* background:url(/design/input.gif) no-repeat left top; */
}

INPUT.button , INPUT.formbutton{
	border:1px solid #000000;
	background:#A4016E;
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
}

INPUT.formbutton{
	margin:0 10px 0 0;
}

INPUT.formbutton:hover , INPUT.button:hover{color:#fff;}

TD.form_left{
  font-weight:bold;
}

A:link, A:visited{color:#a4016e;text-decoration:underline;}
A:hover, A:active{color:#000000;text-decoration:underline;}

HR.clear{
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
	height:20px;
}

HR{
	background:#cccccc;
	height:1px;
	clear:both;

	margin: 5px 0;
	padding: 0;
	color: #cccccc;
	border: 0;
}

.content{
		width:990px;
		margin:0 auto;
		position:relative;
}

#top{

  z-index:99;
	height:162px;
	background:url(/design/top.gif) no-repeat top center;
  margin-bottom:-30px;
}

#top .content{
	height:162px;
}

#goHome{
	display:block;
	position:absolute;
	top:0;
	left:10px;
	width:400px;
	height:122px;
}

#tools{
	width:147px;
	height:25px;
	position:absolute;
	right:10px;
	top:10px;
}

#tools A , #tools A:visited{
	display:block;
	width:20px;
	height:25px;
	margin:0 9px 0 0;
	float:left;
	background-image:url(/design/tool.gif);
  background-repeat: no-repeat;
}

#tools A.siteMap 		{background-position:0 0;}
#tools A.siteMap:hover  {background-position:0 -33px;}
#tools A.print 		  	{background-position:-33px 0;}
#tools A.print:hover 	{background-position:-33px -33px;}
#tools A.contact 		{background-position:-64px 0;}
#tools A.contact:hover  {background-position:-64px -33px;}
#tools A.agenda 		{background-position:-95px 0;}
#tools A.agenda:hover   {background-position:-95px -33px;}
#tools A.faceBook 	  	{background-position:-127px 0;}
#tools A.faceBook:hover {background-position:-127px -33px;}


#menu{
  position:relative;
	z-index:50;
}

#menu UL.content{
	height:34px;
	padding:0 0 0 220px;
	margin:0 auto;
}

#menu UL.content LI{
	list-style:none;
	list-style-image:none;
	
	float:left;
	width:auto;
	height:20px;

	color:#ffffff;
	font-weight:normal;
	font-size:18px;	
	position:relative;

}

#menu UL.content LI A , #menu .content LI A:visited {
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	padding:5px 10px;
	text-transform:uppercase;
	text-decoration:none;
}

#menu .content LI A:hover{
	background:#333333;
	text-decoration:none;
}

#menu .content LI.square{
	width:20px;
	padding:2px 0;
	background:url(/design/white-square.gif) no-repeat center center;
}

#menu UL.content LI UL{
	z-index:120;
	padding:10px 0 15px 0;
	margin:0;

	position:absolute;
	top:20px;
	left:0;
	
	background:#333333;
  
	display:none;
	
}

#menu UL.content LI UL LI{
	padding:2px 0;
  display:block;
  width:95%;
  height:auto;
}

#menu UL.content LI UL LI A , #menu .content LI UL LI A:visited {
	display:block;
	height:auto;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	padding:10px;
	text-transform:none;
	padding:3px 10px 3px 17px; 
}

#menu .content LI UL LI A:hover{
	background:url(/design/puce.gif) no-repeat 10px 10px;
	text-decoration:none;
	color:#a4016e;
}

#menu UL.content LI:hover UL,
#menu UL.content LI.hover UL{
	display:block;
}

#menu UL.content LI:hover A,
#menu UL.content LI.hover A{
	background:#333333;
	text-decoration:none;
}

#menu UL.content LI:hover UL LI A,
#menu UL.content LI.hover UL LI A{background:url(/design/puce2.gif) no-repeat 10px 10px;}
#menu UL.content LI:hover UL LI A:hover,
#menu UL.content LI.hover UL LI A:hover{background:url(/design/puce.gif) no-repeat 10px 10px;}

#inner{
  position:relative;
	clear:both;
	z-index:10;
}

#inner .content{
/*	top:-20px;                                                                 */
/*	background:url(/design/background.jpg) no-repeat center top;               */
}

#left{
	width:180px;
	float:left;
}

#left .top{
	border:solid #333333;
	border-width:20px 0;
	background:#ffffff;
	margin-bottom:20px;
	padding-bottom:40px;
}

#left .links{
	padding:15px;
	border-bottom:1px dotted #a9a9a9;
}

#left .links A , #left .links A:visited{
	display:block;
	color:#a4016e;
	font-size:14px;
	padding:0 0 3px 10px;
	background:url(/design/purple-square.gif) no-repeat 0 5px;	
	text-decoration:none;
}

#left .links A:active , #left .links A:hover{
	text-decoration:none;
	color:#000000;
}

#left H2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:15px 15px 5px 15px;
}                

.events{
	padding:10px 15px;	
}

.events B{
	color:#a4016e;
	display:block;
}

.events A{
	display:block;
}

#left .bottom{
	border:solid #333333;
	border-width:20px 0;
	background:#ffffff;
	padding:15px;
}

#left .bottom FORM B{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#a4016e;
	padding:0 0 5px 5px;
	background:url(/design/puce.gif) no-repeat 0 7px;
	display:block;
}

#left .bottom INPUT{
	width:139px;
	margin-left:5px;
}

#left .bottom INPUT.valider{
	width:50px;
	border:none;
	padding:0 0 5px 0;
	margin:0 0 0 100px;
	text-align:right; 
	background:#FFFFFF;
	color:#a4016e;
	cursor:pointer;
}

#right{
	width:700px;
	float:right;
	border:solid #333333;
	border-width:20px;
	background:#ffffff;
	padding:15px 20px;
	min-height:660px;
}

#right H1{
	font-size:30px;
	font-weight:bold;
	color:#9b0166;
	border-bottom:1px dotted #a8a8a8;
	padding:0 0 7px 0;
	margin:0 0 20px 0;
}

#right H2{
	font-size:24px;
	color:#000000;
	margin:0;
}

#right H3{ 
	font-weight:bold;
	color:#9b0166;
	padding:15px 0;
}

#right H4{ 
	color:#000000;
	padding:15px 0;
	font-size:18px;
}

.upper{text-transform:uppercase;}

#right .left{
	float:left;
	width:230px;
}

.img{margin:0 0 20px 0;}

.info{}
.info STRONG{
/*	display:block; */
}

 #right .info H3{padding:0;}
  #right .info H3.upper{padding:15px 0;} 


.PDF{
	background:url(/design/pdf.gif) no-repeat 0 0;
	padding:30px 0 0 0;
	
	text-transform:uppercase;
	color:#555555;
	font-weight:bold;
}
.PDF A , .PDF A:visited{
	text-transform:lowercase;
}
.PDF A:hover , .PDF A:active{}

.info{}

#right .right{
	float:right;
	width:445px;
	min-height:568px;
}

.homeCol{
	width:220px;
	float:left;
	margin:0 5px;
}

#right .homeCol H2{
	padding:4px 0 4px 21px;
	background:url(/design/logo-circle.gif) no-repeat 0 4px;
	font-size:16px;
	font-weight:bold;
}

#right .homeCol .img IMG{
	border:1px #999999 solid;
}

#right .homeCol .img{margin:0;}

#right .logosHome {text-align:center;}
#right .logosHome IMG{
	padding:5px;
}

.images{height:80px;}

.images .imgTh{
  width:70px;
  height:70px;
  float:left;
  padding:0 18px 0 0;
}

#doubleLine{
	clear:both;
}
#doubleLine DIV{
	height:1px;
	border-bottom:1px dotted #999999;
	float:left;
	padding:10px 0;
	margin-bottom:10px;
}
#doubleLine .dLine{
	width:455px;
	margin-right:10px;
}
#doubleLine .Sline{
	width:220px;
	margin-right:10px;
}


.breadCrumbs{
	text-align:right;
	color:#000000;
	padding:0 0 25px 0;
}

.breadCrumbs A , .breadCrumbs A:visited{
	color:#000000;
	text-decoration:none;
}
.breadCrumbs A:hover , .breadCrumbs A:active{
	color:#A4016E;
	text-decoration:underline;
} 

A.eventsList , A.eventsList:visited{
	display:block;
	min-height:72px;
	position:relative;
	padding:0 0 0 80px;
	margin:0 0 20px 0;
	color:#555555;
	text-decoration:none;	
}

A.eventsList:hover , A.eventsList:active{
	color:#A4016E;
	text-decoration:none;
}

A.eventsList IMG{
	width:70px;
	height:70px;
	border:1px solid #ffffff;
	position:absolute;
	left:0;
	top:0;
}

A.eventsList:hover IMG{	border:1px solid #A4016E;}

A.eventsList STRONG{
	display:block;
	color:#A4016E;
	text-transform:uppercase;
}

A.eventsList B{
	display:block;
	text-transform:uppercase;
}

A.eventsList SPAN{
	display:block;
	color:#A4016E;
	text-decoration:underline;
}

#bottom{
	clear:both;
	padding-bottom:20px;
}

#bottom .content{
	color:#000000;

}

#bottom .content H2{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.bottomMenu{
  padding:0 0 10px 0;
  color:#ffffff;
 	text-transform:uppercase; 
}

.bottomMenu A , .bottomMenu A:visited{
	color:#ffffff;
	text-decoration:none;
}

.bottomMenu A:hover , #bottom A:active{
	text-decoration:none;
	color:#000000;
}

/* ==============================================
COPYRIGHT
============================================== */

.copyright{
	clear:both;
	padding:10px 0;
	background:url(/design/bleu-line.gif) repeat-x 0 0;
	
	color:#000000;
	font-size:10px;
	text-align:right;
}

.copyright A, .copyright A:visited{color:#000000;text-decoration:none;}
.copyright A:hover, .copyright A:active{color:#ffffff;text-decoration:underline}
