/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #005D9B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	display:block;
	background-image:url(../images/accueil_fond.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	min-height:750px;
	height:auto !important;
	height:750px;
}

#containerttu {
	display:block;
	background-image:url(../images/int2.jpg);
	background-position:top;
	background-repeat: repeat;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}

#containerint {
	display:block;
	background-image:url(../images/int1.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#containerbas {
	background-color:#080F3C;
	display:block;
	width:960px;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#poslogo {position:absolute; left:6px; top:9px;}
#posmenu {position:absolute; left:381px; top:120px;}
#posaccune {position:absolute; left:537px; top:225px;}
#posaccprod {position:absolute; left:536px; top:507px;}
#posaccvente {position:absolute; left:742px; top:507px;}

#posaccsepa {position:absolute; left:724px; top:504px;}
#posaccbreves {position:absolute; left:537px; top:279px; display:block; width:380px;}
#posacctxtprod {position:absolute; left:535px; top:548px; display:block; width:175px;}
#posacctxtvente {position:absolute; left:742px; top:548px; display:block; width:175px;}
#posabus {position:absolute; left:6px; top:706px; display:block;}
#posbarrelogos {position:absolute; right:1px; top:700px; display:block;}
#posemail {position:absolute; left:330px; top:659px; display:block; text-align:center}
#poslink {position:absolute; left:325px; top:520px; display:block; width:140px; height:140px;}

#pospageic {position:relative; left:233px; margin-top:218px; display:block; width:690px; display:block; float:left; text-align:left}
#postxthaut {position:absolute; left:527px; top:35px; display:block; width:402px; text-align:justify; line-height:16px;}

/*	-------------------------------------------------------------
	Navigation IC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/* ARTICLE */
ul#ic_navCat li.article { 
	color: #80D7F4;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-bottom:5px;
	padding-left:5px;
	text-indent:-12px;
	font-weight: bold !important;
	display:inline;
	list-style:square;
}
/* LIEN ARTICLE */
ul#ic_navCat li.article a {
	color: #fff;
	text-decoration: none;
	display:inline;
	list-style: square;
}
/* LIEN ARTICLE HOVER */
#ic_navCat li.article a:hover { 
	text-decoration: underline;
	display:inline;
	list-style:square;
}
/* ARTICLE SELECTIONNEE */
#ic_navCat li.article.select { 
	color: #80D7F4 !important;;
	font-weight: bold !important;
	display:inline;
	list-style:square;
}
/* SPAN ARTICLE SELECTIONNE (juste le texte) */
#ic_navCat li.article.select span { 
	text-decoration: underline;
	display:inline;
	list-style:square;
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#menu {
	display:block;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 577px;
	height:33px;
}

#menu a:hover, #menu a.select { background-position: 0 -33px; }
.mn0, .mn1, .mn2, .mn3, .mn4, .mn5 {
	display: block;
	position:relative;
	top:0px;
	float: left;
	height: 33px;
}

.mn0 { background: url(../images/mn0.gif) no-repeat; width: 63px; left:0px; }
.mn1 { background: url(../images/mn1.gif) no-repeat; width: 95px; left:0px; }
.mn2 { background: url(../images/mn2.gif) no-repeat; width: 106px; left:0px; }
.mn3 { background: url(../images/mn3.gif) no-repeat; width: 90px; left:0px; }
.mn4 { background: url(../images/mn4.gif) no-repeat; width: 92px; left:0px; }
.mn5 { background: url(../images/mn5.gif) no-repeat; width: 131px; left:0px; }

