
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	/*letter-spacing: .02em;*/
	background-image:url(../img/background/bg_white.gif);
	background-repeat:repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

img {
    border: 0;
}



/* Page Wrapper
   contains #header, #content, and #footer
--------------------------------------------------- */
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	height:100%;
	text-align: left;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	background-image:url(../img/background/esperluette.gif);
	background-repeat:repeat-y;
	border: thin solid #999999;
}

/* Page header
--------------------------------------------------- */
#header {
	background-color: #E4F1FE;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	height:150px;
	width:100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
	cursor:pointer;
}


/* Inner layout (#contact)
   contains #navbar, #main, and #sidebar
--------------------------------------------------- */
#content {
    width: 1000px;
	height:auto;
	min-height:600px;
    padding: 0px;
    padding-top: 6px;

}

#menu_left a:link, #menu_left a:visited{
	text-decoration:none;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

#menu_left a:hover{
	text-decoration:underline;
}

#texte{
	position:relative; 
	padding-top:48px; 
	float:right; 
	width:510px; 
	height:auto; 
	font-size:16px; 
	margin-top:60px; 
	margin-right:27px;
	line-height:18px;
}

/* Default links
--------------------------------------------------- */
a:link {
    text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#000000;
}

a:hover {
    text-decoration: underline;
}

input {
	border: thin solid #CCCCCC;
	height:14px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}

#content_main{
	height:100%;
}

#content_right a:link, #content_right a:visited{
	color:#0000aa;
}

.click{
	font-weight:normal;
}

#recherche_result a:visited, #recherche_result a:link {
	color:#000000;
}

#recherche_result .extrait{
	color:#999999;
	font-size:10px;
	padding-left:15px;
}

.highlight {
	background-color: #E4F1FE;
	color:#0000CC;
}


#footer {
	position:relative;
	width:1000px;
	background-color:#E4F1FE;
	height:37px;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	float:left; 
	border-bottom:thin solid #999999;
	border-left:thin solid #999999;
	border-right:thin solid #999999;
	margin-left:-1px;
}

#footer a:link, #footer a:visited{
	color:#333333;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}

#footer_logo a:link, #footer_logo a:visited{
	font-size:22px;
	color:#000000;
}

#archive{
	padding-bottom:5px;
	margin-top:60px;
}

#archive ul{
	list-style:square;
}

#archive li{
	padding:0px;
	margin:0px;
}

h2, h3, h4, h5 {
    margin: 20px 0 0 0;
    padding: 0;
}

/* same headings for all divs */
h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.0em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 120%;
}

h4 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

h5 {
    letter-spacing: 2px;
    font-size: 9px;
    text-transform: uppercase;
    color: #BBB;
    font-weight: bold;
}

h6 {
    font-size: .85em;
    font-weight: normal;
}

/* Class pour texte venant de TinyMce */

.MsoFootnoteReference{
	vertical-align:super;
	font-size:10px;
	color:#0000aa;
}
