body{
        background-color: black;
        color:white;
        font-size: 1em;
        margin: 0;
}

p {
        text-indent: 2em;
        text-align: justify;
}

#header1 {
        font:"Times New Roman", serif;
        color: red;
        height: 65px

}

#header1 h1{
        font-size: 40px;
        text-align: right;
        padding-right: 70px;
}

#logo{
        float: left;
        margin-top: 7px;
}

#arkhemia{
        float: right;
        padding-right: 70px;
}

#header2 {
        height: 45px;
        width: 990px;  
        margin: 0;
        padding: 0
}



.menu{
        border-top: 1px solid red;
        border-bottom : 1px solid red;
        list-style-type: none; 
        float: right;
        margin : 0;
        padding : 0;
}

.menu li{
        float: right;
        margin: 0;
        border: 1px solid red;
        margin: 5px 5px 5px;
}

.menu a {
        color: red;
        text-decoration: none;
        display: block;
        padding: 5px 5px 5px 5px;
}

.menu a:hover{
        color: black;
        background: red;
}

.menu a:active{
        color: black;
        background: orange;
}

#colonne_menu{
        float: left;
        width: 200px;
        background: black url(../images/lion-rouge-sombre.jpg) 0 50% no-repeat;
        height: 400px;
        padding-top: 6em;
        text-align:center;
        text-decoration: none;
}

#colonne_menu ul{
       list-style-type: none; 
}

#colonne_menu li{
        text-decoration: none;
}

#colonne_menu a{
        color: red;
        text-decoration: none;
        display: block;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;
        border: 1px solid red;
}

#colonne_menu a:hover{
        color: black;
        background: red;
}
#colonne_menu a:active{
        color: black;
        background: orange;
}

#contenu{
        border: 0;
	padding: 0;
        background: black url(images/fond-base-normal.jpg) 50% 0 no-repeat;
	margin-top: 30px;
        margin-left: 230px;
	border : 1px solid black;
	color: black;
	height: 450px;

}

#titre{
	margin: 30px 30px 0 30px;
	border : 1px solid black;
	background: url(images/fond-base-delave.jpg) 50% -31px no-repeat;

}

#titre h1 {
	font: 28px  "Times New Roman", serif;
        font-variant: small-caps;
        text-align: center;
	border:0;
	margin:0;
	height: 35px;
}

#content{
	margin: 0 30px 0 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1.5em;
	background: url(images/fond-base-sombre.jpg) 50% -67px no-repeat;
	position: absolute;
	color: white;
}

#content p{
	text-align: justify;
      text-indent: 3em;

}

#portes{
        list-style-type: circle;
        text-align: left;
        text-indent: 3em;
	list-style-position: inside;
}



