﻿body {
	
	padding: 0;
	margin: 0;
	font-size : 95%;
}

p {

	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

div {
	
	margin: 0;
}

fieldset {

	border : 1px solid black;
}

fieldset legend {

	font-weight : bold;
}

h1 {

	color : #e3001b;
}

h2 {

	color : #E2001A;
}

h3 {

	color : #E74811;
}

h4 {

	color : #F16C0D;
}

h5 {

	color : #F58F09;
}

h6 {

	color : #FFD700;
}

ul {

	padding-left: 40px;
}

img {

	border: 0;
	vertical-align:  middle;
}

ul li {

	list-style-type: circle;
	font-size : 0.9em;
}

ol li {

	list-style-type: decimal;
	font-size : 0.9em;
}

a {
	text-decoration: none;
	color : #e3001b;
}

a:link {

	color : #e3001b;
}

a:visited {

	color : #F58F09;
}

a:hover {

	text-decoration: underline;
}

#page {
	
	min-width: 1000px;
	min-height: 10px;
	height: 100%;
}

#menu {

	width: 75%;
	top: 0;
	left: 0;
	min-width: 750px;
	position: fixed;
	height: 42px;
	background-image: url('../images/fondMenu.jpg');
	z-index: 1;
}

#menu img {

	border: 0;
}

#menu ul, #menu li {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.liMenu {
	
	text-align: center;
	float: right;
	width: 104px;
	height: 42px;
	margin: 0 1px;
}

.liMenu:hover {
	
	
	background-image: url( '../images/fondMenuHover.jpg' );
}

.liMenu:hover .ulMenu {
	
	display: block;
}

.ulMenu {
	
	position : relative;
	width: 100px;
	display: none;
}

.ulMenu li {
	
	background-image: url('../images/fondSousMenu.jpg');
	height: 22px;
	border: 0;
	border-color: black;
	border-style: solid;
	border-width: 0 2px 0 2px;	
	width: 100px;
}

.ulMenu li:hover {
	
	background-image: url('../images/fondSousMenuHover.jpg');

}

#panel {
	
	background: #e3001b url('../images/border.jpg') repeat-y;
	width: 25%;
	min-width: 250px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 2;
}

#panel p {

	color : white;
	font-size: .8em;
	line-height: 1em;
	margin: 3px 0;
}

#panel a {

	color: white;
	font-weight : bold;
}

#panel a:hover{

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

#panel hr {
	
	margin: 10px 25px 0 25px;
	color:white;
	width:200px;;
}

#search {
	
	height: 22px;
	width: 200px;
	margin: 5px 25px;
}

#search form {
	
	line-height: 20px;
	height: 22px;
	margin: 0;
	padding: 0;
}
#search input {
	
	line-height: 20px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

#searchKeys {
	
	height: 18px;
	padding: 2px 5px;
	width: 163px;
	font-style: italic;	
}

#logo {
	
	margin: 5px 25px;
}

#panelTool {
	
	width : 201px;
	margin : 0 0 0 25px;
}

#panelTool p {
	
	margin: 5px 0;
	line-height: 1em;
}

#panelUser {

	margin: 0 0 0 25px;
	width: 201px;
}

#panelUser p{

	margin : 0;
	color: #FFFFFF;
}

#calendrierPetit {
	
	height: 100px;
	margin: 0 0 0 25px;
	width: 201px;
}

#calendrierPetit p {

	margin: 0pt 0pt 10px;
	height: 30px;
}

#counter {
	
	position : absolute;
	bottom: 0;
	left: 56px;
	height: 30px;
	width: 105px;
	padding: 0 21px;
	background-image: url( '../images/counter.png' );
	margin: 3px auto;
}

#credits {
	
	width: 20px;
	height: 475px;
	position: absolute;
	right: 0;
	bottom: 0;
}


#content {
	
	width: 75%;
	margin: 60px 0 0 0;
}

#pageBlock {

	width: 750px;
	margin: 0 0 0 auto;
	padding-right: 10px;
}

#login {

	width : 201px;
	margin-left : 25px;
}

#loginForm div{

	display : none;
}

#loginLink {

	width : 100px;
	font-style: normal;
	font-weight : bold; 
	color : white;
	background-color: #e3001b;
	border : 0;
}

#loginForm .loginForm {

	border : 0;
	margin : 2px 0;
	height: 18px;
	padding: 2px 5px;
	width : 191px;
}