@CHARSET "UTF-8";

body {
    background:#fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #011a55;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}
ul
{ 
	list-style-type:none; 
	margin-left:15px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.7em;
    margin-bottom: 10px;
    width:100%;
   	background:#9aa4c0;
   	text-align:right;
   	color:#fff;
   	
   	line-height:2em;
   	padding:0 10px 0 0;
   	font-style:italic;
}

h2 { 
    padding: 0 0 10px 5px;
    height:1em;
    line-height:1em;
    color:#354a80;
    font-style:italic;
    background:url(images/horzbar.gif) no-repeat bottom right;
}

h2 a:link {text-decoration: none;color:#505abc;}
h2 a:visited {text-decoration: none;color:#5c76c0;}
h2 a:active {text-decoration: none;color:#011a55;}
h2 a:hover {text-decoration: underline; color:#1d60ff;}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
    margin-bottom:2px;
    padding-bottom:2px;
    color:#555;
}
h4 a:link
{
    color:#354a80;	
}

h5, h6 {
    font-size: 1em;
}

#main-container {
	width:1000px;
	margin:10px auto 30px;	
}

/*#top-menu-bar a{color:#999;}*/
#top-menu-bar {
	width:100%;
	text-align:right;
	margin-bottom:8px;
}

#header {
	width:100%;
	height:173px;
	background: url(images/header.jpg) no-repeat top left;	
}

#leftMenu {	
	/*border-right:solid 1px #6677AA;*/
	background: url(images/menubkg.jpg) no-repeat top left;
	min-height:490px;
	width:200px;
	padding:10px 10px 10px 10px;
	float:left;
}

#leftMenu ul {
	width:180px;
	border-top:solid 1px #6677AA;
	list-style-type: none;
	margin-left:0px;
	padding-top:30px;
	padding-left:5px;
}

#leftMenu li {
	height:30px;
}

#content {
	width:750px;
	padding:10px 10px 10px 20px;
	float:right;
	background: url(images/fond_texte.jpg) no-repeat bottom right;
	min-height:500px;
	text-align:justify;
}
#content p
{
	padding-right:10px;
	padding-left:10px;
	margin-top:2px;
	}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    clear:both;
}

input.moinslarge
{
    width: 180px;
    border: 1px solid #CCC;
}

select
{
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 180px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 180px;
    border: 1px solid #CCC;
}


