﻿a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover
{
	color: #FFF;
	background: #000;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: verdana, sans-serif;
	background-color: #428ece;
}

div#container
{	
	width: 800px;
	margin: 0px;
	padding: 0px;
}

div#header
{
	height: 140px;
	width: 800px;
	margin-top: -13px;
	padding: 0px;
	background-image: url(../img/abst_01.jpg);
	background-repeat: no-repeat;
}

div#contenu
{	
	margin: 0px;
	padding: 0px;
}

div#left
{	
	height: 550px;
	width: 140px;
	background-image: url(../img/p_02.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Navigation Gauche */
 
#navigation 
{
	margin-top: 55px;
	width: 130px ;
	list-style: none ;
	margin-left: 4px ;
	padding: 0 ;
	background: none;
}

#navigation li 
{
	color: #fff ;
	border: 1px solid #235883 ;
	padding: 3px ;
	margin-top: 1px ;
}

#navigation li a 
{
	display: block ;
	color: #000 ;
	font: 17px "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
}

#navigation li a:hover, 
#navigation li a:focus, 
#navigation li a:active 
{
	background: #ce6500 ;
	color: #fff ;
	text-decoration: none ;
}

.AF_page 
{
	background: #ce6500 ;
	color: #fff ;
	padding: 1px 6px ;
}

						/*DROITE*/

div#right
{	
	margin-left: 140px;
	height: 550px;
	width: 660px;
	background-image: url(../img/p_03.jpg);
	background-repeat: no-repeat;

}

div#deadline
{
	font-size: 17px;
	color: #235883;
	width: 500px;
	text-align: left;
	margin-left: 20px;
	padding-left: 10px;
}

div#texte
{
	font-size: 14px;
	color: #CE6500;
	width: 500px;
	font-weight: bold;
	text-align: left;
	margin-left: 90px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#deadlinedate
{
	font-size: 19px;
	color: #235883;
	text-align: left;
	margin-left: 250px;
}

.sup 
{ 
	vertical-align: super; 
	font-size: 60%; 
	color: #235883;
} 

/* FORMULAIRE */

div#container fieldset
{
	margin: 11px 30px 20px;
	float: left;
	width: 560px;
	background: #f6fcff;
	padding-top: 34px;
	padding-left: 10px;
	border: solid 1px #235883;

}

legend
{
	font-size: 15px;
	color: #235883;
	font-weight: bold;
	border: solid 1px #235883;
	background: #fff;
	padding-top: 4px;	
	padding-bottom: 4px;	
}

div#container fieldset input
{
	background: #fff;
	border: 1px solid #ccc;
}

div#container fieldset input:hover
{
	border: 1px solid #000;
}

div#container fieldset label
{
	float: left;
	width: 112px;
	text-align: right;
	color: #235883;
	font-weight: bold;
	background: #add7d0;
	padding: 4px;
	margin-right: 4px;
	font-size: 12px;
}

div#container fieldset legend
{
	padding-right: 20px;
	padding-left: 20px;
}

input
{
	width: 386px;
	margin-bottom: 5px;
}

input#fa_name
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#fi_name
{
	width: 130px;
	margin-right: 10px;
	float: left;
}

input#zip
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#city
{
	width: 130px;
	margin-right: 2px;
}

input#phone
{
	width: 120px;
	margin-right: 10px;
	float: left;
}

input#fax
{
	width: 130px;
	margin-right: 2px;
}

input#prog
{
	width: auto;
	float: left;
}

input#submit
{
	width: 80px;
	margin: 10px 0px 5px 432px;
	font-weight: bold;
	color: #235883;
	
}

p#submit_button
{
	margin-top: 5px;
	height: 50px;
}

#yes
{
	width: auto;
}

#no
{
	width: auto;
}

.requis
{
	margin-left: 392px;
	margin-top: 30px;
	font-size: 11px;
	font-style: italic;
	color: #ff7368;
}

.selected
{
	font-size: 12px;
	font-weight: bold ;
	color: #000;
}

.checkbox
{
	font-size: 10px;
	margin-right: 10px;
	float:left;
}

.checkbox input
{
	width: auto;
}

.checkbox02
{
	font-size: 10px;
	width: 250px;
	float:left;
}

.checkbox02 input
{
	width: auto;
}

.postabstract
{
	clear: both;
	text-align: justify;
	width: 530px;
	margin-left: 4px;
}

.star
{
	font-weight: bold;
	color: #ca6100;	
	font-size: 12px;
}

.impwords
{
	color: #235883;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.impwords02
{
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 16px;
}

#abstract
{
	border: 1px solid #ccc;
	width: 511px;
	height: 179px;
	margin-left: 0px;
	margin-top: 5px;
	overflow: auto;
}

#abstract:hover
{
	border: 1px solid #000;
	width: 511px;
	height: 179px;
}



/* FOOTER*/

div#footer
{
	clear: both;
	text-align: center;
	width: 800px;

}

p#subnav
{
	height: 0px;
	padding-bottom: 20px;
}

p#address
{
	height: 5px;
	padding-bottom: 10px;

}

p#copyright
{
	padding-top: 10px;

}

