/* FORMULAIRE  */
.formulaire			{margin: 0;border: none;}
.formulaire p			{padding: 0.2em 0;margin: 0 0 0.2em 0;text-align: left;}
.formulaire label		{text-align: right;width: 37%;float: left;margin: 0;padding: 0 0.5em 0 0;}
.formulaire input,textarea {width: 50%;font-size: 0.9em;padding-left: 4px;}
.formulaire textarea		{width:40%;height:100px;}
.formulaire select,option	{width:5O%;padding-left: 4px;}

.piedform 				{text-align: right;font-size: 0.9em;font-weight: bold;text-transform: uppercase;}
.piedform input 			{text-transform: uppercase;}
.piedform p 				{text-align: right;padding: 3px 10px 3px 10px;}

p.note					{background-color:#fff;color:black;padding:5px;border:2px solid green}
.erreur					{background-color:#fff;color:red;padding:5px;border:2px solid red;font-weight:bold}
.erreur li				{list-style-type:none;}

.title					{border-bottom:1px solid #fff;margin:15px 0px;padding-bottom:0}


/***** FormCheck *****/
.tipsbox .tipsbox_top_left	{background : url('../images/top_left.png') no-repeat;	_background : url('../images/top_left.gif') no-repeat;_background-position : 9px 8px;}
.tipsbox .tipsbox_top		{background : url('../images/top.png') repeat-x;height : 17px;_background : url('../images/top.gif') repeat-x;_background-position : 0px 8px;}
.tipsbox .tipsbox_top_right	{background : url('../images/top_right.png') no-repeat;_background : url('../images/top_right.gif') no-repeat;_background-position : 0px 8px;}
.tipsbox .tipsbox_left		{background : url('../images/left.png') repeat-y;width : 17px;_background : url('../images/side.gif') repeat-y;_background-position : 9px 8px;}
.tipsbox .tipsbox_right		{background : url('../images/right.png') repeat-y;width : 22px;_background : url('../images/side.gif') repeat-y;_width : 9px;}
.tipsbox .tipsbox_bottom_left	{background : url('../images/bottom_left.png');_background : url('../images/bottom_left.gif') no-repeat;_background-position : 9px 0px;}
.tipsbox .tipsbox_mark		{background : url('../images/mark.png') no-repeat;height : 36px;_background : url('../images/mark.gif') no-repeat;}
.tipsbox .tipsbox_bottom_right		{background : url('../images/bottom_right.png');_background : url('../images/bottom_right.gif') no-repeat;}
.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6		{background : url('../images/inner.png');}
.tipsbox .tipsbox_inner_ie6 		{padding : 4px;}
.tipsbox .tipsbox_error 		{background : url('../images/error.png') no-repeat;_background : url('../images/error.gif') no-repeat;width: 40px;height: 40px;margin-top: 5px;float: left;clear: left;}
.tipsbox p, .tipsbox 	{font-size: 1em;font-family: tahoma, verdana, "sans-serif";margin :0;padding : 0;border : 0;color : #FFF;}
.tipsbox p 		{padding-left: 55px;line-height: 15px;}
.tipsbox p span 		{font-size: 1em;font-weight: bold;color: red;line-height: 35px;}

