.panel{
	display:block;
	float:left;
	margin:2px 0;
	width:45%;
	text-align:left;
	background:transparent;
	padding:0;
}
.panel img {
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
	height:1px;
}
form ul {list-style: none; margin: 0; padding: 0}
form li {margin: 0.5em 0;}

label {text-align:right; width:8em; margin-right:0.5em;
float:left; display:block;
}
table label
{
text-align:left; width:8em; margin-right:0.5em;
float:none; display:inline;
}
li.check label {text-align:left; width:auto;
float:none; display:inline; }
li.check span {display:inline; padding-left:0em; }
li.check span.name {padding-left:0em; width:12em;margin-right:0.5em;text-align:right; }
li.submit input {margin-left:12.5em; 
border:1px solid;
border-color:#ddf #003 #003 #ddf;
}


/* make button looks like a like */
.linkbutton
{
	cursor:hand;
	background:transparent;
	border:0;
	color:blue;
}

.button
{
	margin-left:20em;
}

/* used to show/hide links that depends on javascript */
.posthidden {display:none} 
.postshown {display:inline}

div#footer{
	height: 28px;
	padding-top: 12px;
	font-size: 10px;
	background: #707070;
	font-size: 12px;
}
div#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	padding-left: auto;
	text-align: center;	
}
div#footer ul li
{
	display: inline;
}
div#footer a{
	/*color: #c8e8f8;*/
	color: white;
}

ul.modulemenu
{
	list-style: none;
}
ul.modulemenu li
{
	display: inline;
}
ul.breadcrumbs
{
	list-style: none;
}
ul.breadcrumbs li
{
	display: inline;
}
.form div {
	margin-bottom: 0.1em;
	width: 100%;
}

.form .indent {
	margin:10px 0px 10px 95px;
}

.form .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
	vertical-align: middle;
}

.form .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

.form .form_data label
{
    display:inline;
    float:none;
}
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.error, .red  
{
	background:#FFEBE8 none repeat scroll 0%;
	border:1px solid #DD3C10;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}
.correct, .green
{
	background:#E6FCE6 none repeat scroll 0%;
	border:1px solid #84DB12;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}
.info
{
	background:#FBFCE6 none repeat scroll 0%;
	border:1px solid #D9B411;
	margin:0pt 10px 10px;
	padding:10px;
	display: block;
}

.required_fields
{
	color:red;
}

/* Template Joel */
body.body{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container{
	width: 992px;
	text-align: justify;
}
#header{
	height: 305px;
	border: none;
	border-bottom: #707070 1px solid; 
	background: #707070/* url('../images/sce/template/bg_header.jpg') no-repeat*/;
	position: relative;
}
#header h2{
	margin:0;
	padding: 0;
	font-size: 16px;
}
#header h2.gris{
	color: #9eaebb;
	font-size: 12px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	text-align: center;
}
#header h2.adroite{
	float: right;
	text-align: left;
	margin-right: 50px;
	padding-top: 100px;
}
div.separateur{
	clear: both;
	margin-top: 12px;
	font-size: 1px;
}

/*#content h1, #content h2{
	text-transform: uppercase;
}*/
#content h1{
	font-size: 140%;
}
#content h2{
	font-size: 120%;
}
div#rightCol{
	font-size: 120%;
	float: right;
	margin-left: 20px;
}
div#rightCol h2{
	font-size: 100%;
	text-transform: none;
}
div#enquetes{
	border: 1px solid #23a3c5;
	width: 276px;
	height: 110px;
	padding: 12px;
	background: url('../images/sce/template/bg_enquetes.jpg') no-repeat right;
}
div#enquetes h2{
	color:  #23a3c5;
}
div#rightCol div.fondBleu{
	background: url('../images/sce/template/bg_accroche_bleu.jpg') no-repeat right;
	width: 280px;
	height: 110px;
	padding: 12px
}
div#rightCol div.fondBleu h2{
	color: white;
}
div#rightCol div{
	margin-bottom: 12px;
}
div.enSavoirPlus{
	padding-top: 12px;
}
div.enSavoirPlus a{
	background: #707070;
	color: white;
	padding : 8px;
}

div#contactform{
	float: left;
}
#contactform div
{
	margin-bottom: 0.5em;
	/*width: 100%;*/
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	/*clear: both;*/
	clear: left;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}

#footer .footer_link { border-right:solid 1px #c8e8f8; padding-left: 8px;padding-right:12px; text-decoration: none;}
#footer .footer_link:hover{color: white; text-decoration: underline;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{ border-right: 0;}

p#langues{
	clear: left;
	margin-top: 0.5em;
	margin-left: 1em;
	position: relative;
	z-index: 1;
	position: absolute;
	top:275px;
	left:13px;
}
p#langues a{
	color: white;
}
