.Bord_TLB_none {
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Bord_TL_none {
	border-top-style: none;
	border-left-style: none;
}
.Bord_TLBR_none {
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.Bord_B_none {
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.Bord_RT_none {
	border-top-style: none;
	border-right-style: none;
}
.Bord_T_none {
	border-top-style: none;
}
.Bord_RTB_none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.Bord_TB_none {
	border-top-style: none;
	border-bottom-style: none;
}
.Bord_LRT_none {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.Bord_R_none {
	border-right-style: none;
}
.Bord_LBR_none {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.Bord_LB_none {
	border-bottom-style: none;
	border-left-style: none;
}
.Bord_T_none {
	border-top-style: none;
}
.Bord_TLB {
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Bord_TBR {
	border-top-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.Bord_TB {
	border-top-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-style: none;
}
 
/* Style Formulaire*/
.styled-select {
	height: 48px;
	overflow: hidden;
	width: 256px;
	background-color: #f5f3f4;
	background-image: url(../IMG/BG_Select.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #e4e4e4;
	margin: 0px;
	padding: 0px;
}
.styled-select select {
	background: transparent;
	font-size: 14px;
	height: 48px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 284px;
	color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.styled-select-small {
	height: 32px;
	overflow: hidden;
	width: 128px;
	background-color: #FFFFFF;
	background-image: url(../IMG/BG_Select_small.png);
	background-repeat: no-repeat;
	background-position: 91px center;
	border: 1px solid #e4e4e4;
}
.styled-select-small select {
	background: transparent;
	font-size: 0.8em;
	height: 32px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 156;
	color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.styled-select-XXL {
	height: 32px;
	overflow: hidden;
	width: 32px;
	background-image: url(../IMG/BG_Select_32.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.styled-select-XXL select {
	background: transparent;
	font-size: 13px;
	height: 32px; /* If you add too much padding here, the options won't show in IE */
	width: 128;
	color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 32px;
}

select {
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Select_Min {
	background-image: url(../IMG/BG_Select_Min.png);
	height: 48px;
	width: 48px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
	background-position: center center;
}
.Select_Min:hover {
	background-image: url(../IMG/BG_Select_Min.png);
	height: 48px;
	width: 48px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 1px solid #e4e4e4;
	background-color: #E8E8E8;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.Select_Inv {
	height: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 96px;
}
.Select_Fav {
	background-image: url(../IMG/BG_FavSelect.jpg);
	height: 48px;
	width: 207px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 1px solid #e4e4e4;
	background-position: center center;
}
.Select_Fav:hover {
	background-image: url(../IMG/BG_FavSelect_a.jpg);
	height: 48px;
	width: 207px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 1px solid #e4e4e4;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.Select_Fav_select {
	height: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 237px;
}
.Add_Fav {
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 225px;
	border: 1px solid #e4e4e4;
	background-repeat: no-repeat;
	background-image: url(../IMG/BG_FavAdd.jpg);
	background-position: center center;
	cursor: pointer;
}
.Add_Fav:hover {
	margin: 0px;
	padding: 0px; /* For IE8 and earlier */
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-image: url(../IMG/BG_FavAdd_a.jpg);
	border: 1px solid #e4e4e4;
	cursor: pointer;
}
.Field {
	height: 48px;
	background-color: #F4F2F3;
	border: 1px solid #e4e4e4;
	width: 256px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.Field p {
	font-size: 0.8em;
	color: #808080;
	float: right;
	height: 40px;
	padding-top: 8px;
	padding-right: 8px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Field_Small {
	height: 32px;
	background-color: #FFFFFF;
	width: 128px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.label {
	height: 32px;
	overflow: hidden;
	width: 48px;
	background-color: #F4F2F3;
	border: 1px solid #e4e4e4;
	text-align: center;
	padding-top: 16px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: center center;
}

input  {
	background-color: #F4F2F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #808080;
	margin: 0px;
	padding: 0px;
	height: 48px;
}

textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #e1dbdf;
	font-size: 0.8em;
	color: #808080;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textarea_select {
	height: 64px;
	overflow: hidden;
	width: 256px;
	background-color: #e1dbdf;
	border: 1px solid #e4e4e4;
}

.standard_text {
	padding: 5px;
	width: 246px;
}

.standard
{
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.standard_Small {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #e1dbdf;
	margin: 0px;
	height: 32px;
}
.Plus {
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 48px;
	border: 1px solid #e4e4e4;
	background-repeat: no-repeat;
	background-color: #e1dbdf;
	background-image: url(../IMG/BG_Pus.png);
	background-position: center center;
	cursor: pointer;

	
}
.Plus:hover  {
	margin: 0px;
	padding: 0px; /* For IE8 and earlier */
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #E8E8E8;
	background-image: url(../IMG/BG_Pus.png);
	border: 1px solid #e4e4e4;
	cursor: pointer;
}

.Mes {
	margin: 0px;
	padding: 5px;
	height: 48px;
	width: 140px;
}
.styled-Mes {
	height: 48px;
	overflow: hidden;
	width: 112px;
	background-color: #e1dbdf;
	background-image: url(../IMG/BG_Select_Small.png);
	background-repeat: no-repeat;
	background-position: 104px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.Dia {
	margin: 0px;
	padding: 5px;
	height: 48px;
	width: 84px;
}
.styled-Dia {
	height: 48px;
	overflow: hidden;
	width: 56px;
	background-color: #e1dbdf;
	background-image: url(../IMG/BG_Select_Small.png);
	background-repeat: no-repeat;
	background-position: 48px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.Ano {
	margin: 0px;
	padding: 5px;
	height: 48px;
	width: 108px;
}
.styled-Ano {
	height: 48px;
	overflow: hidden;
	width: 80px;
	background-color: #e1dbdf;
	background-image: url(../IMG/BG_Select_Small.png);
	background-repeat: no-repeat;
	background-position: 72px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
	color: #808080;
}
::-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
	color: #808080;
}
:-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
	color: #808080;
}

:-ms-input-placeholder {  
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
	color: #808080;
}
.Masque {
	background-image: url(../IMG/BG_Masque_Input.png);
	background-repeat: repeat-x;
	background-position: 8px;
}
a span{
	position:absolute;
	margin-top:-48px;
	margin-left:8px;
	color:#808080;
	background:rgba(255,255,255,0.8);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
	 }
a:hover span, a:focus span{
	transform:scale(1) rotate(0);
	opacity:1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	color: #404040;
	background-image: url(../IMG/Btn_Valid.jpg);
	background-repeat: no-repeat;
	background-position: -208px;
	padding: 0px;
	height: 48px;
	width: 304px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
}
.submit:hover {
	background-position: 0px;
	-webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	cursor: pointer;

}
.submitNB {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	color: #404040;
	background-image: url(../IMG/Btn_Valid_NB.jpg);
	background-repeat: no-repeat;
	background-position: -179px;
	padding: 0px;
	height: 48px;
	width: 256px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
}
.submitNB:hover {
	background-position: 0px;
	-webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	cursor: pointer;
}

.BtnInput {
	position: absolute;
	margin-top: 3px;
	margin-left: 3px;
	height: 1px;
	width: 1px;
	z-index: -5;
}
/* styles de base si JS est activé */
.js .input-file-container {
  position: relative;
  width: 256px;
}
.js .input-file-trigger {
	display: block;
	height: 36px;
	width: 240px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #808080;
	font-size: 0.9em;
	background-color: #e1dbdf;
	transition: all .4s;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
}
.js .input-file {
	position: absolute;
	top: 0; left: 0;
	width: 240px;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	opacity: 0;
	cursor: pointer;
}
 
/* quelques styles d'interactions */
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #404040;
  color: #e1dbdf;
}
 
/* styles du retour visuel */
.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-size: .8em;
}
/* on complète l'information d'un contenu textuel
   uniquement lorsque le paragraphe n'est pas vide */
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
.checkebox {
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#Next_step {
	background-image: url(../IMG/BG_Next_Step.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 100%;
	cursor: pointer;
}
.alterar {
	text-align: center;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-image: url(../IMG/Btn_alterar.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	overflow: hidden;
}
.alterar a IMG {
	margin: 0px;
	padding: 0px;
	opacity: 0;
	height: 24px;
	width: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alterar a IMG:hover {
	margin: 0px;
	padding: 0px;
	opacity: 1;
	-webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	cursor: pointer;
}
.alterar_url {
	color: #e1dbdf;
	background-color: #404040;
	height: 24px;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.alterar_url:visited  {
	text-decoration: none;
	color: #e1dbdf;
}
.alterar_url a {
	color: #e1dbdf;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	display: block;
}

.alterar_url:hover  {
	text-decoration: none;
	color: #404040;
	background-color: #F7B314;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.Item   #Responsable   h3, .Item #Entreprise h3{
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #404040;
	padding-top: 8px;
	margin-top: 8px;
}
.Item   #Responsable {
	padding: 8px;
	border: 1px solid #404040;
	max-width: 320px;
}
.Item #Entreprise {
	padding: 4px;
	border: 1px solid #404040;
	max-width: 640px;
	margin: 0px;
	font-size: 0.9em;
}
.Go {
	background-color: #E8E8E8;
	background-image: url(../IMG/Btn_Plus.jpg);
	background-position: center center;
	height: 49px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border: 1px solid #e4e4e4;
}
.Go:hover {
	background-color: #404040;
	background-image: url(../IMG/Btn_Plus_a.jpg);
	background-position: center center;
	height: 49px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	border: 1px solid #e4e4e4;
}
.input_White_Total {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: 0;
	width: 100px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 16px;
}

.input_White {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: 0;
	width: 100px;
	height: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #404040;
	text-transform: uppercase;
}
.Totaux {
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 24px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E8E8E8;
	background-image: url(../IMG/BG_Hand.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.Logotipo {
	background-repeat: no-repeat;
	background-position: center center;
}
.input_reduit {
	background-color: #e1dbdf;
	margin: 0px;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
#Nav_Prestador {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	position: relative;
	top: 0px;
}
#Nav_Prestador .Selection {
	background-image: url(../IMG/BG_Lotus_hover.png);
}

#Nav_Prestador li {
	display: block;
	margin-right: 24px;
	margin-left: 24px;
	font-size: 1.2em;
	font-weight: 400;
	border-top-style: none;
	background-image: url(../IMG/BG_Lotus.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	overflow: visible;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Nav_Prestador li a {
	text-decoration: none;
	color: #333333;
}
#Nav_Prestador li:hover {
	background-image: url(../IMG/BG_Lotus_hover.png);
	cursor:pointer;
}

#Nav_Prestador p {
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Button24 {
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.Button24   img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 0;
}
.Button24   img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
}
.Titulo {
	background-image: url(../IMG/BG_Orange32.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 32px;
	width: auto;
	max-width: 640px;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	z-index: 500;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}
.Puce {
	background-color: #FFFFFF;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 48px;
	float: right;
	background-repeat: no-repeat;
	display: block;
}
.Puce  img  {
	display: block;
	padding: 0px;
	height: 32px;
	width: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
	background-color: #FFFFFF;
	opacity: 0;
	z-index: 500;
}
.Puce  img:hover  {
	opacity: 1;
	cursor: pointer;
}

.BGPuce {
	width: 11px;
	background-color: #FFFFFF;
	background-image: url(../IMG/BG_DemiCercleINV.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 32px;
}

.ContentPuce {
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../IMG/BG_DemiCercle.jpg),url(../IMG/BG_DemiCercleINV.jpg);
	background-position: right center, left center;
	background-repeat: no-repeat,no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 26px;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	float: left;
	font-weight: 600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 64px;
}
.ContentPuce  p {
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 400;
}
.Content {
	max-width: 676px;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 48px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 24px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	z-index: 1;
}
.Content h2 {
	font-size: 12px;
	font-weight: 600;
	color: #333333;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.Content h3 {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.Box  {
	padding-right: 24px;
}
.Button32 {
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.Button32 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 0;
}
.Button32 img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
}

.Legenda_Opcional {
	background-image: url(../IMG/BG_Opcional.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 32px;
	font-size: 12px;
	color: #F8B413;
	margin-right: 12px;
	margin-left: 0px;
	float: right;
}
.Button32_Modif {
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../IMG/Btn_Alterar.png);
	background-color: #FFFFFF;
}

.Button32_Modif:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
	background-image: url(../IMG/Btn_Alterar_a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.Button32_Excluir {
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../IMG/Btn_Excluir.png);
	background-color: #FFFFFF;
}
.Button32_Excluir:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
	background-image: url(../IMG/Btn_Excluir_a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.Button32_Ajout {
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../IMG/Btn_Mais.png);
}
.Button32_Ajout:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
	background-image: url(../IMG/Btn_Mais_a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.Button84 {
	background-repeat: no-repeat;
	background-position: center center;
	height: 84px;
	width: 84px;
	overflow: hidden;
	padding: 0px;
	float: right;
}
.Button84   img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 0;
}
.Button84   img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
	cursor: pointer;
}
