/* ce qui suit est commun à tous les éléments */

body
{
padding: 0;
margin: 0;
font-family: Verdana, "Sans-serif", "Times New Roman", Georgia, "Trebuchet MS";
font-size: 13px;
color:#131710;
background:transparent url('../images/degrade.gif') repeat-x 0 0;
}

#page{
/*width: 760px;*/
/*background:transparent url('../images/ombre.png') repeat-y scroll 0%;*/
padding:18px;
margin:0;
border-left: 1px ridge gray;
border-right: 1px ridge gray;
}

#ombre
{
width: 760px;
margin: auto;
padding-left: 0px; 
padding-right: 0px; 

background-color: #FFFFFF;
}

img
{
border:none;
}


a
{
color: rgb(128,107,87);
text-decoration:none;
font-weight: bold;
}

.clear
{
clear: both;
}


/* ce qui suit est spécifique à chaque élément*/

#en_tete
{
margin-bottom: 20px;
}

#menu
{
float: left;
width: 220px;
padding:0;
/*border-right: 2px dotted #87754C;*/
}

.titre_menu
{
padding-left: 10px;
padding-right: 10px;

}

.titre_menu h3
{
color: rgb(88,89,91);
font-size: 16px;
font-family: Georgia, "Times New Roman", "Trebuchet MS", "Courier New", Garamond;
font-variant: small-caps;
font-weight: bold;
}

.sous_menu
{
list-style-type: circle;
font-size: 12px;
margin-left:0px;
padding-left:0px;

}
.sous_menu a
{
color: rgb(135,117,76);
text-decoration:none;
font-weight: bold;
}


.sous_menu li
{
background:transparent url('../images/fleur_liste1.jpg') no-repeat scroll 0pt -4pt;
padding-left:27px;
list-style:none;
vertical-align:middle;
/*height:25px;*/
line-height:1.5em;
margin-bottom:3px;
}

.sous_menu li ul 
{
background:none;
vertical-align:middle;
margin:2px 14px;
padding:0pt;
}

.sous_menu li ul li
{
background:none;
vertical-align:middle;
list-style:circle;
margin:0pt;
padding:0pt;
}

.sous_menu li .active
{
	color: #B8661C;
	font-weight: bold;
}

a:hover /* au passage de la souris */
{
color: #B8661C;
font-weight: bold;
}

a:visited /* page visitée*/
{
/* demander à Julien des explications*/
}

#corps
{
border-left: 2px dotted #87754C;
width:440px;
margin-left: 230px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
/*text-indent: 20px;*/
}

.indent{
	text-indent: 20px;
}

#corps h1
{
color:#B8661C;
font-size: 23px;
font-family: "Courier New", Garamond, "Times New Roman", Georgia, "Trebuchet MS";
font-weight: bold;
text-indent: 0;
background:transparent url('../images/fleur_liste1.jpg') no-repeat scroll 0pt top;
padding-left:28px;
margin:0;
}

#corps h2{
	font-size:13px;
}

#corps h2.lettrine:first-letter
{
color: #B8661C;
font-weight: bold;
font-size: 16px;
}


.lettrine{
		text-indent: 15px;
}

.lettrine:first-letter{
	color: #B8661C;
	font-weight: bold;
	font-size: 20px;
}



#corps h3
{
color:#B8661C;
font-size: 23px;
font-family: "Courier New", Garamond, "Times New Roman", Georgia, "Trebuchet MS";
font-weight: bold;
text-indent: 0;
background:transparent url('../images/fleur_liste1.jpg') no-repeat scroll 0pt top;
padding-left:28px;
margin:0;
}

/*
#corps p:first-letter
{
color: #B8661C;
font-weight: bold;
font-size: 20px;
}
*/

.parutions 
{
margin-left: 0px;
text-indent: 0px;
}

/*
.parutions:first-letter
{
margin-left: 0px;
text-indent: 0px;
font-size: 4em;
color:#78726F;

}*/

#pied_de_page
{
width: 710px;
margin-top : 30px;
margin-bottom: 30px;
border: 2px dotted;
border-color: #87754C;
padding:5px;
/*color: rgb(122,122,122);*/
color: #87754C;
font-size: 11px;
text-align: center;
}

.img_center{
	text-align:center;
	margin-top:1em;
	margin-bottom:2em;
}

.saut-ligne{
	margin-top:1.6em;
}

ul.liste-none{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.liste-parution{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.liste-parution li{
	margin-bottom: 10px;
}


.m-top-10{
	margin-top: 10px;
}

.m-top-20{
	margin-top: 20px;
}

.m-bottom-10{
	margin-bottom: 10px;
}

.m-left-10{
	margin-left: 10px;
}

.m-right-10{
	margin-right: 10px;
}
