/*/////ELEMENTS GENERAUX////////////////////////////////////////////////////////////////////////////////*/

img{
	border:none;
}
table {
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}
th{
	background-color:#4E93D4;
	color:white;
}
tr{
	vertical-align:top;
}
#tr1{
	background-color:white;
	height:40px;
}
#tr2{
	background-color:#CECECE;
	height:40px;
}
h1{
	font-size:18px;
	color:#2666A3;
	padding-top:10px;
}
h2{
	font-size:15px;
}
h4{
	width:100%;
	border:1px solid black;
	font-size:16px;
}
h5{
	font-size:14px;
}
p{
	text-align:justify;
}
.st{
	padding-top:15px;
	width:100%;
	color:black;
	font-weight:bold;
	border-bottom:1px solid silver;
	text-decoration:none;
}
.st a, .st a:link, .st a:link:hover, .st a:visited , .st a:visited:hover{
	padding-top:15px;
	width:100%;
	color:#2666A3;
	text-decoration:none;
	font-size:10px;
}
#t1{
	text-decoration:underline;
	font-size:14px;
}
#t2{
	/*/text-decoration:italic;/*/
	font-size:13px;
}
li{
	padding:0;
	list-style-position:inside;
	margin:0;
}
q{
	color:grey;
}

/*/////MISE EN FORME GENERALE :::::::::///////////////////////////////////////////////////////////////////////////*/
html{
	font-family:Arial,Trebuchet MS,Verdana,Tahoma;
}
body{
	background-color:#ccccff;
	background-image:url(../img/background.jpg);
	width:1000px;
	font-size:12px;
	margin-left:0;
	left:0px;
	margin-top:auto;
	bottom:0px;
	margin-bottom:auto;
}

/*/////MISE EN FORME DE L'ACCUEIL///////////////////////////////////////////////////////////////////////////*/
#infos{
	position:relative;
	width:100%;
	max-height:150px;
	margin-bottom:1px;
}
#infos cite{
	color:grey;
	font-size:10px;
}

/*/////MISE EN FORME DE LA TETE DE PAGE///////////////////////////////////////////////////////////////////////////*/
#image img{
	width:1000px;
	height:115px;
	top:0;
	left:0;
	border-bottom:5px solid #6699cc;
}
#pub{
	position:absolute;
	left:579px;
	top:18px;
	border:2px solid black;
	width:392px;
	height:72px;
	background-color:white;
	background-image:url(../img/publicite_colloque.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	color:black;
	font-size:15px;
	text-decoration:none;
}
#pub a:hover{
	border:2px solid purple;
}
#pub a:visited{
	color:black;
}
#menu_m{
	margin-left:10px;
	margin-top:14px;
	width:200px;
	text-align:left;
	float:left;
	background-color:white;
	line-height:18px;
}
#menu{
	background-image:url(../img/menuL.png);
	left:0;
}
#menu a{
	font-size:12px;
	text-decoration:none;
	color:#336699;
}
#menu label,#menu a:link,#menu a:visited{
	text-decoration:none;
	font-weight:bold;
}
#menu label{
	color:#212121;
	font-size:12px;
	padding-left:6px;
}
#menu a:visited{
	color:#336699;
}
#menu a:link:hover{
	color:black;
	text-decoration:underline;
}
#menu a:visited:hover{
	color:black;
	text-decoration:underline;
}
#menu li{
	list-style-position:inside;
	list-style-image:url(../img/arrow.png);
	padding-left:2px;
}
#menu hr{
	width:194px;
}


/*/////MISE EN FORME DU CORPS DE PAGE///////////////////////////////////////////////////////////////////////////*/
#body{
	background-color:white;
	width:1000px;
	border-bottom:20px solid white;
}
#corps{
	width:700px;
	min-height:590px;
	margin-left:230px;
	margin-top:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border:2px solid #b0b0b0;
	text-align:justify;
	line-height:18px;
}
#corps br {
	line-height:10px;
}
#corps hr{
	margin-top:5px;
}
#corps a{
	text-align:right;
}
#corps a:visited{
	color:#336699;
}
#corps li{
	text-align:justify;
}
#cv_gauche{
	position:absolute;
	top:147px;
	left:230px;
	width:270px;
	height:480px;
	overflow:auto;
	background-color:#eeeeee;
	padding-left:10px;
	padding-right:10px;
	border:1px solid silver;
}
#cv_droite{
	position:absolute;
	top:147px;
	left:700px;
	width:270px;
	height:480px;
	overflow:auto;
	background-color:#eeeeee;
	padding-left:10px;
	padding-right:10px;
	border:1px solid silver;
}

/*/////MISE EN FORME DU PIED DE PAGE///////////////////////////////////////////////////////////////////////////*/

#footer{
	width:1000px;
	height:50px;
	border-top:2px solid silver;
	background-color:#eee;
}
#footer li{
	display:inline;
	padding-top:10px;
}
#footer img{
	float:right;
	margin-right:15px;
}
#footer table{
	border:none;
	text-align:right;
}
#footer td{
	vertical-align:middle;
	height:50px;
}
#footer a:visited{
	color:#336699;
	text-decoration:none;
}

/*/////MISE EN FORME DES IMAGES///////////////////////////////////////////////////////////////////////////*/

#corps img{
	background-color:#e9e8e3;
	padding:10px;
	border:1px solid silver;
}
#corps table img{
	background-color:transparent;
	padding:0;
	border:none;
}

