/***************************************************************************
 *                                graph_web.php
 *                            -------------------
 *   Commencé le          : 20/02/2004
 *   copyright            : (C) scelzosoft 2004
 *   email                : finalseraphin@dimensionrpg.net
 *
 *   $Id: graph_web.css,v 1.0 2004/02/21 00:00:00 finalseraphin Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/
img { border:0px;}
body {
	background-color: #FDFDFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	min-width: 780px;
	margin: 0px auto;
	padding :0px;
	background-image: url(img/fond.gif);
	_width : 780px;
}

a {
text-decoration: none;
}

a:hover {
color:#333333;
}
/*
-------------------------------------------
-------------------------------------------
------ DEBUT Styles mise en page ----------
-------------------------------------------
-------------------------------------------
*/
/* cadre principal contenant le site */
.conteneur {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	border-right-style: solid;
	background-color: #e5e5e5;
	background-image: url(img/fondmi.gif);
}

/*logo Graph-web et scelzosoft */
.haut {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #1C86BC;
	text-align: center;
	height: 100px;
	background-image: url(img/haut.gif);
}

/* cadre copy */
.copy {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	height: 74px;
	clear: left;
	background-image: url(img/bas_mi_bas.jpg);
	background-repeat: repeat-x;
	background-position: bottom;






}

/* centre horizontale contenant les 2 menu et le contenu du site */
.centre {

}

/* centrage du contenu du site */
.contenu {
	margin-right: 20px;
	margin-left: 190px;
	text-align: left;
	padding-top: 10px;
}

/* menu de gauche */
.menug {
	width: 150px;
	border-right-width: 3px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 99%;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* menu de droite */
.menud {
	float: right;
	width: 150px;
}

/* style d'alignement de bloc */
.left {
float: left;
}

/* style d'alignement de bloc */
.right {
float: right;
}

/* style d'alignement de bloc pour 3 collone */
.left2 {
float: left;
width: 49%;
}

/* style d'alignement de bloc pour 3 collone */
.right2 {
float: right;
width: 49%;
}

/* style d'alignement de bloc */
.cright {
clear: right;
}

/* style d'alignement de bloc */
.cleft {
clear: left;
}

/* style d'alignement de bloc */
.cboth {
clear: both;
}

/* on supprime les puces inutiles */
ul {list-style-type: none;}

li { left: 1px ; }



/*
-------------------------------------------
-------------------------------------------
----- DEBUT Styles alignement text --------
-------------------------------------------
-------------------------------------------
*/

/* menu horizontale alignement du test */
.menuhor {
	margin-top: 76px;
}

.center {
	text-align: center;
	display: block;
	border: none;
}

.droite {
	text-align:right;
float:right;
	border: none;
}


img.center {
display: block;
}
/*
-------------------------------------------
-------------------------------------------
DEBUT Style de police taille et autre sur les caractere
-------------------------------------------
-------------------------------------------
*/

/* police blanche et gras */
.font01 {
	font-weight: bold;
	color: #FFFFFF;
}

/* police bleu #336699 et gras*/
.font02 {
	font-weight: bold;
	color: #336699;
}

.oui {
	color: #339900;
}
.non {
	color: #CC0000;
}
.font03 {
	color: #000000;
}
/*
-------------------------------------------
-------------------------------------------
-----------DEBUT Styles de lien------------
-------------------------------------------
-------------------------------------------
*/
/* lien menu */
a.lienmenu{
	text-decoration: none;
	color: #333333;
	display:block ;
}

a.lienmenu:hover {
	text-decoration: none;
	color: #333333;
	border-right: #99BBDD solid 5px;
	background-color: #D8E4F1;
}

/* lien bleu */
a.lienbleu {
	color: #336699;
}
/* lien bleu sourie dessu */
a.lienbleu:hover {
	color: #333333;
}

a.liennoir { color: #333333 ; }
/*
-------------------------------------------
-------------------------------------------
------ DEBUT Styles cadre visuel ----------
-------------------------------------------
-------------------------------------------
*/
/* cadre menu */
.cadremenu {

	background-color: #F4F8FB;
	padding: 5px 5px 5px 10px;
	border-top: 2px solid #336699;
	border-right: 1px dashed #999999;
	border-bottom: 2px solid #336699;
	margin-right: 5px;
	text-align: left;
}

/* cadre de titre */
.cadretitre {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FFA34F;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 2px;

}
.cadretitrec {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #FFA34F;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 2px;
	text-align:center;
}

/* cadre contenant la pub de bas de site */
.cadrecopy {
	background-image: url(img/bas_mi_bas.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-position: top;
	float: right;

}
.copym {
	background-image: url(img/bas_mi_bas.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 468px;
	padding-top: 7px;
	padding-bottom: 5px;


}
.cadreprin, .cadreprincd, .cadreprincg {
	background-color: #FFFFFF;
	padding: 10px 5px 5px 5px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.cadre01 {
	border: 1px dashed #333333;
	padding: 5px;
	background-color: #F4F4F4;
	color: #333366;
}

.cadreprincg {
float: left;
 width: 47%;
}

.cadreprincd {
float: right;
 width: 47%;
}

.marge {
	margin: 5px;
	border: none;
}
/*
-------------------------------------------
-------------------------------------------
--------- DEBUT Styles images -------------
-------------------------------------------
-------------------------------------------
*/
/* logo graph-web */
.logo {
	background-image: url(img/logo.jpg);
	height: 92px;
	width: 320px;
	float: left;
}

/* logo Scelzosoft */
.logodroite {
	background-image: url(img/hautdroite.jpg);
	float: right;
	height: 92px;
	width: 320px;
}
/* images de haut de menu */
.nenuhaut {
	background-image: url(img/menu_haut.jpg);
	float: left;
	height: 32px;
	width: 150px;
}

/* images de haut de menu */
.nenuhautd {
	background-image: url(img/menu_haut_droite.jpg);
	float: right;
	height: 32px;
	width: 150px;
}

/* image de gauche du menu horizontal */
.menuhorg {
	background-image: url(img/fonthautg.jpg);
	float: left;
	height: 32px;
	width: 19px;
}



/* image de gauche du menu horizontal */
.menuhord {
	background-image: url(img/fonthautd.jpg);
	float: right;
	height: 32px;
	width: 19px;
}

/* image de haut de menu */
.menubasg {
	background-image: url(img/menu_bas.jpg);
	height: 25px;
	width: 150px;
	margin-top: 5px;
	float: left;
}

/* image de droite du menu horizontal */
.menubasd {
	background-image: url(img/menu_bas_droite.jpg);
	height: 25px;
	width: 150px;
	margin-top: 5px;
	float: left;

}

/* image de gauche de fin de site sous lesmenu */
.copyg {
	background-image: url(img/menu_gauche_bas.jpg);
	height: 74px;
	width: 150px;
	float: left;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left ;
}

/* image de droite de fin de site sous lesmenu */
.copyd {
	background-image: url(img/menu_droite_bas.jpg);
	height: 74px;
	width: 150px;
	float: right;
	background-repeat: repeat-x;
	background-position: bottom;
	float: right ;
}
/*
-------------------------------------------
-------------------------------------------
----------- FIN Styles images -------------
-------------------------------------------
-------------------------------------------
*/





.font04 {
	font-weight: bold;
	color: #333333;
}
.cadretitre2 {
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 3px;

}
.bouton {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #336699;
	display:block;
	padding:3px;
	color:#333333;
}
.haut2 {
	background-color: #4AA0CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imglogo {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.bascopy {
	background-color: #4AA0CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.bascopy { color: #333333 ; }
.cadre02 {
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #336699;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FCFCFC;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cadre02:hover {

	border-left-color: #999999 ;
}

.cadretitre02 {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 2px;
}
.hautdroite {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	margin: 15px;
}
.menuv {
	background-image: url(img/menu_v_m.jpg);
	height: 19px;
	white-space: nowrap;
	display: block;
	vertical-align: bottom;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 0px;
	float: left;
	cursor: pointer;
}
.cadremenuv {
	float: left;
	vertical-align: bottom;
	display: block;
	margin-top: 76px;
}
.menuvg {
	background-image: url(img/menu_v_g.jpg);
	height: 24px;
	width: 13px;
	float: left;
	margin-left: 10px;
}
.menuvd {
	background-image: url(img/menu_v_d.jpg);
	float: left;
	height: 24px;
	width: 13px;
}
.liennoirc {
	color: #666666;
}
.barre {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	margin: 5px;
}
.kit {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.cadreimg {
	border: 1px dashed #666666;
	margin-top: 5px;
}

#menuthemes {
	display: none;
	margin-right: 20px;
	margin-left: 190px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.menugb {
	background-image: url(img/aronbdmenu.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 163px;
	margin-bottom: 10px;
}
.basnav {
	height: 20px;
	background-image: url(img/bm.gif);
}
.basnavg {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
}
.basnavd {
	background-image: url(img/bd.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 20px;
	width: 20px;
}
.nav {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 3px #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px #CCCCCC;
	border-left: 3px solid #CCCCCC;
	padding-top: 10px;
}
.basnavm {
	height: 20px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
ul
{
	list-style-position:inside;
	list-style-type:none;
	margin:5px;
	padding:0px;
}
li
{
	margin:0px;
	padding:0px;
}
	