/* CSS Stylesheet */

body {
background-color:#ffffff;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0;
	padding:0;
}

h1 {
font-size: 36px;
font-family:Elephant, Impact, "Arial Black", sans-serif;
color:#990000;
text-align:left;
margin-left:30px;
width:600px;
}

h2, h3, h4 {
	margin-top: 0px;
}

h5, h6 {
text-align:left;
}

p, ol, ul, dl, li,blockquote {
padding:0;
margin:0;
}

#global {
background-color: inherit;
margin-left:0;
margin-right:auto;
margin-top:0;
margin-bottom:auto;
width:1300px;
height:auto;
font-family:"Comic Sans MS", "Lucida Calligraphy", "Palatino Linotype", cursive, serif;
color:#660000;
font-size:14px;
padding:0;
}

#leftcolumn {
float:left;
width:160px;
height:1000px;
margin:0;
background-color:#FFa200;



}

#logo {
float:left;
margin:5px;
width:auto;
height:auto;  }


a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.spacer {
clear:both;  }
/* Header */

#header {
	width: 1140px;
	height: 128px;
	margin-top:0px;
	margin-left:0px;
	margin-right: auto;
	margin-bottom:auto;
	background-color:#FFa200;
	border:none;
	float:left;
}

#header h1 {
	margin: 0px;
	padding: 40px 5px 0 120px;
	font-size: 52px;
	font-style: italic;
	text-align:left;
}

#header h2 {
	margin: 0;
	padding: 0 5px 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-align:right;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
float:left;
margin-left:0;
margin-right:auto;
color:navy;
background-color:inherit;
background-image:url(images/template1/images/leftcollumbkg.gif);
background-repeat:repeat;
font-size:12px;
font-family: "Book Antiqua", "Arial Narrow", sans-serif;
margin-top:100px;
margin-bottom:0;
width:150px;
height:auto;
padding:0;
  }
  
#menu ul {
margin-top:0;
	margin-left:0;
	margin-right:auto;
	margin-bottom:0;	
	padding:0 ;
	list-style-type: none ;
	vertical-align: text-top;
	text-align:left;
/* Suppression du margin, du padding et des puces du <ul> */
}

#menu li {
	margin:0;
	padding:0;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
vertical-align: text-top;
	display: inline;
}

#menu li a, #menu li a:active {
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 148px ;
	line-height: 33px ;
	color:#FFFFFF ;
	text-indent: 20px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	vertical-align: text-top;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;	
	background:url(images/button.gif); /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom:none;
	margin:0;
	padding:0;
}


#menu a:hover {
	background:url(images/button2.gif); /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom:none;
	color: #FFFFFF;
}

#menu .last a {
	background: url(images/button2.gif);
	border: solid 1px #FFFFFF;

}


#corner {
float:left;
background-image: url(images/corner.gif);
	width:20px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:auto;
}

/* Content */

#content {
float:left;
background-color:white;
	width: 730px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:auto;
	padding: 2px 0px 0px 0px;
	color:#660000;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color:#660000;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #660000;
	text-align:center;
}

#content h3 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #660000;
	text-align:center;

}

#content h4 {
	padding:0;
	font-size:14px;
	color: #660000;
	text-align:center;
}


#content h5 {
	padding:0;
	font-size:14px;
	color: #660000;
	text-align:left;
}


#content a {
text-decoration:none;
color: #990000;
font-weight:bold;
}


/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #990000;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

#link {
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:auto;
text-align: center;
color:#990000;
font-size:11px;
}
