* {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", Verdana, sans-serif;
}

html, body
{
	height:100%;
}

body
{
	background:#7EADD5 url(body.jpg) repeat-x left top;
}

a img
{
	border:none;
}

br.clear
{
	clear:both;
}

/* ************************ GLOBAL ********************************** */
#global
{
	position:relative;
	min-height:100%;
	width:100%;
}

/* ************************ HEADER ********************************** */
#header
{
	position:relative;
	width:990px;
	height:95px;
	margin:0px auto;
	background:url(header.png) no-repeat left bottom;
}

/* /// logo /// */
#header a.logo
{
	position:absolute;
	top:32px;
	left:4px;
	display:block;
	width:267px;
	height:60px;
	background:url(logo-altrics.jpg) no-repeat;
}
	
/* /// menu /// */
#header ul
{
	position:absolute;
	top:30px;
	left:277px;
	height:65px;
	width:713px;
	list-style-type:none;
	background:url(ul-menu.jpg) repeat-x left bottom;
}
#header li
{
	position:relative;
	display:block;
	float:left;
}
#header li a
{
	position:relative;
	display:block;
	float:left;
	height:49px;
	width:auto;
	padding:0px 42px 0px 42px;
	text-decoration:none;
	background:url(ncurrent-menu.jpg) no-repeat right bottom;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	/*font-weight:bold;*/
	text-align:center;
	line-height:60px;
}
#header li a:hover, #header li.current_0 a
{
	height:50px;
	background:url(current-menu.jpg) repeat-x right bottom;
	color:#00446C;
}

.header
{
	position:relative;
	width:950px;
	height:90px;
	margin:0px auto;
	padding:4px 0px 0px 40px;
	background:url(header-small.png) repeat-x;
}
.header h1
{
	position:relative;
	font-family:Arial;
	font-size:34px;
	color:#F19400;
	padding:20px 0px 0px 0px;
}
.header p
{
	position:relative;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}
.header img
{
	position:relative;
	float:right;
}

/* ************************ CENTER ********************************** */
#center 
{
	position:relative;
	width:990px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 15px 0px;
}
#center.cbg
{
	background:#FCFCFC url(center.jpg) repeat-x left bottom;
	/*min-height:483px;*/
}

#center.cbg h2, .home-bloc h2
{
	font-family:Verdana;
	font-size:22px;
	font-weight:normal;
	color:#3D3D3E;
	padding:4px 0px 4px 0px;
}
#center.cbg h3, .home-bloc h3
{
	font-family:Verdana;
	font-size:18px;
	font-weight:normal;
	color:#F7931D;
	padding:4px 0px 4px 0px;
}
#center.cbg h4, .home-bloc h4
{
	font-family:Verdana;
	font-size:14px;
	color:#005495;
	padding:4px 0px 4px 0px;
}
#center.cbg p, .home-bloc p
{
	font-family:Verdana;
	font-size:12px;
	color:#3D3D3E;
	padding:8px 0px 8px 0px;
}
#center.cbg strong, .home-bloc strong
{
	font-family:Verdana;
}
#center.cbg ul, .home-bloc ul
{
	margin:0px;
	padding:8px 0px 8px 0px;
	list-style-type:none;
}
#center.cbg li, .home-bloc li
{
	font-family:Verdana;
	font-size:12px;
	color:#3D3D3E;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 10px;
	background:url(li.jpg) no-repeat left 5px;
}
#center.cbg a, .home-bloc a
{
	color:#005495;
	text-decoration:none;
}
#center.cbg a:hover, .home-bloc a:hover
{
	text-decoration:underline;
}

.home-bloc p.intercalaire
{
	display:none;
}

/* /// slider /// */
.slider
{
	position:relative;
	float:left;
	width:986px;
	height:415px;
	padding:0px 2px 0px 2px;
	background:url(slider.jpg) repeat-y;
}
.slider .inside
{
	position:relative;
	float:left;
	width:986px;
	height:415px;
	overflow:hidden;
}
.slider .inside .item
{
	position:absolute;
	top:0px;
	left:0px;
	width:986px;
	height:415px;
	display:none;
}
.slider .inside .item .txt
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:956px;
	height:75px;
	padding:15px;
	background:url(txt.png);
}
.slider .inside .item .txt h3
{
	font-family:Verdana;
	font-size:25px;
	color:#F19400;
	font-weight:normal;
}
.slider .inside .item .txt p
{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.slider .inside .nav
{
	position:absolute;
	top:0px;
	right:0px;
	width:101px;
	height:294px;
	padding:6px 8px 10px 8px;
	background:#00446C;
}
.slider .inside .nav .prev
{
	position:relative;
	float:left;
	width:101px;
	height:12px;
	background:url(prev.jpg) no-repeat center top;
	cursor:pointer;
}
.slider .inside .nav .next
{
	position:relative;
	float:left;
	width:101px;
	height:12px;
	background:url(next.jpg) no-repeat center top;
	cursor:pointer;
}
.slider .inside .nav .switch
{
	position:relative;
	float:left;
	width:101px;
	height:272px;
	overflow:hidden;
}
.slider .inside .nav .switch .switch-me
{
	position:relative;
	float:left;
	width:101px;
	height:10000px;
}
.slider .inside .nav .switch img
{
	position:relative;
	float:left;
	padding:1px;
	cursor:pointer;
}
.slider .inside .nav .switch img.ncur
{
	background:#F7931D;
}

/* /// home bloc /// */
.home-bloc
{
	position:relative;
	float:left;
	width:990px;
	height:auto;
	padding:0px 0px 16px 0px;
	background:#EEEEEE url(border.jpg) repeat-x left bottom;
}
.home-bloc div.portal
{
	position:relative;
	float:left;
	width:300px;
	height:146px;
	padding:15px;
}
.home-bloc div.supp
{
	position:relative;
	float:left;
	width:960px;
	height:auto;
	padding:15px;
	background:#73AAD3;
}
.home-bloc div.supp p
{
	color:#A8CAE4;
	font-size:10px;
}
.home-bloc div.hgrey{background:url(home-grey.jpg) repeat-x;}
.home-bloc div.horange{background:url(home-orange.jpg) repeat-x;}
.home-bloc div.hblue{background:url(home-blue.jpg) repeat-x;}

.home-bloc div.portal h3
{
	font-family:Verdana;
	font-size:24px;
	font-weight:normal;
}
.home-bloc div.hgrey h3{color:#146590;}
.home-bloc div.horange h3{color:#FFFFFF;}
.home-bloc div.hblue h3{color:#FFFFFF;}

.home-bloc div.portal img
{
	position:relative;
	float:left;
	margin:10px 10px 0px 0px;
}
.home-bloc div.portal p
{
	font-family:Verdana;
	font-size:12px;
	padding:10px 0px 0px 0px;
}
.home-bloc div.hgrey p{color:#8E8E8E;}
.home-bloc div.horange p{color:#FFFFFF;}
.home-bloc div.hblue p{color:#FFFFFF;}

.home-bloc div.portal a
{
	position:absolute;
	bottom:15px;
	right:15px;
	display:block;
	width:80px;
	height:29px;
	line-height:29px;
	padding:0px 0px 0px 15px;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}
.home-bloc div.hgrey a{color:#197ACA;background:url(link-grey.jpg) no-repeat;}
.home-bloc div.horange a{color:#FFFFFF;background:url(link-orange.jpg) no-repeat;}
.home-bloc div.hblue a{color:#FFFFFF;background:url(link-blue.jpg) no-repeat;}

/* ************************ CONTENT ********************************* */
#content
{
	position:relative;
	float:left;
	width:690px; 
	height:auto;
}

#full
{
	position:relative;
	float:left;
	width:950px;
	height:auto;
	padding:20px 20px 0px 20px;
}

/* ************************ SIDEBAR ********************************* */
#left
{
	position:relative;
	float:left;
	width:470px;
	height:auto;
	padding:20px 0px 0px 20px;
}
#right
{
	position:relative;
	float:right;
	width:460px;
	height:auto;
	padding:20px 20px 0px 0px;
}

/* ************************ FOOTER ********************************** */
#footer
{
	position:relative;
	clear:both;
	width:990px;
	height:127px;
	margin:0px auto;
	background:url(footer.jpg) no-repeat;
}

#footer p
{
	padding:15px 15px 10px 20px;
	width:300px;
	font-family:Arial;
	font-size:10px;
	color:#8EC1DA;
}
#footer p strong
{
	font-family:Verdana;
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
}

#footer img
{
	position:absolute;
	top:10px;
	right:80px;
}

#footer a.ml
{
	position:absolute;
	bottom:24px;
	right:70px;
	font-family:Verdana;
	font-size:11px;
	color:#8EC1DA;
}

#footer a#puce_adipso
{
	position:absolute;
	bottom:15px;
	right:15px;
	width:40px;
	height:29px;
	background:url(adipso.png) no-repeat;
}
#footer a#puce_adipso strong
{
	display:none;
}

.adisign
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:213px;
	height:277px;
	z-index:999;
		display:none;
}
.adisign img
{
	position:relative;
	border:none;
	padding:25px;
}
.adisign p
{
	position:relative;
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#636363;
	padding:40px 25px 5px 25px;
	margin:0px;
}
.adisign.black p a, .adisign.white p a
{
	color:#636363;
	text-decoration:none;
}
.adisign a.adilink
{
	position:relative;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	padding:0px 25px 25px 25px;
	margin:0px;
}
.adisign.black{background:url(adiblack.png) no-repeat;}
.adisign.white{background:url(adiwhite.png) no-repeat;}
.adisign.black.inverse{background:url(adiblack2.png) no-repeat;}
.adisign.white.inverse{background:url(adiwhite2.png) no-repeat;}

.adisign.black a{color:#FFFFFF;}
.adisign.white a{color:#000000;}
