@charset "utf-8";
#header {
	position:absolute;
	left:154px;
	top:5px;
	width:800px;
	height:150px;
	z-index:1;
	background-image: url(../images/font_haut.jpg);
}
li a:hover {
	background: transparent url(../fondTR.png) top left no-repeat;
}
body {
	background-image: url(../images/fondpage.jpg);
}

/*debut TEMPLATE*/
#emplacementcoordonnee {
	position:absolute;
	left:5px;
	top:5px;
	width:150px;
	height:186px;
	z-index:3;
	color: #CCCCCC;
	background-image: url(../images/haut-droit.gif);
}
#cotegauche {
	position:absolute;
	left:5px;
	top:190px;
	width:150px;
	height:600px;
	z-index:5;
	background-image: url(../images/monogramme.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#centreprincipale {
	position:relative;
	left:154px;
	top:190px;
	width:600px;
	z-index:auto;
	
	color: #FFFFCC;
	font-style: italic;
	margin-left: 32px;
	margin-right: 44px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 4em;

}
#cotedroit {
	position:absolute;
	left:805px;
	top:185px;
	width:150px;
	height:600px;
	z-index:8;
	background-image: url(../images/monogramme.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}
#menucentral {
	position:absolute;
	left:157px;
	font-style: normal;
	top:150px;
	width:802px;
	height:35px;
	z-index:13;
	background-image: url(../images/font_menu_central.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#emplacementchoixlang {
	position:absolute;
	left:805px;
	top:155px;
	width:150px;
	height:35px;
	z-index:7;
}
#basdepage {
	position:absolute;
	left:198px;
	top:348px;
	width:553px;
	height:60px;
	z-index:9;
}

/*debut menu deroulant*/
#menuDeroulant
{
	width: 802px;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url("../fondTR.png");
	z-index: 5;
}
#menuDeroulant2
{
	width: 150px;
	height: 35px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 155px;
	left: 5px;
	background-image: url("../fondTR.png");
	z-index: 5;
}
#menuDeroulante
{
	width: 599px;
	height: 46px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url("../fondTR.png");
	z-index: 4;
}
.Style2 {
	color: #339966;
	font-weight: bold;
}
#menuDeroulant li
{
	float: left;
	width: 132px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant2 li
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: transparent url("../fondTR.png") repeat;
	margin: 0;
	padding: 2px 2px;
	border-right: 0px solid #fff;
	text-decoration: none;
}
#menuDeroulant2 li a:link, #menuDeroulant2 li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: transparent url("../fondTR.png") repeat;
	margin: 0;
	padding: 4px 8px;
	border-right: 0px solid #fff;
	text-decoration: none;
}
#menuDeroulant  li a:hover {
	background-color: #EBB;
	color: #990033;
}
#menuDeroulant2  li a:hover {
	background-color: #EBB;
	color: #990033;
}
#menuDeroulant li a:active {
	text-align: center;
}
#menuDeroulant2 li a:active {
	text-align: center;
}
#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant2 .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 132px;
	border-top: 1px solid ;
	border-right: 1px solid ;
}
#menuDeroulant2 .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 132px;
	border-top: 1px solid ;
	border-right: 1px solid ;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("../fondTR.png") repeat;
}
#menuDeroulant2 .sousMenu li a:link, #menuDeroulant2 .sousMenu li a:visited
{
	display: block;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("../fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #EBB;
	color: #990033;
}
#menuDeroulant2 .sousMenu li a:hover
{
	background-image: none;
	background-color: #EBB;
	color: #990033;
}
#menuDeroulant li:hover > .sousMenu {
	display: block;
	background-color: #FFCCCC;
}
#menuDeroulant2 li:hover > .sousMenu {
	display: block;
	background-color: #FFCCCC;
}
body {
	background-color: #990033;
}
/*fin menu deroulant*/
/*debut menu gauche*/

div#menu {
	width: 100%;
}

/* fond blanc pour le menu */ 
div#menu a {
	color:#FFFFFF
}
div#menu ul {
	padding: 0;
	width: 140px;
	border:2px solid;
	margin:0px;
	background-image: url("../fondTR.png");
}

/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 
div#menu li:hover {background: #EDD}
div#menu li.sousmenu:hover {background: #EBB;}

/* Rajout d'une petite fleche pour les sous menu */ 
div#menu li.sousmenu {background: url(fleche.gif) 95% 50% no-repeat;}

div#menu ul li {position:relative; list-style: none; border-bottom:0px solid;}
div#menu ul ul {position: absolute; top: -1px; left: 100px; display:none}

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */ 
div#menu li a {text-decoration: none; padding: 12px 0 16px 10px; display:block; border-left: 8px solid #BBB; width:124px}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

/* la bordure de chaque hauteur a une couleure de survol*/ 
div#menu li a:hover {
	border-left-color: #99FF66;
}
div#menu ul ul li a:hover {border-left-color: #00FF00;}
div#menu ul ul ul li a:hover {border-left-color: #0000FF;}

/* debut forfait*/
H1 {
	color: #E0D59F;
	font-size: 1.4em;
	margin: 0.5em;
}
H2 {
	font-size: 1em;
}
a:link, a:visited {
	color: #8080C0;
}
a:hover {
	color: #8080C0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}


form {
	border: 1px dashed #999;
	margin: 1em;
	padding: 2px;
}
fieldset {
	border: 0;
}
input, select {
	font-size: 1em;
}
p {
	padding: 0.3em;
}
/*img {
	border: 0;
	vertical-align: bottom;
}

*/
#bienvchat {
	position:absolute;
	left:815px;
	top:207px;
	width:130px;
	height:69px;
	z-index:12;
}
#apDiv2 {
	position:absolute;
	left:815px;
	top:284px;
	width:130px;
	height:69px;
	z-index:12;
}
#apDiv3 {
	position:absolute;
	left:866px;
	top:31px;
	width:58px;
	height:54px;
	z-index:13;
}
.Style1 {
	font-size: 12px;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
}
#apDiv4 {
	position:absolute;
	left:808px;
	top:357px;
	width:130px;
	height:370px;
	z-index:12;
	color: #FFFFFF;
}
#apDiv6 {
	position:absolute;
	left:289px;
	top:4px;
	width:298px;
	height:233px;
	z-index:14;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #CCCC99;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}	

a:active {
	text-decoration: none;
}
a:active {
	color: #CCCC99;
	text-decoration: underline;
}
.Style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

#messdef {
	position:absolute;
	left:158px;
	top:193px;
	width:642px;
	height:19px;
	z-index:3;
}
