﻿/* *** CSS du canvas de base *** */

/* CSS reset */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {text-align: left; color: #000; background: #FFF; font-size: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,label,input,button,textarea,select,optgroup,option,p,blockquote,table,th,td,hr{margin: 0; padding: 0; border: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,label,input,button,textarea,select,optgroup,option,p,blockquote,table,th,td,hr{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {font-style: inherit; font-weight: inherit;}
del,ins {text-decoration: none;}
/* li {list-style: none;} */
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
q:before,q:after {content: '';}
abbr,acronym {border: 0; font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {*font-size: 100%;}

/* partie spécial Bootstrap */
.row {margin:0; padding:0;}
[class*="col-"]{margin:0; padding:0;}
/* fin partie spécial Bootstrap */
/*-------------------------------------------------------------------------------------------*/

/* mise en page */
html {
	background-color: #EAEAEA;
}
body {
	font-family: Trebuchet MS, Bitstream Vera Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 980px;
	margin-left: auto; 
	margin-right: auto;
}
a{
	color: #4E4E4E;
}
a:hover{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	color: #003366;	
}

a.LienTitreCache{
	text-decoration: none;
	color: #003366;
}
.margeL05em{
	margin-left: .5em;
}
.margeL1em{
	margin-left: 1em;
}

/* Section */
#EntetePage {
	padding: 0;
	margin-top: 10px;
}
#Contenu {
	clear: both;
	background: white;
	padding: 0;
	border: 1px solid #999;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#PiedPage {
	clear: both;
}
/* -- */

/* Entete */
div.bEnteteGauche{
	float: left;
}
div.bEnteteDroite{
	float: right;
}
#EntetePage h1{
	text-align: center;
	font-size: 160%;
}
#EntetePage h2{
	text-align: center;
	font-size: 120%;
	margin: 1em 0;
}
/* -- */

/* contenu */
#LienHautGauche{
	float: left;
	margin: 0;
	padding: .5em 1em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-bottom-right-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#LienHautGauche:hover{
	background-color: #f9f9f9;
}
#NomPrenomUtil{
	float: right;
	margin: 0;
	margin-right: 1em;
	padding: .5em 1em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-bottom-left-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;	
	border-bottom-right-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;	
}
#ChampConnexion{
	float: right;
	margin: 0;
	margin-right: 1em;
	padding: .5em 1em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-bottom-left-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;	
	border-bottom-right-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;	
}
#Aide{
	float: right;
	padding: .5em 1em;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-bottom-left-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#Aide:hover{
	background-color: #f9f9f9;
}

#DonneeContenu{
	margin: 2em;
	padding: 1em;
}
#DonneeContenu h2{
	text-align: center;
	font-size: 140%;
	padding: .5em 0;
	background-color: #f6f6f6;
}
#DonneeContenu .TitreContenu{
	margin-top: -1.4em;
}

.bDS_SurLiens_Gauche{
	float: left;
	margin: 0;
	/* margin-bottom: -1em; */
	padding: .5em 1em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-top-right-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
.bDS_SurLiens_Gauche:hover{
	background-color: #f9f9f9;
}
.bDS_SurLiens_Droite{
	float: right;
	margin: 0;
	/* margin-bottom: -1em; */
	padding: .5em 1em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-top-right-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
.bDS_SurLiens_Droite:hover{
	background-color: #f9f9f9;
}

/* couleur de fond du lien actif */
.FondLienActif{background-color: #B9CD76;}
.FondLienActif:hover{background-color: #B9CD76;}

/* bloc choix - base */
div.bDonneeSection{
	border: 1px solid black;
	/* margin: 1em 0; */
	padding: 0;
}
div.bDonneeSection h1{
	text-align: center;
	font-size: 140%;
}
div.bDonneeSection div.Description{
	border-top: 1px solid black;
	padding: 1em;
}
/* -- */

/* bloc de liens */
div.bLiens{
	margin-top: 2em;
	padding: 1em 0;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.bLiens ul li{
	margin : 0;
	padding: 1em .6em;
	display: inline;
}
/*div.bLiens li:first-child{
	border-left: 0;
}
div.bLiens li{
	border-left: 1px dotted black;
}*/
/* -- */

/* pied de page */
/* Réalisation */
#PiedPage #Realisation{
	background-color: white;
	color: #999;
	font-size: 90%;
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#PiedPage #Realisation a{
	color: #999;
}
/* -- */

/* global */
input, select, textarea, number, email{
	border: 1px solid black;
	padding: .1em;
}
input[type="radio"]{
	border: none;
}
fieldset.Legende{
	border: 1px solid #ccc;
	padding: 1em;
	margin: .5em 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
fieldset.Legende legend{
	padding: 0 1em;
	font-style: italic;
	font-size: 110%;
}
.bouton{
	cursor: pointer;
	background-color: #ECE9D8;
	color: black;
	border: 1px solid black;
	margin: .5em .5em;
	padding: .3em .6em;
	text-decoration: none;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.bouton:hover{
	text-decoration: underline;
}
.SautDePage{
	height: 0;
	margin: 0;
	padding: 0;
	page-break-after: always;
	break-after: always;
}
.clear_float {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.MsgErreur {
	font-size: 120%;
	font-weight: bold;
	color: red;
}
.MsgAvert {
	font-size: 120%;
	font-weight: bold;
}
.rouge{
	color: red;
}
.gras {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.souligner{
	text-decoration : underline;
}
.passouligner{
	text-decoration : none;
}
.PlusGrand{
	font-size: 120%;
}
.PlusPetit{
	font-size: 80%;
}
.gauche{
	float: left;
}
.droite{
	float: right;
}
.UCase{
	text-transform: uppercase;
}
.EnLigne{
	display: inline;
}
.centree{
	text-align: center;
}
.ImgLiens:hover{
	cursor: pointer;
}
.PointeurMain:hover{
	cursor: pointer;
}
.Cache{
	display: none;
}
.montre{
	display: block;
}
table.tbl{
	border: 1px solid black;
	margin: 1em .5em;
}
table.tbl tr, table.tbl th, table.tbl td{
	border: 1px solid black;
	padding: 1em 1em;
}
table.tbl th{
	font-weight: bold;
}
/* -- */

/* Icones */
.Icone_Attention{
	padding : 5px 0 5px 20px;
	background: transparent url(../images/Icone_Attention.png) no-repeat center left;
}
a[href $='.pdf'] { 
	padding : 5px 0 5px 20px;
	background: transparent url(../images/Icone_acrobat.png) no-repeat center left;
}
/* -- */

/* Formulaire */
.cFormulaire{
	margin: 1em;
}
.cFormulaire .ChampEspace{
	margin-top: .5em;
	margin-bottom: .5em;
}
.cFormulaire input[type=text], .cFormulaire input[type=number], .cFormulaire input[type=email], .cFormulaire input[type=password], .cFormulaire input[type=file], .cFormulaire select, .cFormulaire textarea, .cFormulaire .StyleChFichier {
	font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 14px;
	padding: .5em;
	background-color: #EEE;
	border-left: 2px solid #B4B4B4;
	border-top: 2px solid #B4B4B4;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cFormulaire input[type=radio]{
	margin: 0;
	padding: 0;
	width: 1em;
}
.cFormulaire input:disabled, .cFormulaire textarea:disabled{
	background-color: #CCC;
}
.cFormulaire input[readonly="readonly"], .cFormulaire input[readonly], .cFormulaire textarea[readonly="readonly"], .cFormulaire textarea[readonly]{
	background-color: #CCC;
	color: #555;
}
.cFormulaire select option{
	margin: .5em;
}
.cFormulaire input[type=submit], .cFormulaire input[type=button] {
	font-size: 14px;
	margin: .5em;
	padding: .5em;
	background-color: #DDB;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #EBEBEB;
	border-top: 2px solid #EBEBEB;
}
.cFormulaire input[type=submit]:hover, .cFormulaire input[type=button]:hover {
	text-decoration: none;
	background-color: #EEE;
}
.cFormulaire input[type=submit]:active, .cFormulaire input[type=button]:active {
	border-left: 2px solid #777;
	border-top: 2px solid #777;
	border-right: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
}


.cFormulairePetit input[type=text], .cFormulairePetit input[type=number], .cFormulairePetit input[type=email], .cFormulairePetit input[type=password], .cFormulairePetit input[type=file], .cFormulairePetit select, .cFormulairePetit textarea, .cFormulairePetit .StyleChFichier {
	font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 10px;
	padding: .5em;
	background-color: #EEE;
	border-left: 2px solid #B4B4B4;
	border-top: 2px solid #B4B4B4;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cFormulairePetit input:disabled, .cFormulairePetit textarea:disabled{
	background-color: #CCC;
}
.cFormulairePetit input[readonly="readonly"], .cFormulairePetit input[readonly], .cFormulairePetit textarea[readonly="readonly"], .cFormulairePetit textarea[readonly]{
	background-color: #CCC;
	color: #555;
}
.cFormulairePetit select option{
	margin: .5em;
}
.cFormulairePetit input[type=submit], .cFormulairePetit input[type=button] {
	font-size: 10px;
	margin: .5em;
	padding: .5em;
	background-color: #DDB;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	border-left: 2px solid #EBEBEB;
	border-top: 2px solid #EBEBEB;
}
.cFormulairePetit input[type=submit]:hover, .cFormulairePetit input[type=button]:hover {
	text-decoration: none;
	background-color: #EEE;
}
.cFormulairePetit input[type=submit]:active, .cFormulairePetit input[type=button]:active {
	border-left: 2px solid #777;
	border-top: 2px solid #777;
	border-right: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
}
.cFormulairePetit select {
	width: 500px;
}
/* -- */

table.AfficheTable{
	border: 1px solid black;
	margin: .5em;
}
table.AfficheTable tr, table.AfficheTable tr th, table.AfficheTable tr td{
	border: 1px solid black;
	padding: .5em;
}
table.AfficheTable tr th{
	font-weight: bold;
	border-bottom: double;
}

/* ---------------------------------------------- */
/* button (by 'Web Designer Wall' - http://webdesignerwall.com/tutorials/css3-gradient-buttons ) */
/* ---------------------------------------------- */
.bt_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 5px 5px 5px;
	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);
}
.bt_button:hover {
	text-decoration: none;
}
.bt_button:active {
	position: relative;
	top: 1px;
}

.bt_bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.bt_medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.bt_small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles */
/* black */
.bt_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');
	background-image: linear-gradient(to bottom, #666666, #000000);
}
.bt_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');
	background-image: linear-gradient(to bottom, #444444, #000000);
}
.bt_black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background: -moz-linear-gradient(top,  #000,  #666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background-image: linear-gradient(to bottom, #000000, #666666);
}

/* gray */
.bt_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');
	background-image: linear-gradient(to bottom, #888888, #575757);
}
.bt_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');
	background-image: linear-gradient(to bottom, #757575, #4b4b4b);
}
.bt_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');
	background-image: linear-gradient(to bottom, #575757, #888888);
}

/* white */
.bt_white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background-image: linear-gradient(to bottom, #ffffff, #ededed);
}
.bt_white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	background-image: linear-gradient(to bottom, #ffffff, #dcdcdc);
}
.bt_white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	background-image: linear-gradient(to bottom, #ededed, #ffffff);
}

/* orange */
.bt_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');
	background-image: linear-gradient(to bottom, #faa51a, #f47a20);
}
.bt_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');
	background-image: linear-gradient(to bottom, #f88e11, #f06015);
}
.bt_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');
	background-image: linear-gradient(to bottom, #f47a20, #faa51a);
}

/* red */
.bt_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');
	background-image: linear-gradient(to bottom, #ed1c24, #aa1317);
}
.bt_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');
	background-image: linear-gradient(to bottom, #c9151b, #a11115);
}
.bt_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');
	background-image: linear-gradient(to bottom, #aa1317, #ed1c24);
}

/* blue */
.bt_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');
	background-image: linear-gradient(to bottom, #00adee, #0078a5);
}
.bt_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');
	background-image: linear-gradient(to bottom, #0095cc, #00678e);
}
.bt_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');
	background-image: linear-gradient(to bottom, #0078a5, #00adee);
}

/* green */
.bt_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');
	background-image: linear-gradient(to bottom, #7db72f, #4e7d0e);
}
.bt_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');
	background-image: linear-gradient(to bottom, #6b9d28, #436b0c);
}
.bt_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');
	background-image: linear-gradient(to bottom, #4e7d0e, #7db72f);
}