label {
    cursor: pointer;
}

select.liste {
	color: #7F9DB7;
	font-size: 9pt;
	font-family: Arial;
	height: 27px;
	line-height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 2px;
}

option.liste {
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 2px;
}

input.input {
	color: #146AB8;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 4px;
	height: 20px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.radio {
    cursor: pointer;
}

input.checkbox {
    cursor: pointer;
}

textarea.textarea {
	color: #146AB8;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 4px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.input_file {
	color: #146AB8;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 4px;
	height: 27px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.submit {
	color: White;
	font-size: 14px;
	height: 30px;
	line-height: 26px;
	border: solid 1px #042747;
	font-family: Arial;
	background-color: #3D678F;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.cadreErreur {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #EB2E15;
	color: #EB2E15;
	
	font-weight: bold;
	text-align: center;
}

.cadreSucces {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    
    background-color: #D8E8FF;
    border: solid 1px #0404CD;
	color:#0D52A3;
	
	font-weight: bold;
	text-align: center;
}

.cadreConfirmationContainer {
	text-align: center;
}

.cadreConfirmation {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #04FF04;
	color: #0D52A3;
	
	font-weight: bold;
	text-align: center;
	
	height: 40px;
	display: none;
	
	margin-left: auto;
	margin-right: auto;
}

div.texteEnteteSection {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    border: solid 1px #042544;
    background-color: #E2E2E3;
    padding: 5px;
    color: #000000;
}

div.texteEnteteSectionThickbox {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    border: solid 1px #042544;
    background-color: #3F668D;
    padding: 5px;
    color: #FFFFFF;
}

div.cadreConfirmation_reponses {
    width: 100%;
    text-align: center;
}

div.cadreConfirmation_reponse_oui {
    width: 48%;
    float: left;
    text-align: right;
    margin-right: 10px;
    font-size: 16pt;
    cursor: pointer;
}

div.cadreConfirmation_reponse_non {
    width: 48%;
    float: left;
    text-align: left;
    margin-left: 10px;
    font-size: 14pt;
    cursor: pointer;
}

div.titreListeGestion {
    text-align: right;
    float: right;
    width: 70%;
    font-size: 14pt;
    font-weight: Bold;
}

div.divContainerEntete {
    padding-bottom: 10px;
}

div.messageConfirmationListeGestion {
    display: none;
    float: left;
    width: 70%;
    margin-top: 7px;
}

table.tableau_liste_gestion {
    border: 2px solid #042544;
}

tr.tableau_liste_gestion_entete {
    background-color: #06335D;
    color: White;
}

td.tableau_liste_gestion_entete {
    padding: 4px; 
    border-bottom: 1px solid #042544;
    font-size: 14px;
    font-weight: bold;
    text-align: left;        color: White;
}

tr.tableau_liste_gestion_item {
    background-color: #FFFFFF;
    height: 28px;
}

td.tableau_liste_gestion_item {
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #042544;
    font-size: 9pt;
}

a.tableau_liste_gestion_item {
    color: #042544;
}

a.tableau_liste_gestion_item:hover {
    color: #000000;
}

tr.tableau_liste_gestion_ajout {
    background-color: #B9CBF3;
}

td.tableau_liste_gestion_ajout {
    padding: 3px 0px 3px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
}

td.tableau_liste_gestion_item_bordureHaut {
    padding: 2px 10px 2px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    border-top: 1px solid #042544;
}

div.lienFermerThickbox {
    font-size: 14px;
    font-weight: bold;
	font-family: Arial;
    margin-bottom: 10px;
    margin-right: 6px;
}

span.lienFermerThickbox {
    cursor: pointer;
}

img#imgThickBox {
    border: none;
    cursor: pointer;
}

img#imgAjaxChargement {
    display: none;
}

div.smallNews {
	margin-top: 8px;
	border-bottom: dotted 2px #0E0E0E; 
	margin-bottom: 5px;
}

h3.h3Produit {
    margin-bottom: 5px;
}

div.divBarreProduit {
	border-bottom: solid 1px #000000;
	margin-bottom: 15px;
}

div.divContenuGeneral {
    margin: 10px;
}

textarea.textareaCommentaire {
    width: 99%;
}

div.divCommentaireEntete {
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    height: 30px;
    width: 100%;
}

div#containerCommentaires {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.divEnteteCommentaireDateHeureAuteur {
    text-align: right;
    font-weight: bold;
    color: #073660;
}

div.divEnteteCommentaireDateHeureAuteurNonApprouve {
    text-align: right;
    font-weight: bold;
    color: #FFFFFF;
}

div.divEnteteCommentaireTexte {
    margin-top: 10px;
}

div.divEnteteCommentaireOptions {
    text-align: right;
    padding-bottom: 5px;
    position: relative;
}

div.divEnteteCommentaire {
    border: solid 1px #062D54;
    background-color: #C3D1DD;
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.divEnteteCommentaireNonApprouve {
    border: solid 1px #062D54;
    background-color: #013463;
    color: #FFFFFF;
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

div.divContainerAjoutApercu {
    width: 100%;
}

img.imgOptionsBlog {
    margin-left: 6px;
    cursor: pointer;
}

textarea.texteModificationCommentaire {
    width: 99%;
    margin-bottom: 10px;
    float: left;
}ul.menuHautDroite {	position:absolute;	margin-left: 675px;	margin-top: 4px;	color : #FFFFFF;	list-style:none;}ul.menuHautDroite a:link {	color : #FFFFFF;}ul.menuHautDroite a:hover {	color : #FFFFFF;}ul.menuHautDroite a:visited {	color : #FFFFFF;}td.smallBoxTop {	background: url(/images/title_short.jpg);	padding-left:6px;	padding-top:6px;	font-family:verdana;	color:#3d3f78;	font-size:15px;	text-transform:uppercase;	margin:0px;	width: 235px;}td.smallBoxBottom {	padding-left:10px;	padding-top:7px;	width: 235px;}table.smallBox {	border-collapse:collapse;	border-spacing:0px; 	margin-left:-15px;	border-width: 1px;	border-style: solid;	border-color: #c1c2c7;}td.borderRightSmallBox {	border-right: 1px solid #c1c2c7;}	
