/* Balises structurelles */

	/* Balises de type "Bloc" */

	BODY {
		
		font : normal normal 1em Arial, Verdana, sans-serif;
		color : #4D4D45;
		
	}
	/*
		BODY, DIV,H1, H2, H3, H4 {
		
			font : normal normal 14px Arial, Verdana, sans-serif;
			color : #4D4D45;
			
		}
		
		*/
		
		/* Suppresion des marge border et padding par defaut" */
		
		DIV, H1, H2, H3, H4, H5, H6, P, DL, DT, DD, UL, LI, FORM, FIELDSET, INPUT, IMG { font-family : Arial, Geneva, Sans-serif; margin : 0; padding : 0; border : 0;}

			TABLE { }
			
			/* Liste */
			
			LI {list-style : none;}
			
			DL, DT {}
			
			/* Les titres */
			
			H1 { float : left;}
			
				H1 SPAN{ display : none;}
			
			H2 { font-size : 26px; font-weight : normal;}

		/* etc. */

	/* Balises de type "Flot de texte" */

		SPAN { }
		
		P { margin : 0 0 15px 0;}



/* Balises sémantiques */

	/* Balises de type "Bloc" */

		BLOCKQUOTE { }

		CAPTION { }

	/* Balises de type "Flot de texte" */

		ABBR { }

		ACRONYM { }

		CITE { }

		CODE { }

		DD { }

		/* etc. */



/* Balises de liaison */

	/* Balises de type "Flot de texte" */

		A { text-decoration : none; color : #333333; }

		A:hover {text-decoration : none; }



/* Balises de présentation */

	/* Balises de type "Bloc" */

	/* Balises de type "Flot de texte" */

		BR { }

		HR.clear {clear : both; visibility : hidden; }

		/* etc. */



/* Balises de formulaires et d'interaction */

	/* Balises de type "Bloc" */

		FORM {}

			FIELDSET { }

				LEGEND { }

	/* Balises de type "Flot de texte" */

		.InputText INPUT, SELECT { 
			
			
			padding : 2px 6px;
			font-size : 11px;
			border : #555 solid 1px;
			font-weight : bold;

			
		}

			INPUT:hover { }
			
		.submit {cursor : pointer;}

		LABEL { font-size : 11px;}

		A IMG { border : 0px; border-style : 0 none; }




/*Formulaire light box*/


.box H3{ font-weight : bold; font-size : 22px; margin : 12px;}

.box FORM { width : 480px; overflow : hidden; margin : 12px; font-weight : bold; font-size : 18px;}

.box FORM LABEL { font-size : 13px; font-weight : bold;float : left ; width : 135px;}

.box FORM INPUT.text, .box FORM TEXTAREA  { float : left ; width : 280px;border: #666 solid 1px;}

.box FORM TEXTAREA  { height : 120px;}

.box HR{ clear:both; visibility:hidden;}

.box FORM INPUT.ValiderCommentaire{position : relative; left : 135px; color : #fff; font-weight : bold;border : #000 solid 1px; background : #C92444; padding : 2px 10px; margin : 1px;}


.box FORM INPUT.ValiderCommentaire:hover{border : #000 solid 2px; margin: 0;

		

