body {
	background:url(images/fond.png);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
img{
	border:none;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #164367
}

a:hover {
	text-decoration: underline;
}

#NAV {
	background-image: url(images/nav.png);
	height: 37px;
	vertical-align: middle;
}

#NAV a {
	min-width:82px;
	/*width:82px;*/
	height:31px;
	margin:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:20px;
	color:#FFF;
	text-align:center;
	/*padding-top:3px;*/
	float:left;
	text-decoration:none;
}
#NAV a:hover{
	color:#26bde3;
}
#NAV .activ{
	background-image:url(images/tnnavG.png);
	background-repeat:no-repeat;
	background-position:left;
}
#NAV div {
	padding-right:10px;
	margin-left:8px;
	padding-left:2px;
	height:28px;
	padding-top:3px;
}
#NAV .activ div{
	background-image:url(images/tnnavD.png);
	background-position:right;
	margin-left:8px;
	padding-right:10px;
	padding-left:2px;
	height:28px;
	padding-top:3px;
}
#SNAV {
	background-image: url(images/snav.png);
	height: 37px;
}
#SNAV a {
	width:114px;
	height:24px;
	margin:3px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	float:left;
	text-decoration:none;
}
#SNAV .activ{
	background-image:url(images/btnsnav.png);
	color:#194f7a;
}#content {
	background-color: #FFF;
	background-image: url(images/fondmil.png);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 500px;
}
#pied {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/pied.png);
	text-align: center;
	vertical-align: middle;
	height: 99px;
	font-size: 11px;
}
#logBox
{
	height:39px;
	background-image:url(images/logfond.png);
	margin-bottom:10px;
}
#logBox .content {
	width:960px;
	margin:auto;
	height:39px;
}
#logBox .id {
	overflow:hidden;
	height:20px;
	width:116px;
	background-image:url(images/ID.png);
	border:none;
	margin-top:7px;
	padding:4px 5px 0px 40px;
	color:#FFF;
	font-weight:bold
}
#logBox .mdp {
	overflow:hidden;
	height:20px;
	width:116px;
	background-image:url(images/mdp.png);
	border:none;
	margin-top:7px;
	padding:4px 5px 0px 40px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#logBox .login {
	vertical-align:top;
	margin-top:7px;
	width:70px;
	height:24px;
}
#logBox .boxlog { 
    background-color:#000; 
    outline:1px solid #669; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px;
	text-align:center;
}
/************************************************************************************/
/*																					*/
/*									Overlay base css								*/
/*																					*/
/*																					*/
/************************************************************************************/
.overlay { 
     
    /* growing background image */ 
    background-image:url(images/fondbox.png);
    /* dimensions after the growing animation finishes  */ 
    width:684px; 
    height:584px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
.overlay div.close { 
    background-image:url(images/croixbox.png);
    position:absolute; 
    right:-22px; 
    top:-22px; 
    cursor:pointer; 
    height:84px; 
    width:84px;
	color:#F00;
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(images/overlay/transparent.png) no-repeat; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(images/overlay/petrol.png) no-repeat; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}
div.overlay.clor { 
	width:1000px;

    height:556px;
	background:#000;
    /*background-image:none; */
    color:#fff; 
	
    padding:0px; 
} 
div.overlay.clor div.close{ 
    background-image:none;
	
    position:absolute; 
    right:0px; 
    top:0px; 
    cursor:default; 
    height:0px; 
    width:0px;
	color:#000;
}
/*par les4 */
#download {
border:1px solid;
border-color:#C0C0C0;
}