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

body
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right: auto;
	width: 1024px;
	height: auto;
	background-image:url(../images/design/fond.jpg);
	background-repeat:repeat;
}

body.paintball{
	background-image:url(../images/design/fond_paintball.jpg);
	background-repeat:repeat;
}

.soustitre {
font-size:16px;
font-weight:900;
color:#333366;
}

/* Le menu_haut  */
#menu_haut
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	width: 100%;
    height: 40px;

	position:absolute;
	margin-top:-15px;
	margin-left:50px;
    
    padding:0px;
}

dl, dt, dd
{
	margin: 0px;
	padding: 0px;
	float :left;
	cursor:pointer;
	list-style-type: none;
}

#menu_haut a.lien{
	margin: 0px;
	padding: 0px;
	float :left;
	cursor: pointer;
	list-style-type: none;
	text-align: center;
	background: transparent url("../images/design/fond_menu.png") repeat;
	width: 100%;
	text-decoration: none;
	display: block;
	height: 18px;
	font:bold;
	color:#383838;
	font-size:12px;
	font-weight:bold;
}

#menu_haut a.lien:hover{
	background-color:#7CBD5E;
}

/* Ensemble du menu */
#menu_haut dl
{
	cursor: pointer;
	width: 22%;
	margin-top:2px;
	margin-bottom: 1px;
	margin-left:1.7%;
}

/* Titre du menu */
#menu_haut dt 
{
	cursor: pointer;
	margin: 0px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-size:18px;
}

#menu_haut dt.accueil
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/design/fond_accueil.png);
	background-repeat:repeat-x;
/*	border-style:solid;
	border-color:#333333;
	border-width:1px;*/
}


#menu_haut dt a.accueil:hover 
{
	
	background-image:url(../images/design/fond_accueil2.png);
	background-repeat:repeat-x;
}

#menu_haut dt a.accueil
{
	color:#FFFFFF;
}

#menu_haut dt a.chasse
{
	color:#FFFFFF;
}

#menu_haut dt a.societe
{
	color:#FFFFFF;
}

#menu_haut dt.chasse
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/design/fond_chasse.png);
	background-repeat:repeat-x;
/*	border-style:solid;
	border-color:#003300;
	border-width:1px;*/
}


#menu_haut dt a.chasse:hover 
{
	background-image:url(../images/design/fond_chasse2.png);
	background-repeat:repeat-x;
}

#menu_haut dt a.paintball
{
	/*color:#F2DA84;*/
	/*color:#CE9459;*/
	color:#FF3300;
/*	font-weight:bold;*/
}

#menu_haut dt.paintball
{
	font-family:"Comic Sans MS";

	font-size:23px;
	background-image:url(../images/design/fond_paintball.png);
}

#menu_haut dt.paintball a:hover
{
	background-image:url(../images/design/fond_paintball2.png);
}

#menu_haut dt.societe
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/design/fond_accueil.png);
}

#menu_haut dt.societe a:hover
{
	background-image:url(../images/design/fond_accueil2.png);
}


#menu_haut dt a 
{
	text-decoration: none;
	display: block;
	height: 35px;
	width : 100%;
	
}


/* Constitution du menu */
#menu_haut dd 
{
	/*border: 1px solid gray;*/	
	margin-left: 0px;
	width: 100%;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
}

#banniere
{
	background-image:url(../images/design/banniere.png);
	border-style:none;
	width:100%;
	height:145px;
	background-repeat:no-repeat;
}

#entete
{
	position:relative;
	width:100%;
	height:170px;
	border-style:none;
	padding-top:10px;
}


#fond_entete
{
	background-image:url(../images/design/fond_arme.png);
	background-repeat:no-repeat;
	background-position:top;
	width:160%;
	height:220px;

	position:absolute;
	margin-left:-400px;
	margin-top:-30px;
	
	border-style:none;
}

#panorama
{
	/*background-image:url(images/design/panorama_test.jpg);*/
	width:100%;
	height:145px;
	border-style:none;
	background-image:url(../images/design/panorama_ban.png);
	position:absolute;
	
	margin-top:20px;
	margin-left:0px;
}


/* Quelques effets sur le menu gauche */
#gauche
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 20%;
	height: auto;
	margin-right: 10px;
}

#menu_gauche
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	width: 100%;
    height: auto;
	
	text-align: center;
	
	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

#menu_gauche.paintball
{
	background-color:#EEEEEE;
}

#menu_gauche a
{
	color:#009900;
	text-decoration:none;
}

#menu_gauche a:hover
{
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#009900;
	border-width:1px;
}

/* Le corps de la page */
#corps
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width : 65%;
	height: auto;
	color: black;
	/*background-color:#f8f8f9;*/
	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	text-align:justify;
}

#corps.paintball
{
	background-color:#EEEEEE;
}

#corps.paintball a
{
	color:#0000CC;
	text-decoration:none;
}

#corps.paintball a:hover
{
	border:none;
	font-weight:bold;
}

#corps.paintball img
{
	border:none;
}

#corps img
{
	border:none;
}


#corps a
{
	color:#009900;
	text-decoration:none;
}

#corps a:hover
{
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#009900;
	border-width:1px;
	font-weight:bold;
}

#corps_admin
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width : 100%;
	height: auto;
	color: black;
	/*background-color:#f8f8f9;*/
	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	text-align:justify;
}

#corps_admin a
{
	color:#009900;
	text-decoration:none;
}

#corps_admin a:hover
{
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#009900;
	border-width:1px;
	font-weight:bold;
}

.titre
{
	width:100%;
	height:auto;
	border-style:none;
	/*background-color:#003300;*/
	color:#383838;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/design/fond_titre.png);
	background-repeat:repeat-x;
}

/* Quelques effets sur le menu de connexion */
#menu_connexion
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	width: 100%;
    height: auto;
	
	text-align: center;
	
	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

#menu_connexion.paintball
{
	background-color:#EEEEEE;
}

#menu_connexion a
{
	color:#009900;
	text-decoration:none;
}

#menu_connexion a:hover
{
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#009900;
	border-width:1px;
}

/* Menu Panier */
#menu_droite
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 12.7%;
	margin-left: 5px;
	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	text-align:center;
}

#menu_droite a
{
	color:#009900;
	text-decoration:none;
}

#menu_droite a:hover
{
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-color:#009900;
	border-width:1px;
}

#menu_droite.paintball
{
	background-color:#EEEEEE;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#basdepage
{
	width: 100%;
	height:auto;
	text-align:center;
	float:left;
	margin-top:4px;
	font-size:9px;

	background-color:#ECFCDA;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	
	color:#CC9900;
}

#basdepage.paintball
{
	background-color:#EEEEEE;
}

.erreur{
	font-size:12px;
	color:#FF0000;
	background-color:#FFFFFF;
	border:thin;
	border-style:dashed;
	border-color:#000000;
	width:auto;
	text-align:center;
	font-weight:bold;
}