/********************************************
   AUTHOR:	MORIN Florent 
   WEBSITE:	http://www.morinsarl.fr
   VERSION:	1.0     
   DATE:	15-10-2009     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

* { margin: 0; padding: 0; outline: 0; }

body {
	background: #F4F8FD;
    font: 70%, Verdana, Tahoma, Arial, Sans-serif;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	margin-top: 10px;
}

h1 {
	font-size: 180%;
	font-weight: normal;	
	color:  #555;
}
h2 {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #666666;
	border-style: double;
	border-color: #2666c3;
	background-color: #ECF5FF;
}
h2 a {
	color: #2666c3;
	text-decoration: none;	
}
h3 {
	font-size: 135%;
	color: #666666;
}
h3 a img {
	border:none;
}
h4 {
    margin-left: 5px;
	font-style:italic;
	font-variant:small-caps;
	text-decoration:underline;
}

p {
	text-align:justify;
	margin: 10px 15px;
}


ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

ul li {
	list-style-image: url(bullet.gif);
}

/* images */
img {
	background-image: none;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }




/**********************************
	TABLE
**********************************/
table {
    width: 97%;
	border-collapse: collapse;
	margin: 10px;
	background-color: #ECF5FF;
}
th strong {
	color: #fff;
}
th {
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	height: 35px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
td {
    font: 70%, Verdana, Tahoma, arial, sans-serif;
}

.bouton a {
	width:100px;
	height:30px;
    	text-decoration:none;
   	 color:white;
    	text-align:center;
    	font-weight:bold;
	padding:5px;
   	background-image:url(button-bg.jpg);
	border:2px outset silver;
}

.bouton a:hover{
	background-image:url(button-bg2.jpg);
}

/**********************************
	FORM
**********************************/
form {
    width: 97%;
    border: 1px solid #E5F0FB;
	background: #F4F8FD;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #E5F0FB; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}
textarea {
	width:325px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB; 
	height:50px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

/**********************************
	ENTETE
**********************************/
#header {
	position: relative;
	height: 80px;
	padding: 0;
	background-image: url(alter.jpg);
	background-repeat: no-repeat;
}
#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 1px;
	color: #A3E357;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/
	top: 5%;
	left: 5%;
}
#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 50%;
	left: 15%;
}

/*******************************
	ENTETE-SOMMAIRE
********************************/
#menu {
	background: url(menu.jpg);
	font: bold 16px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
	width: 100%;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 0px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #fff;	
	text-decoration: none;
	background: url(separation.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #3b5e0b;
}
#menu ul li#current a {	
	color: #3b5e0b;
}

/*******************************
	SOMMAIRE
********************************/
#sidebar {
	float: left;
	width: 110%;
	background: #F4F8FD;
}
#sidebar p {
	margin-left: 5px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 5px 5px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #2666c3;
    list-style-image:none;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #1773BC;
}
#sidebar ul.sidemenu li a:hover {	
	color:#390;
	text-decoration:underline;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
