/*
Design du Site Cartographie
Réalisé par gemzivat le 01/08/2013
*/

body
{
	width: 1020px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;   
	/* background-color: #99CCFF; */
	/* background-image:url(../images/blue-abstract-background.jpg); */
	background-image:url(../images/background_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}


/*	
	L'en-tête
	---------
*/
#en_tete
{
	width: 1013px;
	height: 90px;
	position: absolute;
	margin-top:10px;
	margin-bottom: 10px;
	/* background-color: #00CCFF; */
	/* background-image:url(../images/blue-abstract-background.jpg); */
	background-image:url(../images/background_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border: 2px solid blue;
	padding: 1px;
	font-size: 2em;
	color: #003366; 
	/* color: #FFFFFF; */
	font-family: "Arial Black", Arial, "Times New Roman", Times, serif;
	text-align: center;
}
#en_tete h4
{    
	color: #003366; 
	/* color: #FFFFFF; */
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
#en_tete a
{
   color: #003366; 
	/* color: #FFFFFF; */
   text-decoration:none;
}
#en_tete a:hover
{
   background-color: #9999CC;
   color: blue;
}

/* 
	Le menu
	-------
*/
#menu
{
	/* background-color: #00CCFF; */
	background-image:url(../images/background_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	position: absolute;
	margin-top:108px;
	margin-bottom: 10px;
	width: 140px;
	height: 680px;
	text-align: left;
	border: 2px solid blue;
	overflow: auto;
}



/* Quelques effets sur les menus */
.element_menu h4
{    
	color: #003366; 
	/* color: #FFFFFF; */
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
}
/* Quelques effets sur les menus */
.element_menu ul
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: medium;
}
.element_menu a
{
	color: #003366; 
	/*color: #FFFFFF;*/
	text-decoration:none;
}
.element_menu a:hover
{
   background-color: #9999CC;
   color: blue;
}




/*	
	Le corps de la page index
	-------------------------
*/
#corps
{
	width:860px;
	height: 670px;
	position: absolute;
	margin-top:108px;
	margin-left: 145px;
	margin-bottom: 10px;
	padding: 5px;
	color: #003366; 
	/*color: #FFFFFF;*/
	text-align: left;
	/* background-color: #00CCFF; */
/* 	background-image:url(../images/blue-abstract-background.jpg); */
    background-image:url(../images/background_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border: 2px solid blue;
	overflow: auto;
}
#corps h1
{
	color: #003366;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
	height: 30px;
	background-color: #00CCFF;
	padding-left: 30px;
	color: #003366;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps a:hover
{
	background-color: #9999CC;
	color: blue;
}


/* 
	Le corps de la page de visualisation
	------------------------------------
*/
#corpsVisu
{
	width:860px;
	height : 670px;
	position: absolute;
	margin-top:108px;
	margin-left: 145px;
	margin-bottom: 10px;
	padding: 5px;
	color: #003366;
	text-align: left;
	background-color: white;
	border: 2px solid blue;
	overflow: auto;
}
#corpsVisu a:hover
{
	background-color: #9999CC;
	color: blue;
}
#corpsVisu h1
{
	color: #003366;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corpsVisu h2
{
	color: #990000;
	background-color: #FFCCCC; 
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corpsVisu legend
{
	color: #003366;
	background-color: #00CCFF; 
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corpsVisu select 
{
	font-size: x-small;
}
#corpsVisu input 
{
	font-size: x-small;
}
#corpsVisu  textarea
{
	font-size: x-small;
}



/* 
	Les effets de texte
	-------------------
*/
.texte_valide
{
	font-family: "Times New Roman", Times, serif; 
	color: #003366;
	background-color: #99FFFF; 
}
.texte_invalide
{
	font-family: "Times New Roman", Times, serif; 
	color: #660000;
	background-color: #FF9999; 
}
.retrait1
{
	padding-left: 50px;
}
.retrait2
{
	padding-left: 100px;
}


/*
	Les tableaux
	------------
*/
/* Les tableaux */
#corpsVisu table
{
	float: left; 
    border-collapse: collapse;
	border-width: 1px ;
	border-style : solid;
	border-color : #003366;
	margin-left: 5px;
}
#corpsVisu td /* Mettre une bordure sur les td ET les th */
{
	width: 125px;
	text-align: center;
	font-size: small;
	border-width: 1px ;
	border-style : solid;
	border-color : #003366;
	empty-cells : show;
}
/* Les cellules d'en-tête */
#corpsVisu th
{
	width: 125px;
	text-align: center;
	font-size: xx-small;
	vertical-align : top;
	border-width: 1px ;
	border-style : solid;
	border-color : #003366;
}

