/* CSS par dig^^ pour http://www.kits-gratuits.net */
/* BOUTON------------------------------------------------------------------------------*/
/* button   à compléter avec la couleur souhaitée  ( white étant celle à définir pas défault)
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 10px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #0054A4;
	border: solid 1px #b7b7b7;
	background: #C5D8F2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C5D8F2));
	background: -moz-linear-gradient(top,  #fff,  #C5D8F2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#C5D8F2');
}
.white:hover {
	background: #C5D8F2;
	background: -webkit-gradient(linear, left top, left bottom, from(#C5D8F2), to(#ffffff));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5D8F2', endColorstr='#ffffff');
}
.white:active {
	color: #009EE0;
	background: -webkit-gradient(linear, left top, left bottom, from(#C5D8F2), to(#fff));
	background: -moz-linear-gradient(top,  #C5D8F2,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5D8F2', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* brown */
.brown {
	color: #000000;
	height:30px;
	border: solid 1px #E4D2A3;
	background: #AE8B32;
	background: -webkit-gradient(linear, left top, left bottom, from(#AE8B32), to(#E4D2A3));
	background: -moz-linear-gradient(top,  #AE8B32,  #E4D2A3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4D2A3', endColorstr='#AE8B32');
}
.brown:hover {
	background: #FAA96A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAA96A), to(#C07033));
	background: -moz-linear-gradient(top,  #FAA96A,  #C07033);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAA96A', endColorstr='#C07033');
}
.brown:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#E4D2A3), to(#AE8B32));
	background: -moz-linear-gradient(top,  #E4D2A3,  #AE8B32);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4D2A3', endColorstr='#AE8B32');
}


/* light_brown */
.light_brown {
	color: #000000;
	border: solid 1px #FFCC66;
	background: #DCC587;
	background: -webkit-gradient(linear, left top, left bottom, from(#DCC587), to(#FFCC66));
	background: -moz-linear-gradient(top,  #DCC587,  #FFCC66);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCC587', endColorstr='#FFCC66');
}
.light_brown:hover {
	background: #FCC587;
	background: -webkit-gradient(linear, left top, left bottom, from(#FCC587), to(#CCC587));
	background: -moz-linear-gradient(top,  #FCC587,  #CCC587);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC587', endColorstr='#CCC587');
}
.light_brown:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#E0A587), to(#ECC587));
	background: -moz-linear-gradient(top,  #E0A587,  #ECC587);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0A587', endColorstr='#ECC587');
}


/* CSS par dig^^ pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }
.menu_haut li {
	float :left;
	list-style-type: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	vertical-align: middle;
}


.menu_haut {
	text-align:center;
	list-style:none;
	width:auto;
	height:10px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	font-size: 20px;
	text-decoration: none;
	color: #A0830A;
}

.menu_haut:hover  {
	text-align:center;
	list-style:none;
	width:auto;
	height:10px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	font-size: 20px;
	text-decoration: none;
	color: #F00;
}
.menu_haut a {
 display:block;
 color:#FFFFFF;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }

.menu_haut a:hover {
 display:block;
 color:#FF0000;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }
/* 
.menu_haut td:hover {
	display:block;
	line-height:45px;
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	padding:0 20px 0 20px;
	cursor:pointer;
	background-color: #6666FF;
 }*/
 
#menu_haut a:visited {
 display:block;
 color:#000099;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }
.menu_haut li a {
 display:block;
 /*line-height:45px;*/
 color:#FFFFFF;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }

.menu_haut li a:hover {
 display:block;
 color:#000066;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }
 
li#menu_haut a:visited {
 display:block;
 color:#000099;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 text-align:center;
 padding:0 20px 0 20px;
 cursor:pointer;
 }
body {
	color:#000066;
	font-family: Verdana, "Trebuchet MS", Tahoma, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(./images/interface/bg.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 20px;
}


img#logo { border:0;margin:35px 0 0 20px; }

ul#menu {
	list-style-type:none;
	float:right;
	text-align:center;
	margin-top:-2px;
}

ul#menu li {
	display:inline;
}

ul#menu a:hover {
	display:block;
	float:left;
	width:80px;
	height:25px;
	color:#535252;
	text-transform:uppercase;
	background:url(./images/interface/puce_menu.png) bottom no-repeat;
	text-decoration:none;
}


.menu {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 42px;
	width: 1000px;
	position: relative;
	float: left;
	background-image: url(../images/menu_normal.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu li {
	float: left;
	height: 42px;
	list-style-type: none;

}
.menu li a:link, .menu li a:visited {
	display: block;
	float: left;
	height: 29px;
	color: #280F0F;
	text-decoration:none;
	text-align:center;
	padding: 13px 20px 0px 20px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu li a:hover {
	display: block;
	float: left;
	height: 29px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 20px 0px 20px;
	background: url(../images/menu_hover.jpg) repeat-x left top;
}
.menu li.current a:link, .menu li.current a:visited {
	display: block;
	float: left;
	height: 29px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 20px 0px 20px;
	background: url(../images/menu_hover.jpg) repeat-x left top;
}
.menu li.current a:hover {
	display: block;
	float: left;
	height: 29px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 20px 0px 20px;
	background: url(../images/menu_hover.jpg) repeat-x left top;
}

#menu_bandeau {
	width:950px;
	float:left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 42px;
	position: relative;
	background-image: url(./images/interface/bg_menu.png);
	background-repeat: repeat-x;
	background-position:  top;
	background-color: #F8F178;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBB10D;
	border-right-color: #DBB10D;
	border-bottom-color: #DBB10D;
	border-left-color: #DBB10D;
}

#menu_bandeau h2 {
	color:#000066;
	text-transform:none;
	margin:10px 0 5px 10px;
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#menu_bandeau ul {
	list-style-type:none;
	width:980px;
	background-color: #F8F178;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBB10D;
	border-right-color: #DBB10D;
	border-bottom-color: #DBB10D;
	border-left-color: #DBB10D;
	margin-top: 0px;
	margin-bottom: 20px;
}
#menu_bandeau li {
	/*height: 84px;
	width: 100px;*/
	list-style-type: none;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu li {
	float: left;
	height: 42px;
	list-style-type: none;

}
#menu_bandeau  a {
	border-bottom:1px dotted #CCCACA;
	height:20px;
	display:block;
	text-decoration:none;
	color:#535252;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20;
	padding: 13px 20px 0px 20px;
}

#menu_bandeau a:hover {
	background-color: #ffc74f;
}

#menu_gauche {
	width:120px;
	float:left;
	background-image: url(./images/interface/bg_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_gauche h2 {
	color:#000066;
	text-transform:none;
	margin:10px 0 5px 10px;
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#menu_gauche ul {
	list-style-type:none;
	margin-left:20px;
	width:200px;
	background-color: #F8F178;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBB10D;
	border-right-color: #DBB10D;
	border-bottom-color: #DBB10D;
	border-left-color: #DBB10D;
}

#menu_gauche a {
	border-bottom:1px dotted #CCCACA;
	height:20px;
	display:block;
	text-decoration:none;
	color:#535252;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 10px;
}

#menu_gauche a:hover {
	background-color: #ffc74f;
}
p {
	text-align: justify;
	margin-bottom: 20px;
}

#bloc p {
	margin-top: 20;
	margin-bottom: 20;
	text-align: justify;
}
/*
#bloc {
	background:url(./images/interface/bg_contenu.png) top left no-repeat;
	width:459px;
	float:right;
	text-align:justify;
}

#bloc h2 {
	color:#177D26;
	background:url(./images/interface/puce_titre.png) left no-repeat;
	text-indent:15px;
	margin:5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



p.desc { color:#DCDADA;font:normal 0.8em Verdana, Sans-serif;padding:0 0 5px 10px; }
p.desc a { color:#DCDADA;text-decoration:none; }
p.desc a:hover { text-decoration:underline; }

p.commentaires { padding:15px 0 3px 0;text-align:right;width:100%;border-bottom:1px dashed #807F7F; }
p.commentaires a { color:#1187CB;text-decoration:none; }
p.commentaires a:hover { color:#1187CB;text-decoration:underline; }
p.commentaires em { font-style:normal;font-weight:bold; }
*/

