body {
	
	background-color:#9CF;
	/*
	background-image:url("../images/gradient_y_hor.jpg");
	background-repeat:repeat-y;
	*/
	font-family: verdana, sans-serif;
	font-size:small;
}
.mosaic {
	background-color:#06F;
	color:white;
	font-size:smaller;
	padding:0;
	margin:0;
	cellpadding:2px;
	cellspacing:2px;
}
.titre_page {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	background-color:#06F;
	font-size:48px;
}
.titre_inv {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#06F;
	background-color:#FFF;
	font-size:48px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
.petiteligne {
	font-size: x-small;
	line-height: 12px;
}
#container
{
width: 98%;
margin: 10px auto;
color: #333;
/* border: 1px solid gray; */
line-height: 130%;
}
#top
{
padding: 0;	
/* padding: .5em;   remove 2012 11 25 */
/* border-bottom: 1px solid gray; */
}
#top h1
{
padding: 0;
margin: 0;
}
#leftnav
{
/* background:#CCC; */
float: left;
width: 200px;
margin: 0em;
padding : 0em;
}
#content
{
margin-left: 220px;
border-left: 1px solid gray;
padding: 1em;
/* max-width: 36em; */
max-width: 50em;
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
/* border-top: 1px solid gray; */
}
#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
.big {
	width:500px;
	height:100px;
	font-size:64px;
	padding:0;
	font-family:Arial, sans-serif;
	font-stretch:semi-condensed;
	white-space:nowrap; 
}
.bighaut {
	padding:0;
	text-align:left;
	margin:-10px;
}
.bigbas {
	padding:0;
	text-align:right;
	margin:-10px;
}
hr {
	height:2px;
	padding:0;
	margin:0;
}
.bigblack {color:black;}
.biggreen{color:green;}
.bigred {color:red;}
.bigorange{color:orange;}
.bigyellow {color:yellow;}
.bigblue{color:blue;}
.biggray{
	color:gray;
	font-size:large;
}
.blog {
}
.blogentry {
	/*
	background-color:#CCC;
	*/
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 16px Georgia;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline li a{
position:relative;
color:black;
padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline li a:hover{
border-bottom:3px solid purple; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent purple transparent; /* create up arrow */
}
.monnom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
}
.style11 {
	color:white; 
	background-color:gray;
	font-style: normal;
}
.style12 {
	color:white; 
	background-color:blue; 
	font-style: normal;
}
.styleh1 {
	font-size: 24px;
	text-shadow: 2px 2px 1px grey;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #06F;
}
.arttitle {
	background-color:#FFF;
	text-align:left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:black;
}
.fakebutton {
	color:#09F;
	border-style:none;
	background-color: transparent;
}
.fakebutton_2 {
	border-style:none;
	background-color: transparent;
	color:#00F;
}
.btnhov {
	color:#C00;
	border-style:none;
	background-color: transparent;
	border-color: #000;
	cursor:pointer;
}
.subject {
	word-wrap:break-word;
	-ms-word-wrap:break-word;
	white-space:normal;
	text-align:left;
}
