@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
	background-color:#f37721;
}
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
body, p,
h1, h2, h3, h4, h5, h6{
	padding-top:0px;
	margin:0px;
}
p{}

/* TEMPLATE ******************************************/
.template{
	width:900px;
	margin:0px auto;
	background-color:#ffffff;
}
.header{
	height:168px;
	width:900px;
	background-image:url(../images/bg-menu.jpg);
	background-repeat:repeat-x;
}
.logo{
	position:absolute;
	z-index:6;
	width:415px;
	height:126px;
	margin-left:50px;
	
	background-image:url(../images/logo_ai.gif);
	background-repeat:no-repeat;
}
.logo a{
	text-decoration:none;
}
.logo a img{
	width:415px;
	height:126px;
	border:none;
}

.content{
	padding:50px;
	padding-right:20px;
	padding-top:0px;
}
	.content ul{
		margin:0px;
		padding:0px;
		padding-left:15px;
	}
	.content ul li{
		font-size:12px;
	}
	
.content-contact,
.contact-notes{
	color:#636466;
}
.content-contact p,
.contact-notes p{
	color: #636466;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
}
.contact-notes p{
	line-height: normal;
}
.content-contact p a,
.contact-notes p a{
	color: #F37721;
}
	.content-contact h1,
	.content-contact h2,
	.content-contact h3,
	.content-contact h4,
	.content-contact h5,
	.content-contact h6,
	.contact-notes h1,
	.contact-notes h2,
	.contact-notes h3,
	.contact-notes h4,
	.contact-notes h5,
	.contact-notes h6{
		color: #F37721;
		margin: 0 0 6px;
		padding: 0;
	}
	.content-contact h1,
	.contact-notes h1{
		font-size: 18px;
		font-weight: normal;
	}
	.content-contact h2,
	.contact-notes h2{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.contact-notes h2{
		margin-top: 0px;
	}
	
	
.eventintro-list-item h2{
	color: #F37721;
	margin: 0 0 6px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.eventintro-list-item p,
.eventintro-list-item .eventintro-list-item-infos{
	color: #636466;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0;
}

.content-accueil{
	padding:50px 20px;
	padding-top:0px;
}
	.content-accueil h1,
	.content-accueil h2,
	.content-accueil h3,
	.content-accueil ul,
	.content-accueil p{
		padding:0px 30px;
	}
	.content-accueil ul{
		padding-left:45px;
		float:left;
	}


.news{
	position:absolute;
	z-index:7;
	top:195px;
	margin-left:583px;
	width:279px;
	height:359px;
}
.news-pane{
	height: 331px; width:279px; background-color:#e5e6e8;
}
.news .scroll-pane { overflow: hidden; height: 300px; float:left; width:279px; margin-top:10px; }
.news .scroll-content { height: auto; float: left; width:239px; }
.news .scroll-content-item { width: 219px; height: auto; float: left; margin: 10px; }
* html .news .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.news .scroll-bar-wrap { float: right; margin-top:0px; margin-right:15px; height: 300px; background-image:url(../images/bg-scrollbar.gif); background-repeat:repeat-y; background-position:top center; }
.news .scroll-bar-wrap .ui-slider { background: none; border:0; height: 300px; margin: 0 auto;  }
.news .scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 300px; margin: 0 auto; }
.news .scroll-bar-wrap .ui-slider-vertical .ui-slider-handle { width:7px; background-color:#f37721; left:0px; cursor:pointer; }
.news .scroll-bar-wrap .ui-slider-vertical .ui-slider-handle .ui-icon { width:7px; background-color:#f37721; left:0px; cursor:pointer; display:block; height:20px; margin-top:20px; }

.news .first,.news .first h2 { margin-top:0px;}

.footer{
	background-color:#e9eaeb;
	width:900px;
	padding:10px 0px;
}

.footer,
.footer a{
	color:#727272;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.footer a:hover,
.footer a.active{
	color:#f37821;
}
.footer p{
	margin-bottom:10px;
}
.footer p.copyright{
	font-size:11px;
	color:#231f20;
}


.texte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
p.texte{
	margin-bottom:7px;
}
.accueil-notes{
	float:right;
	width:350px;
	font-size:14px;
	padding:20px;
	background-color:#e4e4e6;
}
.contact-notes{
	width:350px;
	font-size:14px;
	padding:20px;
	background-color:#e4e4e6;
	
	position:absolute;
	z-index:20;
	top:590px;
	margin-left:490px;
}
.h1{
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
}

.h2{
	margin-bottom:10px;
	margin-top:20px;
	font-size:16px;
	font-weight:normal;
}



.bg-news{
	margin-bottom:20px;
}
.content-accueil .bg-news{
	margin-bottom:40px;
}

.color-f37721{
	color:#f37721;
}
.color-636466{
	color:#636466;
}
/************************************ MISC */
.clearfix{
	clear:both;
	position:relative;
	width:100%;
}


