/*	balises de base	*/

body {
	margin: 0px;
	padding: 0px 0px 32px;
	background-color: #222222;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
}

div.cellule {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

p {
	text-align: justify;
	padding: 0px 8px 8px 8px;
	margin: 0px;
}
p.comm {
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding: 8px;
}

a {
	text-decoration: none;
}

img {
	border: none;
	margin: 0px;

}
img.snap {
	margin-bottom: 8px;
	display: block;
}
img.float {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sousTitre img {
	padding-left: 5px;
	
}

strong {
	font-family: tahoma, verdana, sans-serif;
}
strong.tele {
	color: #00cc00;
}


/*	titres	*/

h2 {
	font-family: tahoma, verdana, sans-serif;
	background-color: #111111;
	padding: 8px;
	font-weight: bold;
	font-size: 100%;
	cursor: default;
	text-align: justify;
	margin: 0px 0px 8px;	/* par défaut la marge est positive	*/
}
h2.accueil {
	color: #ffcc00;
	background-image: url(images/busybee_accueil.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.tele {
	color: #00CC00;
	background-image: url(images/busybee_tele.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.inout {
	color: #33CCFF;
	background-image: url(images/busybee_inout.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.admin {
	color: #CCCC99;
}
h2.err {
	background-color: #ff0000;
	color: #ffffff;
	background-image: url(images/busybee_err.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.success {
	background-color: #005500;
	color: #ffffff;
	background-image: url(images/busybee_tele.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-left: 8px;
	padding: 2px 2px 2px 4px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #111111;
	font-weight: normal;
}
h3 a:hover {
	text-decoration: underline;
}
h3.err {
	color: #FF0000;
	font-weight: bold;
}

hr {
	color: #111111;
}


/*	listes	*/

ul {
	padding: 0px 8px 8px 8px;
	margin: 8px 0px 8px 0px; /*	truc de ouf par défaut dans IE	*/
}

li {
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px;
	cursor: default;
}

li.puceHaut {
	background-position: 0px 2px;
}

li.puceHaut:hover {
	background-position: 2px 2px;
}

li:hover {
	background-position: 2px;
}

#menu li {
	background-image: none;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}


/*	liens	*/

a.image:link {
	color: #222222;
}

a.image:visited {
	color: #222222;
}

a.image:hover {
	color: #ffffff;
}

a.accueil:link {
	color: #ffcc00;
}
a.accueil:visited {
	color: #cccc33;
}
a.accueil:hover {
	color: #ffff66;
}

a.tele:link {
	color: #00CC00;
}
a.tele:visited {
	color: #339933;
}
a.tele:hover {
	color: #33ff33;
}

a.inout:link {
	color: #33ccff;
}
a.inout:visited {
	color: #0099cc;
}
a.inout:hover {
	color: #66ffff;
}

a.admin {
	color: #cccc99;
}
a.admin:visited {
	color: #999999;
}
a.admin:hover {
	color: #ffffcc;
}


/*	formulaires	*/

form {
	padding: 8px;
	margin: 0px;
}

fieldset {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: dashed 1px #666666;
	padding: 8px;
}

legend {
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: white;
	cursor: default;
	margin-bottom: 8px;
}

input {
	background-color: #222222;
	border: 1px dotted;
	color: #00FF00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

input.accueil {
	border-color: #FFCC00;
}
input.tele {
	border-color: #00cc00;
}
input.admin {
	border-color: #cccc99;
}
input.inout {
	border-color: #33CCFF;
}
input.err {
	border-color: #ff0000;
}
input.radio {
	border: none;
}
input.boutonAccueil, input.boutonTele, input.boutonInout {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	border: 1px outset;
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
input.boutonAccueil {
	border-color: #FFCC00;
	background-color: #CC9900;
}
input.boutonTele {
	border-color: #00CC00;
	background-color: #009900;
}
input.boutonInout {
	border-color: #33CCFF;
	background-color: #0099CC;
	color: black;
}

textarea {
	background-color: #222222;
	border: none;
	color: #00FF00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	display: block;
}

select {
	background-color: #222222;
	color: #00ff00;
	font-size: 100%;
}


/*	calques */

#conteneur {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu {
	width: 120px;
	padding: 0px 4px 4px 4px;
	float: left;
}
#menu a {
	color: white;
}
#menu a:visited {
	color: white;
}
#menu a:hover {
	text-decoration: underline;
}

#sousTitre {
	margin: 0px;
	padding-top: 0px 0px 0px 4px;
}

#gauche {
	width: 300px;
	padding: 0px 4px 4px 4px;
	float: left;
}

#logGauche {
	width: 336px; /* 320 + 16 de padding total */
	padding: 0px 4px 4px 4px;
	float: left;
}

#moitGauche {
	width: 307px;
	padding: 0px 4px 4px 4px;
	float: left;
}

#droite {
	width: 336px; /* 320 + 16 de padding total */
	padding: 0px 4px 4px 4px;
	float: left;
}

#logDroite {
	width: 300px;
	padding: 0px 4px 4px 4px;
	float: left;
}

#moitDroite {
	width: 307px;
	padding: 0px 4px 4px 4px;
	float: left;
}

#pied {
	text-align: center;
	clear: both;
}

#page {
	float: right;
	width: 648px;
}

/*		classes		*/

.allege {
	font-family: Tahoma, Arial, Verdana;
	color: #999999;
	font-weight: normal;
}
a.allege {
	color: #00cc00;
}
a.allege:visited {
	color: #009900;
}
a.allege:hover {
	color: #33ff33;
}
a:hover .allege {
	color: #cccccc;
}

.inversion {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}