#formengine-form-errorlist {
	color: red;
}

#formengine-form-content {
	color: #000000;
	background: #FFFFFF;
}

div.formengine-element {
   margin-bottom: 10px;
   margin-top: 10px;
   clear: both;
   vertical-align: middle;
}

span.formengine-label {
	color: #000000;
    font-weight: bold;
    width: 30%;
    padding-left: 20px;
}

.formengine-label b{
	color: #003390;
	font-size: 13px;
	font-weight: bold;
	text-align: left;	
}

.formengine-field {
	color: #000000;
	border: 1px solid white;
	text-align: left;	
}
select.formengine-select{
   margin-top: 0px;
   font-size: 12px;
}
.formengine-fieldset {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #116699;
    margin: 20px 0;
    padding-bottom: 10px;
}

.formengine-legend {
	color: #000000;
}

.formengine-mandatory-message {
	margin-left: 180px;
	width: 800px;
}

.formengine-menuactif {
	color: #000000;
}

/***********************************************  Classes formulaires Teamnet ***********************************************/
.deuxColonnes {
	width: 100%;
	clear: both;
}

.uneColonneCentree {
	width: 80%;
	text-align: center;
	clear: both;
}

.colonneGauche {
	display: inline;
	float: left;
	width: 50%;
	text-align: center;
	width:49% !important;
}


.colonneDroite {
	display: inline;
	float: right;
	width: 50%;
	text-align: center;
}

.FieldsetNormal {
	width: 730px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_revenue {
	width: 900px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_cafpro {
	width: 880px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_dui {
	margin-left: 190px;
	width: 860px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_contour {
	margin-left: 190px;
	width: 900px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.Fieldset_responsable_dui {
	margin-left: 190px;
	width: 776px;
	border-color: #FF0099;
	clear: both;
	background: #F5F5F5;
}

.LabelblueRight_composition {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
	width: 25%;
}
.LabelblueRight_saisieAdresse {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
	width: 19%;
}
.LabelblueRight {
	font-size: 100%;
	color: #003366;
	font-weight: normal;
	text-align: right;
}

.LabelblueLeft {
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}


.LabelblueLeft b{
	color: #003390;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.Titre {
	color: #006AB2;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.formengine-dui {
	width: 776px;
}

.formengine-duiPersonne {
	margin-left: 100px;
	width: 950px;
}

#tabl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#tabl th {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #b9c9fe url('images/local/site/teamnet/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#tabl td {
	padding: 2px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('images/local/site/teamnet/gradback.png')
		repeat-x;
}

#tabl tfoot tr td {
	background: #e8edff;
	font-size: 16px;
	color: #99c;
	text-align: center;
}

#tabl tbody tr:hover td {
	background: #d0dafd url('images/local/site/teamnet/gradhover.png')
		repeat-x;
	color: #339;
}

#tabl a:hover {
	text-decoration: underline;
}

.title {
	border: 0px solid #6495ed;
	text-align: left;
	font-size: 11px;
}

.resp1.insert_block {
    float: left;
    width: 40%;
}
.resp2.insert_block {
    float: right;
    width: 40%;
}
.template {
    clear: both;
}
.btnFormengineAccueil {
	margin-left: 6px;
}