

form{
 display: inline;
 }

a:link {color: darkblue; text-decoration: none;}
a:visited {color: darkblue; text-decoration: none;}
a:hover {color: darkred; text-decoration: none;}
a:active {color: darkblue; text-decoration: none;}

tr.Titre-sous-menu:hover {
background:#729EBF;
}

td.Titre-sous-menu:hover {
background:#729EBF;
}

.for
{
 opacity:0.2;
} 
.none
{
 opacity:1.9;
} 

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

#fadediv {
display: none;
}
#fadediv2 {
visibility: hidden;
}


#fond {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 0;
}
#popup {
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0 20px 20px;
	height: 700px;
	z-index: 9;
	position: fixed;
	display: none;
	top: 70px;
	right: 0px;
	left: 0;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #48312B solid;
	font-size:12px;
	text-align:justify;
}
#close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #000;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:default;
}
#close:hover{ background-color:#F60}


html,body {
  padding:0;
  margin:0;
  height:100%;
}
#menu, #menu ul {
  padding:0;
  margin:0;
  list-style: none;
  text-align: center;
}

#menu li {
  display:inline-block;
  vertical-align: top;
  
  position: relative;
}
#menu li li {
  display:inherit;
}
#menu a {
  display:block;
  padding:5px 50px;
  text-decoration: none;
  color:#fff;
  font-family:arial;
}
#menu ul li a {
  padding:5px 8px;
}
#menu ul {
  position: absolute;
  z-index: 1000;
  min-width:100%;
  white-space: nowrap;
  text-align: left;
}
#menu ul ul {
  left:100%;
  top:0;
  overflow: hidden;
  max-width: 0;
  min-width: 0;
  transition: 0.3s all;
}
#menu ul li:hover ul {
  max-width: 30em;
}
#menu ul li {
  max-height:0;
  overflow: hidden;
  transition:all 0.8s;
}
#menu li li li {
  max-height: inherit;
}
#menu li:hover li {
  max-height: 15em;
  overflow: visible;
}
/* background des liens menus */
.violet {
background-color: #65537A;
background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
.violet li {
    background:#2A2333
}
.violet li:hover {
    background:#65537A
}
.bleu {
background-color: #729EBF;
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
.bleu li {
    background:#333A40
}
.bleu li:hover {
    background:#729EBF
}
.orange {
background-color: #F6AD1A;
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
.orange li {
    background-color:#9F391A;
}
.orange li:hover {
    background:#F6AD1A
}
.vert{
background-color: #CFFF6A;
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
}
.vert li {
    background-color:#677F35
}
.vert li:hover {
    background:#CFFF6A
}
#menu li:hover {
    background-image:none;
}
#menu li:hover a, .menu li li:hover a {
    color:#000
}
#menu li:hover li a, #menu li:hover li li a {
    color:#fff
}
#menu li:hover a, #menu li li:hover a, #menu li li li:hover a {
    color:#000
}




















#menu-principal, #menu-principal ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-principal li{
display:inline-block;
width:215;
position:relative;
border-radius:8px 8px 8px 8px;
}
#menu-principal ul li{
display:inherit;
border-radius:0;
}
#menu-principal ul li:hover{
border-radius:0;
}
#menu-principal ul li:last-child{ 
border-radius:0 0 8px 8px; 
} 

#menu-principal ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-principal li:hover ul{
max-height:15em;
}


/* background des liens menus */
#menu-principal li:first-child{
background-color: #65537A;
background-image:-webkit-linear-gradient(top, #65537A 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
#menu-principal li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-principal li:nth-child(3){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-principal li:nth-child(4){
background-color: #9BBA5A;
background-image:-webkit-linear-gradient(top, #9BBA5A 0%, #53662B 100%);
background-image:linear-gradient(to bottom, #9BBA5A 0%, #53662B 100%);
}
#menu-principal li:nth-child(5){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-principal li:nth-child(6){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-principal li:last-child{
background-color: #970000;
background-image:-webkit-linear-gradient(top, #970000 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #970000 0%, #2A2333 100%);
}


/* background des liens sous menus */
#menu-principal li:first-child li{
background:#2A2333;
}
#menu-principal li:nth-child(2) li{
background:#333A40;
}
#menu-principal li:nth-child(3) li{
background:#9F391A;
}
#menu-principal li:nth-child(4) li{
background:#677F35;
}
#menu-principal li:nth-child(5) li{
background:#9F391A;
}
#menu-principal li:nth-child(6) li{
background:#333A40;
}
#menu-principal li:last-child li{
background:#2A2333;
}


/* background des liens menus et sous menus au survol */
#menu-principal li:first-child:hover, #menu-principal li:first-child li:hover{
background:#65537A;
}
#menu-principal li:nth-child(2):hover, #menu-principal li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-principal li:nth-child(3):hover, #menu-principal li:nth-child(3) li:hover{
background:#F6AD1A;
}
#menu-principal li:nth-child(4):hover, #menu-principal li:nth-child(4) li:hover{
background:#CFFF6A;
}
#menu-principal li:nth-child(5):hover, #menu-principal li:nth-child(5) li:hover{
background:#F6AD1A;
}
#menu-principal li:nth-child(6):hover, #menu-principal li:nth-child(6) li:hover{
background:#729EBF;
}
#menu-principal li:last-child:hover, #menu-principal li:last-child li:hover{
background:#F00000;
}


/* les a href */
#menu-principal a{
text-decoration:none;
display:block;
padding:4px 20px;
color:#fff;
font-family:arial;
}
#menu-principal ul a{
padding:4px 0;
font-size:0.8em;
}
#menu-principal li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-principal li:hover a, #menu-principal li li:hover a{
color:#000;
}



#menu-admin, #menu-admin ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-admin li{
display:inline-block;
width:180;
position:relative;
border-radius:8px 8px 0 0;
}
#menu-admin ul li{
display:inherit;
border-radius:0;
}
#menu-admin ul li:hover{
border-radius:0;
}
#menu-admin ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-admin ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-admin li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu-admin li:first-child{
background-color: #65537A;
background-image:-webkit-linear-gradient(top, #65537A 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
#menu-admin li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-admin li:nth-child(3){
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
#menu-admin li:last-child{
background-color: #9BBA5A;
background-image:-webkit-linear-gradient(top, #9BBA5A 0%, #53662B 100%);
background-image:linear-gradient(to bottom, #9BBA5A 0%, #53662B 100%);
}
/* background des liens sous menus */
#menu-admin li:first-child li{
background:#2A2333;
}
#menu-admin li:nth-child(2) li{
background:#333A40;
}
#menu-admin li:nth-child(3) li{
background:#9F391A;
}
#menu-admin li:last-child li{
background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu-admin li:first-child:hover, #menu-admin li:first-child li:hover{
background:#65537A;
}
#menu-admin li:nth-child(2):hover, #menu-admin li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-admin li:nth-child(3):hover, #menu-admin li:nth-child(3) li:hover{
background:#F6AD1A;
}
#menu-admin li:last-child:hover, #menu-admin li:last-child li:hover{
background:#CFFF6A;
}
/* les a href */
#menu-admin a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-admin ul a{
padding:8px 0;
}
#menu-admin li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-admin li:hover a, #menu-admin li li:hover a{
color:#000;
}




#menu-interne, #menu-interne ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-interne li{
display:inline-block;
width:300;
position:relative;
border-radius:6px 6px 6px 6px;
}
#menu-interne ul li{
display:inherit;
border-radius:0;
}
#menu-interne ul li:hover{
border-radius:0;
}
#menu-interne ul li:last-child{ 
border-radius:0 0 0px 0px; 
} 


#menu-interne ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-interne li:hover ul{
max-height:15em;
}


/* background des liens menus */
#menu-interne li:first-child{
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:nth-child(2){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:nth-child(3){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:nth-child(4){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:nth-child(5){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:nth-child(6){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-interne li:last-child{
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}


/* background des liens sous menus */
#menu-interne li:first-child li{
background:#677F35;
}
#menu-interne li:nth-child(2) li{
background:#677F35;
}
#menu-interne li:nth-child(3) li{
background:#677F35;
}
#menu-interne li:nth-child(4) li{
background:#677F35;
}
#menu-interne li:nth-child(5) li{
background:#677F35;
}
#menu-interne li:nth-child(6) li{
background:#677F35;
}
#menu-interne li:last-child li{
background:#677F35;
}


/* background des liens menus et sous menus au survol */
#menu-interne li:first-child:hover, #menu-interne li:first-child li:hover{
background:#DACF03;
}
#menu-interne li:nth-child(2):hover, #menu-interne li:nth-child(2) li:hover{
background:#DACF03;
}
#menu-interne li:nth-child(3):hover, #menu-interne li:nth-child(3) li:hover{
background:#DACF03;
}
#menu-interne li:nth-child(4):hover, #menu-interne li:nth-child(4) li:hover{
background:#DACF03;
}
#menu-interne li:nth-child(5):hover, #menu-interne li:nth-child(5) li:hover{
background:#DACF03;
}
#menu-interne li:nth-child(6):hover, #menu-interne li:nth-child(6) li:hover{
background:#DACF03;
}
#menu-interne li:last-child:hover, #menu-interne li:last-child li:hover{
background:#DACF03;
}


/* les a href */
#menu-interne a{
text-decoration:none;
display:block;
padding:4px 20px;
color:#fff;
font-family:arial;
}
#menu-interne ul a{
padding:4px 0;
}
#menu-interne li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-interne li:hover a, #menu-interne li li:hover a{
color:#000;
}






#menu-perso, #menu-perso ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-perso li{
display:inline-block;
width:150;
position:relative;
border-radius:6px 6px 6px 6px;
}
#menu-perso ul li{
display:inherit;
border-radius:0;
}
#menu-perso ul li:hover{
border-radius:0;
}
#menu-perso ul li:last-child{ 
border-radius:0 0 0px 0px; 
} 


#menu-perso ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-perso li:hover ul{
max-height:15em;
}


/* background des liens menus */
#menu-perso li:first-child{
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:nth-child(2){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:nth-child(3){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:nth-child(4){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:nth-child(5){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:nth-child(6){
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}
#menu-perso li:last-child{
background-color: #677F35;
background-image:-webkit-linear-gradient(top, #677F35 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #677F35 0%, #677F35 100%);
}


/* background des liens sous menus */
#menu-perso li:first-child li{
background:#677F35;
}
#menu-perso li:nth-child(2) li{
background:#677F35;
}
#menu-perso li:nth-child(3) li{
background:#677F35;
}
#menu-perso li:nth-child(4) li{
background:#677F35;
}
#menu-perso li:nth-child(5) li{
background:#677F35;
}
#menu-perso li:nth-child(6) li{
background:#677F35;
}
#menu-perso li:last-child li{
background:#677F35;
}


/* background des liens menus et sous menus au survol */
#menu-perso li:first-child:hover, #menu-perso li:first-child li:hover{
background:#DACF03;
}
#menu-perso li:nth-child(2):hover, #menu-perso li:nth-child(2) li:hover{
background:#DACF03;
}
#menu-perso li:nth-child(3):hover, #menu-perso li:nth-child(3) li:hover{
background:#DACF03;
}
#menu-perso li:nth-child(4):hover, #menu-perso li:nth-child(4) li:hover{
background:#DACF03;
}
#menu-perso li:nth-child(5):hover, #menu-perso li:nth-child(5) li:hover{
background:#DACF03;
}
#menu-perso li:nth-child(6):hover, #menu-perso li:nth-child(6) li:hover{
background:#DACF03;
}
#menu-perso li:last-child:hover, #menu-perso li:last-child li:hover{
background:#DACF03;
}


/* les a href */
#menu-perso a{
text-decoration:none;
display:block;
padding:4px 20px;
color:#fff;
font-family:arial;
}
#menu-perso ul a{
padding:4px 0;
}
#menu-perso li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-perso li:hover a, #menu-perso li li:hover a{
color:#000;
}


.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}


.box
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #336600;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#336600), to(#FFFFE8));
	background: 
-webkit-linear-gradient(#336600, #FFFFE8);
	background: -moz-linear-gradient(#336600, 
#FFFFE8);
	background: -ms-linear-gradient(#336600, #FFFFE8);
	background: -o-linear-gradient(#336600, 
#FFFFE8);
	background: linear-gradient(#336600, #FFFFE8);
-pie-background: linear-gradient(#336600, 
#FFFFE8); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


.boxrev
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#336600));
	background: 
-webkit-linear-gradient(#FFFFE8, #336600);
	background: -moz-linear-gradient(#FFFFE8, 
#336600);
	background: -ms-linear-gradient(#FFFFE8, #336600);
	background: -o-linear-gradient(#FFFFE8, 
#336600);
	background: linear-gradient(#FFFFE8, #336600);
-pie-background: linear-gradient(#FFFFE8, 
#336600); 	behavior: url(/PIE.htc);
	color: #000000;
} 



.boxrevblue
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#4691FF));
	background: 
-webkit-linear-gradient(#FFFFE8, #4691FF);
	background: -moz-linear-gradient(#FFFFE8, 
#4691FF);
	background: -ms-linear-gradient(#FFFFE8, #4691FF);
	background: -o-linear-gradient(#FFFFE8, 
#4691FF);
	background: linear-gradient(#FFFFE8, #4691FF);
-pie-background: linear-gradient(#FFFFE8, 
#4691FF); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


.boxrevbluefull
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #4691FF;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#4691FF), to(#4691FF));
	background: 
-webkit-linear-gradient(#4691FF, #4691FF);
	background: -moz-linear-gradient(#4691FF, 
#4691FF);
	background: -ms-linear-gradient(#4691FF, #4691FF);
	background: -o-linear-gradient(#4691FF, 
#4691FF);
	background: linear-gradient(#4691FF, #4691FF);
-pie-background: linear-gradient(#4691FF, 
#4691FF); 	behavior: url(/PIE.htc);
	color: #000000;
} 




.box_ombrebleu
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #4691FF 2px 3px 3px;
-moz-box-shadow: #4691FF 2px 3px 3px;
 box-shadow: #4691FF 2px 3px 3px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.boxrevred
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#FF0000));
	background: 
-webkit-linear-gradient(#FFFFE8, #FF0000);
	background: -moz-linear-gradient(#FFFFE8, 
#FF0000);
	background: -ms-linear-gradient(#FFFFE8, #FF0000);
	background: -o-linear-gradient(#FFFFE8, 
#FF0000);
	background: linear-gradient(#FFFFE8, #FF0000);
-pie-background: linear-gradient(#FFFFE8, 
#FF0000); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


.boxrevredclair
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#F7C8C8));
	background: 
-webkit-linear-gradient(#FFFFE8, #F7C8C8);
	background: -moz-linear-gradient(#FFFFE8, 
#F7C8C8);
	background: -ms-linear-gradient(#FFFFE8, #F7C8C8);
	background: -o-linear-gradient(#FFFFE8, 
#F7C8C8);
	background: linear-gradient(#FFFFE8, #F7C8C8);
-pie-background: linear-gradient(#FFFFE8, 
#F7C8C8); 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_ombrerouge
 {
	border: 1px #000000 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #FF0000 1px 2px 2px;
-moz-box-shadow: #FF0000 1px 2px 2px;
 box-shadow: #FF0000 1px 2px 2px;


	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.boxrevgreen
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#336600));
	background: 
-webkit-linear-gradient(#FFFFE8, #336600);
	background: -moz-linear-gradient(#FFFFE8, 
#336600);
	background: -ms-linear-gradient(#FFFFE8, #336600);
	background: -o-linear-gradient(#FFFFE8, 
#336600);
	background: linear-gradient(#FFFFE8, #336600);
-pie-background: linear-gradient(#FFFFE8, 
#336600); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 

.box_ombrevert
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #336600 1px 2px 2px;
-moz-box-shadow: #336600 1px 2px 2px;
 box-shadow: #336600 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 




.boxrevbrown
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#996600));
	background: 
-webkit-linear-gradient(#FFFFE8, #996600);
	background: -moz-linear-gradient(#FFFFE8, 
#996600);
	background: -ms-linear-gradient(#FFFFE8, #996600);
	background: -o-linear-gradient(#FFFFE8, 
#996600);
	background: linear-gradient(#FFFFE8, #996600);
-pie-background: linear-gradient(#FFFFE8, 
#996600); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 

.box_ombrebrun
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #996600 1px 2px 2px;
-moz-box-shadow: #996600 1px 2px 2px;
 box-shadow: #996600 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 




.boxrevmauve
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#521C6C));
	background: 
-webkit-linear-gradient(#FFFFE8, #521C6C);
	background: -moz-linear-gradient(#FFFFE8, 
#521C6C);
	background: -ms-linear-gradient(#FFFFE8, #521C6C);
	background: -o-linear-gradient(#FFFFE8, 
#521C6C);
	background: linear-gradient(#FFFFE8, #521C6C);
-pie-background: linear-gradient(#FFFFE8, 
#9933FF); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


.box_ombremauve
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #8A35FD 1px 2px 2px;
-moz-box-shadow: #8A35FD 1px 2px 2px;
 box-shadow: #8A35FD 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.boxrevgris
 {
	border: 1px #000033 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFFF;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#999999));
	background: 
-webkit-linear-gradient(#FFFFFF, #999999);
	background: -moz-linear-gradient(#FFFFFF, 
#999999);
	background: -ms-linear-gradient(#FFFFFF, #999999);
	background: -o-linear-gradient(#FFFFFF, 
#999999);
	background: linear-gradient(#FFFFFF, #999999);
-pie-background: linear-gradient(#FFFFFF, 
#999999); 	behavior: url(/PIE.htc);
	color: #000000;
} 



.boxrevgris2
 {
	border: 0px #000033 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFFF;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#DBDAF1));
	background: 
-webkit-linear-gradient(#FFFFFF, #DBDAF1);
	background: -moz-linear-gradient(#FFFFFF, 
#DBDAF1);
	background: -ms-linear-gradient(#FFFFFF, #DBDAF1);
	background: -o-linear-gradient(#FFFFFF, 
#DBDAF1);
	background: linear-gradient(#FFFFFF, #DBDAF1);
-pie-background: linear-gradient(#FFFFFF, 
#DBDAF1); 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_ombregris
 {
	border: 1px #7B8BB7 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #7B8BB7 1px 2px 2px;
-moz-box-shadow: #7B8BB7 1px 2px 2px;
 box-shadow: #7B8BB7 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.boxrevrose
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#F59CA5));
	background: 
-webkit-linear-gradient(#FFFFE8, #F59CA5);
	background: -moz-linear-gradient(#FFFFE8, 
#F59CA5);
	background: -ms-linear-gradient(#FFFFE8, #F59CA5);
	background: -o-linear-gradient(#FFFFE8, 
#F59CA5);
	background: linear-gradient(#FFFFE8, #F59CA5);
-pie-background: linear-gradient(#FFFFE8, 
#F59CA5); 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_ombrerose
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #EB5FE8 1px 2px 2px;
-moz-box-shadow: #EB5FE8 1px 2px 2px;
 box-shadow: #EB5FE8 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.boxrevkaki
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#E17100));
	background: 
-webkit-linear-gradient(#FFFFE8, #E17100);
	background: -moz-linear-gradient(#FFFFE8, 
#E17100);
	background: -ms-linear-gradient(#FFFFE8, #E17100);
	background: -o-linear-gradient(#FFFFE8, 
#E17100);
	background: linear-gradient(#FFFFE8, #E17100);
-pie-background: linear-gradient(#FFFFE8, 
#E17100); 	behavior: url(/PIE.htc);
	color: #000000;
} 



.box_ombrekaki
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #E17100 1px 2px 2px;
-moz-box-shadow: #E17100 1px 2px 2px;
 box-shadow: #E17100 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.boxrevjaune
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#999999));
	background: 
-webkit-linear-gradient(#FFFFE8, #999999);
	background: -moz-linear-gradient(#FFFFE8, 
#999999);
	background: -ms-linear-gradient(#FFFFE8, #999999);
	background: -o-linear-gradient(#FFFFE8, 
#999999);
	background: linear-gradient(#FFFFE8, #999999);
-pie-background: linear-gradient(#FFFFE8, 
#999999); 	behavior: url(/PIE.htc);
	color: #000000;
} 




.boxup
 {
	border: 0px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 0px 0px; -moz-border-radius: 
12px 12px 0px 0px; 	border-radius: 12px 12px 0px 0px;
	background: #336600;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#336600), to(#FFFFE8));
	background: 
-webkit-linear-gradient(#336600, #FFFFE8);
	background: -moz-linear-gradient(#336600, 
#FFFFE8);
	background: -ms-linear-gradient(#336600, #FFFFE8);
	background: -o-linear-gradient(#336600, 
#FFFFE8);
	background: linear-gradient(#336600, #FFFFE8);
-pie-background: linear-gradient(#336600, 
#FFFFE8); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


.boxuprev
 {
	border: 0px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 0px 0px; -moz-border-radius: 
12px 12px 0px 0px; 	border-radius: 12px 12px 0px 0px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#336600));
	background: 
-webkit-linear-gradient(#FFFFE8, #336600);
	background: -moz-linear-gradient(#FFFFE8, 
#336600);
	background: -ms-linear-gradient(#FFFFE8, #336600);
	background: -o-linear-gradient(#FFFFE8, 
#336600);
	background: linear-gradient(#FFFFE8, #336600);
-pie-background: linear-gradient(#FFFFE8, 
#336600); 	behavior: url(/PIE.htc);
	color: #000000;
} 



.boxdown
 {
	border: 0px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 0px 0px 12px 12px; -moz-border-radius: 
0px 0px 12px 12px; 	border-radius: 0px 0px 12px 12px;
	background: #FFFFE8;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFE8), to(#336600));
	background: 
-webkit-linear-gradient(#FFFFE8, #336600);
	background: -moz-linear-gradient(#FFFFE8, 
#336600);
	background: -ms-linear-gradient(#FFFFE8, #336600);
	background: -o-linear-gradient(#FFFFE8, 
#336600);
	background: linear-gradient(#FFFFE8, #336600);
-pie-background: linear-gradient(#FFFFE8, 
#336600); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 




.box_ombre
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

-webkit-box-shadow: #666 1px 2px 2px;
-moz-box-shadow: #666 1px 2px 2px;
 box-shadow: #666 1px 2px 2px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.box_null
 {
	border: 1px #000033 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000033;
} 


.box_null2
 {
	border: 1px #000033 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000033;
} 

td.box_null2:hover {
background:#336600;
color:#FFFFFF;
}




.box_null3
 {
	border: 1px #000033 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000033;
} 



td.box_null3:hover {
background:#FFFFFF;
color:#000000;
}





.box_null_white
 {
	border: 1px #FFFFFF solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_black
 {
	border: 1px #000000 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_red
 {
	border: 1px #FF0000 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 





.box_null_green
 {
	border: 1px #006600 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_green_down
 {
	border: 1px #006600 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.box_null_red
 {
	border: 1px #FF0000 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_red_down
 {
	border: 1px #FF0000 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_brown
 {
	border: 1px #A87200 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_brown_down
 {
	border: 1px #A87200 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_mauve
 {
	border: 1px #6F39FB solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_mauve_down
 {
	border: 1px #6F39FB solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.box_null_gris
 {
	border: 1px #5F8EB6 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_gris_down
 {
	border: 1px #5F8EB6 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 




.box_null_rose
 {
	border: 1px #F97A55 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_rose_down
 {
	border: 1px #F97A55 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 





.box_null_blue
 {
	border: 1px #0066FF solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 

.box_null_blue_down
 {
	border: 1px #0066FF solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 




.box_null_kaki
 {
	border: 1px #E17100 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 
8px 8px 8px 8px; 	border-radius: 8px 8px 8px 8px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 


.box_null_kaki_down
 {
	border: 1px #E17100 solid;
	padding: 0px 0;
	text-align: center;
	;	;
clip: rect( ) -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 
0px 0px 0px 0px; 	border-radius: 0px 0px 0px 0px;

	background: #;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#), to(#));
	background: -webkit-linear-gradient(#, #);
	background: -moz-linear-gradient(#, #);
	background: -ms-linear-gradient(#, #);
	background: -o-linear-gradient(#, #);
	background: linear-gradient(#, #);
-pie-background: linear-gradient(#, #);
 	behavior: url(/PIE.htc);
	color: #000000;
} 



.box_null_rev
 {
	border: 1px #696 solid;
	padding: 0px 0;
	text-align: center;
	
	;
clip: rect( ) -webkit-border-radius: 12px 12px 12px 12px; -moz-border-radius: 
12px 12px 12px 12px; 	border-radius: 12px 12px 12px 12px;
	background: #336600;
	background: 
-webkit-gradient(linear, 0 0, 0 bottom, from(#336600), to(#336600));
	background: 
-webkit-linear-gradient(#336600, #336600);
	background: -moz-linear-gradient(#336600, 
#336600);
	background: -ms-linear-gradient(#336600, #336600);
	background: -o-linear-gradient(#336600, 
#336600);
	background: linear-gradient(#336600, #336600);
-pie-background: linear-gradient(#336600, 
#336600); 	behavior: url(/PIE.htc);
	color: #FFFFFF;
} 


