/* CSS Document */

html
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #916489 url(img/fond.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 50px auto;
	width: 1030px;
	height: 598px;
	scrollbar-face-color:#6a4f7b;
	scrollbar-arrow-color:#be94d4;
	scrollbar-track-color:#b28ac7;
	scrollbar-highlight-color:#6a4f7b;
	scrollbar-shadow-color:#6a4f7b;
	scrollbar-3dlight-color:#6a4f7b;
	scrollbar-darkshadow-color:#6a4f7b;
}
a
{
	color : #FFFFFF
	text-decoration : none;
}
a:href
{
	color : #FFFFFF
	text-decoration : none;
}

h1
{
	font-size: 14pt;
	color: #4d375d;
	font-family: Helvetica, sans-serif;
}

.clear 
{
	clear: both;
	height: 1%;
	display: block;
}

#contenu_gauche
{
	background: url(img/part1.gif) no-repeat;
	float: left;
	width: 362px;
	height: 598px;
}
#contenu_gauche_bis
{
	background: url(img/part1_bis.gif) no-repeat;
	float: left;
	width: 50px;
	height: 598px;
}

#partie_centrale
{
	float: left;
	width: 530px;
	height: 598px;
	background: url(img/part2.gif) no-repeat;
}
#partie_centrale_bis
{
	float: left;
	width: 842px;
	height: 598px;
	background: url(img/part2_bis.gif) no-repeat;
}
#contenu
{	
	margin-top: 40px;
	padding: 10px;
	height: 500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10pt;
	overflow: auto;
}
#contenu_bis
{	
	margin-top: 40px;
	padding: 10px;
	height: 500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10pt;
	overflow: auto;
}
#presentation
{
	margin-top: 180px;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 10px;
	height: 418px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-style: italic;
	font-size: 9pt;
}

#presentation h1
{
	font-size: 12pt;
	color: #9966CC;
}

#accueil
{
	text-decoration : none;
	list-style-type : none;
	width: 102px;
	height: 52px;
	margin-top: 10px;
	margin-bottom: -20px;
	margin-left: -20px;
}

#accueil ul
{
	list-style-type : none;
}
#accueil li a
{
	background: url(img/bouton_accueil.gif) no-repeat;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);
	display:block;
	width: 102px;
	height: 52px;
	text-decoration : none;
	list-style-type : none;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4); /* Pour IE */
}

#accueil li a:href
{
	background: url(img/bouton_accueil2.gif) no-repeat;
	text-decoration : none;
	width: 102px;
	height: 52px;
}

#menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background: url(img/part3.gif) no-repeat;
	float: left;
	width: 110px;
	height: 598px;
}

#element_menu
{
	margin-left: -20px;
}

#element_menu ul
{
	list-style-type : none;
}

#element_menu li a
{
	background: url(img/bouton.gif) no-repeat;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	display:block;
	width:100px;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 42px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	color: #FFFFFF;
	text-decoration : none;
	list-style-type : none;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Pour IE */
}

#element_menu li a:hover
{
	background: url(img/bouton2.gif) no-repeat;
	text-decoration : none;
}

#footer
{
	width: 950px;
	height: 30px;
	font-size: 8pt;
	color: #FFFFFF;
	float: bottom;
	text-align: right;
	margin-right: 20px;
}

#footer a
{
	color: #FFFFFF;
}