/* Feuille de style formulaire inscription monitorat CIES Jussieu */

/* @group Mise en page */

body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #333;
}

.a {
	
}

.icone {
	position: relative;
	top: 9px;
}

#formbox {
	width: 70%;
	padding: 10px;
	margin: 0em auto;
	
}

#inter{
	line-height: 2;
}

#headerlogo {
	width: 100%;
}

#header {
	font-size: 1em;
	display: inline;
	width: 90%;
	text-align: justify;
}

#formwrap {
	border: 2px solid #CBDCED;
	text-align: left;
	padding: 20px;
	clear: both;
}

#banner {
	text-align: center;
}

#footer {
	font-size: 1em;
	text-align: justify;
}


/* @end */

/* @group Form */

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	color: #333;
}

.form-row {
	width: 100%;
	padding: 5px;
	clear: both;
}

.field-label {
	width: 160px;
	text-align: right;
	float: left;
	padding: 4px 10px 0 0;
	color: #666;
}

.field-widget {
	float: left;
	width: 500px;
	display: inline;
}

/* @end */

/* @group Table */

.c0 {
	background-color: #005CB8;
}

.c1 {
    background-color: #e6e6e6;
}

.c2 {
    background-color: #ccc;
}

table {
	text-align: center;
}

th {
	color: #fff;
}

td {
	width: 10%;
}

/* @end */

/* @group Validation */

textarea{
	width: 100%;
	color: #333;
	border: 1px dotted #666;
}

ul {
	list-style: none;
}

input {
	display: inline;
	border: 1px dotted #666;
	text-align: center;
}

input.disabled {
	border: 1px solid #F2F2F2;
}

input.required, input.validate-email, textarea.required {
	border: 1px solid #00A8E6;
	display: inline;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
	display: inline;
}

.validation-advice {
	display: inline;
	color: #FF3300;
	font-weight: normal;
	padding-left: 10px;
}

#advice-required-field {
	float: left;
	color: #0f0;
	display: inline;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* @end */







