
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #efefef;
	color: #5E5E5E;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	text-align: justify;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {

	margin: 0 0 0 0;
}

h1{font-size: 1.5em;}
h2{font-size: 1em;}
h3{font-size: 0.9em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

h2 a:visited{color: #5E5E5E;}
h2 a:hover{color: #045C97;}

pre, code{
	font-size: 1.2em;
}

img {
border:0px;
}

form {
padding:0px;
margin:0px;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #5E5E5E;
    background:  #fff;
    color: #5E5E5E;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a:visited, a:active, a:link {
	color: #5E5E5E;
		
}

a:hover{
	color: #045C97;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.etoile{
	color: #045C97;
}
.resultat{
	color: #5E5E5E;
}

/* HOME
-------------------------------------------------------- */



/* La page
-------------------------------------------------------- */
#page{
	background : #efefef url(../images/backgd.png) repeat-y center;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background: #fff url(../images/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #77A5C5;
	text-align: center;
}

#prelude a{
	color: #77A5C5;
	background: transparent;
	text-decoration: none;
}


/* Le contenu
-------------------------------------------------------- */
#content div { 
	border: 1px solid #999;
	margin: 0em 0 1em 0;
	padding: 1ex 1em;
}
#content h1{
	color: #5e5e5e;
	background : #efefef url(../images/tao_sign.png) repeat-y left;	
	padding-left:25px;
	margin: 0 0 1em 0;
}
#content h2{
	color: #045C97;
	margin: 0 0 1ex 0;
}

#content fieldset{
	border-bottom: 1px solid #045C97;
}

#content legend{
	color: #5e5e5e;
	font-weight: bold;
	font-size: 1.2em;
}

#main div.homePage { 

	border: 1px solid #999;
	margin: 0em 0 1em 0;
	padding: 1ex 1em;
}

#main h2.homePage { 

	font-size: 120%;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	color: inherit;
	font-size: 0.8em;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar h2{
	font-size: 120%;
	color: #045C97;
	margin: 0 0 0 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 1em 0 0 0;
	padding:0px;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	/*line-height: 2.3em;*/
}

#sidebar a:visited, #sidebar a:active, #sidebar a:link{

}

#q{
	padding-left: 18px;
	background: #fff url(../images/q.png) no-repeat 4px;
}


.apropos{
  font-size: 0.8em;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0 0 0 0;
	font-size: 0.8em;
	border-top: 8px solid #045C97;
	background: #efefef;
	color: #045C97;
 	text-align:center;
}

#footer:visited, #footer:active, #footer:link{
	color: #5E9428;
}

#footer:hover{
	color: #5e5e5e;
}

/* Lien bouton
-------------------------------------------------------- */
.bouton:visited, .bouton:active, .bouton:link {
	display: block;
	width: 120px;
	height: 20px;
	
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	color: #a6a6a6;
	background-color: #ffffff;
	border-bottom: 1px solid #045C97;
	border-right: 1px solid #045C97;
	border-top: 1px solid #045C97;
	border-left: 1px solid #045C97;
}
.bouton:hover {
	background-color: #045C97;
	color: #ffffff;

}


