/*-----------------------------GENERAL--------------------------------*/
body 
{ 
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	background: #327DFF;
}

a 
{
	text-decoration: none;
	color:black;
	font-family: Arial;
}

img 
{
	border:0px;
}

table 
{
	border:0px;
	margin:0px;
	padding:0px;
}

table.web2
{
	border-collapse: collapse;
	width: 460px;
}

table.web3
{
	border-collapse: collapse;
	width: 610px;
}

td.topleft
{
	background: url(../img/topleft.png) no-repeat;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
}

td.topright
{
	background: url(../img/topright.png) no-repeat;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
}

td.topcenter
{
	background: url(../img/topcenter.png) repeat-x; 
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	text-align:center;
	height:25px;
	margin:0px;
	padding:0px;
}

td.left
{
	background: url(../img/left.png) repeat-y;
	margin:0px;
	padding:0px;
}

td.right
{
	background: url(../img/right.png) repeat-y;
	margin:0px;
	padding:0px;
}

td.center
{
	background-color: white;
	color: #000000;	
	text-align:center;
	font-size:13px;
	margin:0px;
	padding:0px;
}

td.bottomleft
{
	background: url(../img/bottomleft.png) no-repeat;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
}

td.bottomright
{
	background: url(../img/bottomright.png) no-repeat;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
}

td.bottomcenter
{
	background: url(../img/bottomcenter.png) repeat-x;
	height:25px;
	margin:0px;
	padding:0px;
}

h1, h2 
{
	margin: 0;
	padding: 0;
	
	font: 18px arial, verdana, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
}

.style-font-titre       {font-size:12px; font-family:Verdana, Arial; color:black;}
.style-font              	 {font-size:10px; font-family:Verdana, Arial; color:black;}
.style-font-titre-rouge  {font-size:12px; font-family:Verdana, Arial; color:red;}

/*-----------------------------TEMPLATE--------------------------------*/

#content 
{
	text-align:center;
	width: 700px;
	height: 800px;
	margin: auto;
	background: #ffffff url(../img/content.png) no-repeat;
}

#header 
{
	width:700px;
	height:121px;
	margin: auto;
	background: url(../img/header.png) no-repeat;
}

#footer 
{
	width:700px;
	height:93px;
	top:0px;
	background: url(../img/footer.png) no-repeat;
	margin: auto;
	padding-top:40px;
	position:relative;
}

#footer a
{
	height:0px;
	text-decoration: none;
	color:white;
	font-family: Arial;
}

#hmenu 
{ 
	z-index: 2;	
	width: 700px;
	padding: 0px;
	padding-left:40px!important;
	padding-left:80px;
	border: 0;
}

#hmenu ul
{
	text-align:center;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 85;
	margin: 0;	
	font-family: Arial,Helvetica,sans-serif;
}

#hmenu ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#hmenu ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	text-decoration: none;
	background-color: #10FF39;
	border-right: 1px solid #fff;
}

#hmenu ul li a:hover
{
	background-color: #FF00FF;
	color: white;
	cursor:pointer;
}

#hmenu ul li a.hover
{
	background-color: #FF00FF;
	color: white;
	cursor:pointer;
}

#vmenu 
{ 
	z-index: 2;
	width: 160px; 
	padding: 0px;
	padding-left: 10px;
	position:absolute;
	margin-left:10px!important;
	margin-left:-100px;
	margin-top:25;
	border: 0;
	color: #fff;
	background: url(../img/subnav-bg.gif) no-repeat;
}

#vmenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#vmenu a
{
	display: block;
	padding: 1px;
	width: 160px;
	background-color: #0F92FD;
	border-bottom: 1px solid ;
}

#vmenu a:link, #navlist2 a:visited
{
	color: #EEE;
	text-decoration: none;
}

#vmenu a:hover
{
	background-color: #0277D7;
	color: #fff;
}

/*-----------------------------MODULE Connexion--------------------------------*/

#Connexion 
{
	z-index:3;
	position:relative;
	top:50px;
	left:160px!important;
	left:50px;
	width:200px;
}

#lienFermer 
{
	z-index:4;
	position:absolute;
	top:0px;
	left:400px!important;
	left:400px;
	width:20px;
	height:0px;
    	font-size: 15px;
}

#lienFermer a
{
    color:white;
	height:0px;
	margin:0px;
	padding:0px;
}

#Connexion td
{
	color: black;
}

#Connexion form
{
	width:280px;
	margin-left:50px;
}

#Connexion input
 {
	border:2px;
	background-color: #DDDDDD;
}

#masque {
    position: absolute;
	left:0px;
	top:0px;
    background-color: black;
    z-index:2;
    height:950px;
    width:100%!important;
	width:150%;
	filter:Alpha(opacity=70);
	moz-opacity:0.70;
	opacity: 0.70; 
    /*display:none;*/
}

/*-----------------------------MODULE Deconnexion--------------------------------*/

#Deconnexion 
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;
	width:460px;
}

/*-----------------------------MODULE Accueil--------------------------------*/

#accueil
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#linkday
{
	position:relative;
	top:20px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#rssjob
{
	position:relative;
	top:30px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#rssjob h1 a
{
	color:white;
}

#weather
{
	position:relative;
	top:40px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#weather h1 a
{
	color:white;
}

#contact
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#plan
{	
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:500px;	
	overflow:auto;
}

/*-----------------------------MODULE Profil--------------------------------*/

#profil
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:200px;
}

#cartographieprofil
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:400px;
	overflow:auto;
}

/*-----------------------------MODULE Utilisateur--------------------------------*/

#utilisateur
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:200px;
}

/*-----------------------------MODULE Module--------------------------------*/
#module
{
	position:relative;
	top:10px;
	left:210px!important;
	left:180px;	
	width:200px;
}

#cartographiemodule
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:400px;
	overflow:auto;
}

/*-----------------------------MODULE Rss--------------------------------*/

#rss
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:200px;
}

/*-----------------------------MODULE Exemple--------------------------------*/

#fck
{
	position:relative;
	top:20px;
	left:100px;
}

/*-----------------------------MODULE Download--------------------------------*/

#download
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:480px;
	height:750px;
	overflow:auto;
}

img.news{
position:absolute;
right:5px!important;
right:0px;
top:5px;
}


/*-----------------------------MODULE Projets--------------------------------*/

#projet
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:400px;
	overflow:auto;
}

/*-----------------------------MODULE Galerie--------------------------------*/

#galerie
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:400px;
	overflow:auto;
}

/*-----------------------------MODULE Themes--------------------------------*/

#themes
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px!important;
	width:460px;
	height:400px;
	overflow:auto;
}

/*-----------------------------MODULE Broadcast--------------------------------*/

#broadcast
{
	position:relative;
	top:10px;
	left:210px!important;
	left:100px;	
	width:480px;
	height:750px;
	overflow:auto;
}

#pubfree
{
  margin-left: 25px!important;
  margin-left: -375px;	
  margin-top: 0px!important;
  margin-top: 0px;
}

#adgridwork\.com
{
  margin-top: -10px!important;
  margin-top: 0px;
}
