/* INDEX.CSS */
/* Copyright ASI MEDIA 2005 */
body { 
	margin:0px; 
	background-color:#CCCCCC; 
}
/*------------------------------------*/

/*------------------------------------*/
/* CONTENEUR PAGE */
#conteneur {
	position:absolute;
	width:800px;
	height:100%;
	left:50%;
	top:0%;
	margin-left:-375px;
	border:4px dashed #FFFFFF;
	background-color:#000000;
}
/*------------------------------------*/

/*------------------------------------*/
/* HEADER */
#header {
	height:88px;
	background-image:  url("../images/header/fond.gif");
}

#img1 { 
	width:62px;
	height:56px;
	margin-left:14px;
	margin-top:6px;
}

#img2 {
	width:253px;
	height:45px;
	margin-left:0px;
	margin-top:11.5px;
}
/*------------------------------------*/

/*------------------------------------*/
/* BARRE NAV HEADER */
#navcontainer { 
	position:absolute;
	top:68px;
	right:0px;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCCCCC;
}

#navlist a:hover {
	border-bottom: 4px solid #99CCFF;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover { color: #FFFFFF; }
/*------------------------------------*/

/*------------------------------------*/
/* BARRE NAV MENU GAUCHE */
#gauche {
	height:100%;
	margin-left:0;
	width:200px;
}

ul#navlist2 {
	list-style-type: none;
	margin-left:20px;
	margin-top:18px;
	padding: 0;
}

ul#navlist2 li a,ul#subnavlist2 li a {
	font-family: arial;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

ul#navlist2 li { display: inline; }

ul#navlist2 li a {
	color: #fff;
	display: block;
	background: #888 url("../images/menu/cnr.png") top left no-repeat;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	width: 150px;
}

ul#navlist2 li a:hover { background: #f80 url("../images/menu/cnr.png") top left no-repeat; }

ul#subnavlist2 {
	margin: 0 0 0 13px;
	list-style-type: none;
	padding: 0;
}

ul#subnavlist2 li { display: inline; }

ul#subnavlist2 li a {
	display: block;
	color: #666;
	background: #ccc;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	height: auto;
	width: 150px;
}

ul#subnavlist2 li a:hover { background: #aae url("../images/menu/cnr.png") top left no-repeat; }
/*------------------------------------*/

/*------------------------------------*/
/* NAVIGATION */
#centre { margin-left:200px; }
iframe	{ 
	width:592px;
	height:100%;
	margin-left:200px; 
	margin-top:-445px; 
}
/*------------------------------------*/

/*------------------------------------*/
/* CONNECTIONS */
#connexion {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #CCCCCC;
	border-bottom:1px dashed gray;
}

#img3,#img4 { text-align:center; }
/*------------------------------------*/

/*------------------------------------*/
/* FOOTER */
#footer {
	background-color:#000000;
	border-top:1px solid #FFFFFF;
	text-align:center;
}

#asimedia { 
	margin-top:5px;
   	font-size : 10px; 
   	font-family : Verdana, Arial, Helvetica, sans-serif; 
   	color : #FFFFFF; 
}

#asimedia a:link, #asiemdia a:visited { 
   color:#FFFFFF;
   font-weight:bold;
   text-decoration:underline; 
}

#asimedia a:hover {
   color:#FF9900; 
   text-decoration : underline; 
}
/*------------------------------------*/






