@CHARSET "ISO-8859-1";



/* polices de texte  Korean Calligraphy   Made in China*/
p { 									/*corps de texte*/
	font: 11pt godofwar, sans-serif;
	text-align: justify;
	margin-top: 0px; 
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;

	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;

	}
	
h1 { 									/*titre du site*/
	font: italic bold normal 52pt godofwar;
	letter-spacing: 1px;
 
	text-align: right;
	color: #26150b;/*7D775C;*/

	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
	}
h2{									/*titre de la page*/
	font: italic bold normal 18pt godofwar, sans-serif;
	padding-top: 10px;
	padding-bottom:0px; 

	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
}
h3{									/*sous-titre*/
	font: italic bold normal 14pt godofwar, sans-serif;
	margin-top: 0px; 
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;

	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
}



/*param�tres par d�faut des liens*/

a 	{
	font: 9pt godofwar, sans-serif;
	}

a:link { 
	text-decoration: none; 
	color: #888;
	}	

a:visited { 
	text-decoration: none;
	color: #888;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #888;
	}
p a:link { 

	text-decoration: none; 
	color: #888;
	}
p a:visited { 

	text-decoration: none; 
	color: #888;
	}

/*Titre*/

#title {
	position:fixed;
	top:10px;
	right:50px;

	z-index:4;
}



/*Affichage du contenu des pages*/

body{
	background-image:url("../images/theme2/imageFond.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

#container {
	
	position:relative;
	top:250px;
	left: 310px;
	
	text-align:center;

	margin-bottom:10px;

	width:900px;
	
	background-image:url("../images/theme2/couleurMenu.png");
	background-repeat:repeat;

	padding:30px;

	z-index:2;	

	-moz-border-radius: 10px; /*pour faire les coins ronds*/
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
        border-radius: 10px; 
	}

#container2 {
	
	position:fixed;
	top:10px;
	left: 180px;
	
	text-align:center;

	margin-bottom:0px;

	
	z-index:5;	
	}


/*menu de gauche*/

#menu{
	
	position:fixed;
	top:90px;
	left: 10px;

	padding-top:50px;
	padding-left:20px;
	padding-bottom:400px;

	z-index:5;


	width:160px;

	background-image:url("../images/theme2/couleurMenu.png");
	background-repeat:repeat;

	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	-webkit-opacity:0.6;

        border-radius: 10px; 
	-moz-border-radius: 10px; /*pour faire les coins ronds*/
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;

	}


#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	line-height: 2.5ex; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#menu li a:link {
	color: #B3AE94;
	font: 11pt godofwar, sans-serif; 					/*couleur des liens (texte) du menu*/
	}
#menu li a:visited {
	color: #B3AE94; 					/*couleur des liens du menu si d�j� visit�s*/
	}
	
/*menu de choix de CSS*/

#choixCSS {
	
	position:fixed;
	top:440px;
	left: 1210px;

	width:600px;
	z-index:5;
	
	}

/*fond dupliqu� pour faire passer le contenu dessous*/

#fondTitre {
	position:fixed;
	top:0px;
	left:0px;

	width:2000px;
	height:180px;

	background-image:url("../images/theme2/imageFond.jpg");
	background-repeat:repeat;

	
	z-index:2;
	}


/*images fixes*/
#imageTitre {

	position:fixed;
	top:165px;
	right: 80px;

	background-image:url("../images/theme2/imageTitre.png");
	background-repeat:no-repeat;

	width:400px;
	height:220px;

	z-index:3;
	}

#imageHaut {

	position:fixed;
	top:108px;
	left: 320px;	
	
	background-image:url("../images/theme2/imageHaut.png");
	background-repeat:no-repeat;

	width:600px;
	height:300px;

	z-index:3;
	}

#imageBas {

	position:fixed;
	bottom:30px;
	left: 30px;	
	
	background-image:url("../images/theme2/imageBas.png");
	background-repeat:no-repeat;

	width:300px;
	height:300px;

	z-index:3;
	}

/*pied de page*/
#piedPage {
	position:fixed;
	bottom:0px;
	left: 1100px;

	z-index:1;

	width:600px;

}
