@charset "utf-8";
/* CSS Document */

@font-face 
{
font-family: 'gfapex';
src: url('../polices/apexsansbookst-gfapex.woff') format('woff'),
	 url('../polices/apexsansbookst-gfapex.ttf') format('truetype'),
	 url('../polices/apexsansbookst-gfapex.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face 
{
font-family: 'eurostyle';
src: url('../polices/eurostyle.ttf') format('truetype'),
	font-weight:normal;
	font-style:normal;
}

@font-face 
{
font-family: 'eurostyle_bold';
src: url('../polices/eurostyle_bold.ttf') format('truetype'),
	font-weight:normal;
	font-style:normal;
}

@font-face 
{
font-family: 'eurostyle2';
src: url('../polices/eurostyle2.ttf') format('truetype'),
	font-weight:normal;
	font-style:normal;
}

@font-face 
{
font-family: 'eurostyle2_bold';
src: url('../polices/eurostyle2_bold.ttf') format('truetype'),
	font-weight:normal;
	font-style:normal;
}

.couleurmenu /*couleur du menu secondaire quand lien visité */
{
	color:#6cb9e7;
}

.couleurmenu2 /*couleur du menu secondaire quand lien visité */
{
	color:#ffaa00;
}

body
{
/*	background-image:url(../images/carbone.png);
	background-color: #000;*/
	font-family: 'gfapex',"Arial", "Helvetica", sans-serif; 
	font-size:80%;
	color:#FFF;
	text-decoration:none;
	border:0px;
	background-color:#000;
}

.page
{
	width:900px;
	height:750px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#FFF;
}

.menuprincipal 
{
	background-color:#333;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width:900px;
	height:30px;
	/*border:solid 1px #FFF;*/
	border-radius:5px;
	/*background:url(../img/bandeau.png) no-repeat;	*/
}

.menusecondaire
{
	/*font-size:80%;*/
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:10px;*/
	width:900px;
	height:30px;
	/*border:solid 1px #FFF;*/
	/*border-radius:10px;	*/
}

.bloc
{
	background-color:#333;
	border-radius: 5px;
	left:auto;
	right:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:575px;
	/*height:465px;*/
	/*overflow:auto;*/
	z-index:10;
}

.blocsecondaire
{
	background-color:#333;
	border-radius: 5px;
	left:auto;
	right:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:880px;
	height:auto;
}


.bloc_formulaire
{
	width:850px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	text-align:justify;
}

/*
.blocslider
{
	background-color:#000;
	border-radius:10px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:700px;
	height:485px;
	
}
*/
a {	text-decoration:none; color:#FFF; }
a:hover { color:#666; }

/*span
{
	color:b7c72a;
}
*/

.hideInitially{
	visibility: hidden;
}

input,label { cursor:pointer; }
input,label:hover { color:#666; }

/* ====================================================================================================================================== */

#btn_v_plg_annuler {background: url(../images/plg_btn_v_clair.png) -134px -34px no-repeat; width:132px; height:32px;}
#btn_v_plg_annuler:hover {background: url(../images/plg_btn_v_fonce.png) -134px -34px no-repeat; cursor:pointer;}

#btn_v_plg_valider {background: url(../images/plg_btn_v_clair.png) -268px -68px no-repeat; width:132px; height:32px;}
#btn_v_plg_valider:hover {background: url(../images/plg_btn_v_fonce.png) -268px -68px no-repeat; cursor:pointer;}

#btn_v_plg_ajouter {background: url(../images/plg_btn_v_clair.png) -402px -34px no-repeat; width:132px; height:32px;}
#btn_v_plg_ajouter:hover {background: url(../images/plg_btn_v_fonce.png) -402px -34px no-repeat; cursor:pointer;}

#btn_v_plg_modifier {background: url(../images/plg_btn_v_clair.png) 0px -34px no-repeat; width:132px; height:32px;}
#btn_v_plg_modifier:hover {background: url(../images/plg_btn_v_fonce.png) 0px -34px no-repeat; cursor:pointer;}

#btn_v_plg_retour {background: url(../images/plg_btn_v_clair.png) -268px -0px no-repeat; width:132px; height:32px;}
#btn_v_plg_retour:hover {background: url(../images/plg_btn_v_fonce.png) -268px -0px no-repeat; cursor:pointer;}

#btn_v_plg_envoyer {background: url(../images/plg_btn_v_clair.png) -268px -34px no-repeat; width:132px; height:32px;}
#btn_v_plg_envoyer:hover {background: url(../images/plg_btn_v_fonce.png) -268px -34px no-repeat; cursor:pointer;}

#btn_v_plg_supprimer {background: url(../images/plg_btn_v_clair.png) -268px -102px no-repeat; width:132px; height:32px;}
#btn_v_plg_supprimer:hover {background: url(../images/plg_btn_v_fonce.png) -268px -102px no-repeat; cursor:pointer;}

#page_admin
{
	width:900px;
	/*height:750px;*/
	height:auto;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#FFF;
}

#menuAdmin
{
	background-color:#333;
	border-radius: 5px;
	left:auto;
	right:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:890px;
	height:auto;
	position:relative;
}
a.menu_admin { text-decoration:none; color:#FFF; display:inline-block; /*width:145px;*/ height:20px; text-align:center; padding-left:5px; padding-right:10px; }
a.menu_admin:hover { color:#666; }

#menuPrincipal {
	background-color:#333;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	width:900px;
	height:auto;
	position:relative;
}
a.menu_principal {text-decoration:none; color:#FFF; display:inline-block; height:20px; text-align:center; padding-top:7px; padding-bottom:5px; padding-left:10px; padding-right:10px;}
a.menu_principal:hover {color:#666;}

#menuSecondaire
{
	/*background-color:#333;
	border-radius: 10px;*/
	left:auto;
	right:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	width:890px;
	height:auto;
	position:relative;
}
a.menu_secondaire { text-decoration:none; color:#FFF; display:inline-block; /*width:145px;*/ height:20px; text-align:center; padding-bottom:5px; padding-top:0px; padding-left:10px; padding-right:10px;}
a.menu_secondaire:hover { color:#666; }

#contenu_admin
{
	background-color:#333;
	border-radius: 5px;
	padding:10px;
	width:880px;
	display:inline-block;
}

#bloc_main
{
	background-color:#333;
	border-radius: 5px;
	/*padding:10px;*/
	width:900px;
	height:575px;
	/*overflow:auto;*/
	display:inline-block;
}


#bloc_filtre
{
	background-color:#333;
	border-radius: 5px;
	left:auto;
	right:auto;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:880px;
	height:auto;
	display:inline-block;
}

#contenu_main
{
	padding:10px;
	width:870px;
	height:555px;
	overflow:auto;
}

#footer_main
{
	/*background-color:#333;
	border-radius: 10px;*/
	/*left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;*/
	padding:5px;
	width:890px;
	margin-top:0px;
	font-size:80%;
	text-align:center;
}

#footer_admin
{
	background-color:#333;
	border-radius: 5px;
	/*left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;*/
	padding:5px;
	width:890px;
	margin-top:10px;
	font-size:80%;
	text-align:center;
}

#alerte { color:#F00; }
.alerte { color:#F00; }
#message { color:#0F0; }
.message { color:#0F0; }

#logo
{
	width:200px;
	height:20px;
	background:transparent url(../img/logo-ev-v.png) no-repeat;
}

#map-monde
{
	background:transparent url(../img/map-monde.jpg) no-repeat;
}