<style type="text/css" title="my_styles" media="all">
<!--

/*default layout*/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
}

strong{
	font-size: 110%;
}


a{
	font-weight:normal;
	background:transparent; 
	text-decoration:none; 
	color: black;	
}

a:hover{
	color:#333399;
}

a.anchor:hover {
	color: black;
}

img{
 border: 0;
 padding: 0;
}


/*main container*/

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}


/* menu */

#menucontainer{
	background: white;
	height: 70px; /*Height of menu section*/
	margin-top: 20px;
	padding-left: 60px;
}
 
.menu {
	width: 50em;
	margin: auto; /*Center menu in menucontainer*/
	text-align:left; 
	font-family: verdana, sans-serif; 
	font-size:0.95em;
	list-style-type:none;
	z-index: 100;
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
	z-index: 100;
}

.menu li {
	float:left; 
	position:relative;
}

.menu li a, .menu li a:visited {
	display:block; 
	text-decoration:none; 
	width:6em; 
	color:#000; 
	float:left; 
	padding-right:1em; 
	height:3em; 
	line-height:3em; 
	color:#009; 
}

* html .menu li a, .menu li a:visited {
	width:7em; 
	w\idth:6em; /* hack for IE5.5 */
}

.menu li a.drop, .menu li a.drop:visited {
	font-weight:bold;
}

.menu li ul {
	visibility:hidden; 
	position:absolute; 
	top:2.5em; 
	left:0; 
	height:0; 
	overflow:hidden;
}

.menu table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a {
	text-decoration:underline; 
	border:0;
}

.menu li:hover ul {
	visibility:visible; 
	height:auto; 
	width:10em; 
	background:#fff; 
	border:1px solid #ddd; 
	left:0; 
	top:2.5em; 
	overflow:visible;
}

.menu li:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	line-height:1.5em; 
	padding:0.5em; 
	width:9em;
}

* html .menu li a:hover ul li a {
	width:10em; 
	w\idth:9em; /* hack for IE5.5 */
}

.menu li:hover ul li a.drop {
	font-weight:bold;
}

.menu li:hover ul li ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:9.5em; 
	height:0; 
	overflow:hidden;
}

.menu li:hover ul li a:hover {
	text-decoration:underline;
}

.menu li:hover ul li:hover ul {
	visibility:visible; 
	color:#000; 
	border:1px solid #ddd; 
	height:auto; 
	background:#fff; 
	width:9.5em;
}
 
.menu li:hover ul li:hover ul.left {
	left:-9.3em;
}

.menu li:hover ul li:hover ul li a {
	display:block; height:auto;
}

.menu li:hover ul li:hover ul li:hover a {
	text-decoration:underline;
}


/* Breadcrumbs */

.bread {
	font-family: Verdana, sans-serif;
	padding: 0;
	margin-bottom: 25px;
	text-align:left; 
	font-size:0.7em;
	z-index: 70;
}

.bread a{
	color: black;	
}


/*Logos container*/
.logoscontainer{
	width: 100%;
	height: 80px;
	z-index: 60;
	margin-bottom: 30px;
}

.institutlogocontainer{
	float:left;
}

.unilogocontainer{
	text-align:right;
}


/*Content container*/
#contentcontainer{
	font-family: Verdana, sans-serif;
	width: 100%;
	min-height: 550px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contentcontainer p{
	
	font-size:0.9em;
	text-align: justify;
}

#contentcontainer h1{
	font-family: Arial, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}

#contentcontainer h2{
	font-family: Arial, sans-serif;
	font-size:1.1em;
}

#contentcontainer h3{
	font-family: Verdana, sans-serif;
	font-size:1em;
}

#contentcontainer h4{
	font-family: Verdana, sans-serif;
	font-size:0.9em;
	font-weight: bold;
}


/*Content container for admin interface*/
#contentcontainer_admin{
	width: 100%;
	min-height: 550px;
	margin-top: 30px;
}

#contentcontainer_admin p{
	
}

#contentcontainer_admin h1,h2,h3,h4{
	
}

/*Two column (75% et 25%)*/
#firstcolumncontainer{
	width: 590px;
	padding-top: 50px;
}

#secondcolumncontainer{
	float: right;
	width: 200px;
}


/*Related Box*/

.relatedboxcont p{
	margin:0 ;
	padding : 0;
}

.relatedboxborder {
	width:195px;
	border: 1px solid #ccccff;
	margin-bottom:18px;
}

.relatedboxcont {
	padding: 8px 9px 10px 9px;
	line-height: 1.3em;
	font-size: 0.85em;
	
}

.relatedboxcont h3
{
  padding: 5px;
  margin: 0;
  margin-bottom: 5px;
  background-color:#E2E2FF;
  font-family: Verdena, sans-serif;
}

.relatedbox_title_info
{
	padding-left:35px;
	padding-top:5px;
	background-color:#E2E2FF;
	height: 25px;
	font-family: Verdena, sans-serif;
	font-weight: bold; 
	font-size:16px;
	font-style: italic;
	margin: 0;
}

.teaser_info_img {
	position: relative;
	top: -26px;
	left: 3px;
	margin: 0;
}

.relatedboxcont ul
{
	position: relative;
	top: -16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	font-family: Verdana, sans-serif;
	text-align: justify;
}

.relatedboxcont li
{
	background-image: url(/images/dot_line66.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 0 0 0;
	margin: 0;
}

.relatedboxcont li#first
{
	background-image: none;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right:0;
	margin: 0;
}

.relatedboxcont h4
{
    background-image: none;
    font-weight:bold;
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: Verdena, sans-serif;
}

/*home presentation*/

.homeimagescontainer {
	width: 500px;
	height: 306px;
	margin-left: 90px;
	padding: 0;
}

.image_home{
	width: 100px;
	height: 100px;
	margin-right: 2px;
}

.bloc{
	padding-bottom: 2px;
	height: 102px;
}

.bloc_logo{
	position: relative;
	left: 106px;
	bottom: 102px;
	height: 100px;
	width: 308px;
	z-index: 40;

}

.bloc_logo img{
	margin-top: 12px;
	margin-left: 7px;
	z-index: 50;
}

.bloc_dept{
	position: relative;
	font-family: Verdana;
	font-size: 18px;
	left: 82px;
	bottom: 74px;
	z-index: 51;	
}

.bloc_institut{
	position: relative;
	font-family: Verdana;
	font-size: 16px;
	left: 98px;
	bottom: 72px;	
	z-index: 52;	

}

.bloc_uni{
	position: relative;
	font-family: Verdana;
	font-size: 14px;
	left: 122px;
	bottom: 70px;	
	z-index: 53;	

}


/* footer */

.footer{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 0.75em;
  font-family: Verdana, sans-serif;
  color:#000;
  line-height:1.4em;

}

.footer a
{
    text-decoration: none;
    color:#333399;

}





/* Admin interface */
.image_admin_pict_home{
	width: 170px;
	height: 124px;
	border: 1px solid;
	float: left;
	margin-right: 50px;
}

.admin_interface { 
	width: 100%; 
}

.new_row_align_left {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.new_row_align_center {
	text-align: center;
	padding-top: 20px;
}

.combobox_style_1 {
	width: 200px;
	margin-left: 30px;	
}



.title_admin_interface {
	height: 123px;
	font-size: 200%;
	margin-bottom: 50px;
	margin-top: 20px;
	
}

.title_box {
	position: relative;
	bottom: 10px;
	display: inline;
	padding-left: 70px;
	font-weight:normal;
	font-style: italic;
}

.button {
	margin-left: 20px;
}

/* Form */

.form ol {
	margin: 0;
	padding: 0;
}

.form li {
	list-style: none;
	margin-bottom: 10px;
}

.width_all {
	width: 100%;
}

/* Staff page */

.cadre_photo{
	width: 50%;
	height: 280px;
	float: left;
	
}

.cadre_identite{	
	height: 280px;		
}

.cadre_identite p {
	padding: 0 0 10px 0;
	margin: 0;
}

.cadre_html{
	padding-top: 30px;
	width: 100%;
}


.staff_list{
	padding-top: 10px;
	padding-bottom: 20px;
	height: 130px;
}

.staff_list img{
	float: left;
	border: 0;
	padding-right: 60px;
	/*width: 100px;
	height: 100px;*/
}

.link_list{
	padding-top: 10px;
	padding-bottom: 5px;
}

.colored_line {
	background-color: #CDDE87;
	padding: 3px;
	margin: 0;
}

.colored_line  p,h3{
	padding-left: 8px;
	padding-right: 8px;
}

.not_colored_line {
	background-color: #DDE9AF;
	padding: 3px;
	margin: 0;
}

.not_colored_line p,h3{
	padding-left: 8px;
	padding-right: 8px;
}

.not_colored_line a.anchor, .colored_line a.anchor{
	font-weight: bold;
}


/* By defining CKFinderFrame, you are able to customize the CKFinder frame style */
.CKFinderFrame
{
	border: solid 2px #e3e3c7;
	background-color: #f1f1e3;
}

/* normal interface */
.normal_interface { 
	width: 100%;
	font-family: Verdana, sans-serif;
	padding: 0;
	margin: 0;
	font-size:0.8em; 
}

.normal_interface table{ 
	width: 100%;
	border-style: solid; 
	border-width: 1px;
	border-color: grey;
	text-align: center;	 
}

.normal_interface table, td{ 
	border: 1px solid grey; 
	border-collapse: collapse;
}

.normal_interface td, th {
  padding: 0.5em;
}

.normal_interface img{
	border: 0;
}

.normal_interface ul
{
	list-style-type: none;
}

.normal_interface li
{
	list-style-type: none;
}

/*link*/

a.internal, a.internal:visited, a.internal:hover {
    text-decoration: none;
    color:#333399;
    background-image:url(/images/arrow_right.gif);
    background-position:left top;
    padding-left:13px;
    background-repeat: no-repeat;
    padding-right:2px;
    margin-left:2px;
}

a.internal:hover {
    text-decoration: underline;
    background-color:#E9E9F0;
}

a.internal:visited {
    color:#666666; 
}

a.download, a.download:visited, a.download:hover{
    text-decoration: none;
    color:#333399;
    background-image:url(/images/arrow_download.gif);
    background-position:left top;
    padding-left:13px;
    background-repeat: no-repeat;
    padding-right:2px;
    margin-left:2px;
}

a.download:hover {
    text-decoration: underline;
    background-color:#E9E9F0;
}

a.download:visited {
    color:#666666; 
}

a.www, a.www:visited, a.www:hover {
    text-decoration: none;
    color:#333399;
    background-image:url(/images/arrow_upright.gif);
    padding-left:13px;
    background-repeat: no-repeat;
    padding-right:2px;
    margin-left:2px;
}

a.www:hover {
    text-decoration: underline;
    background-color:#E9E9F0;
}

a.www:visited {
    color:#666666; 
}

/*infobulle*/
a.info{
  position:relative; 
  z-index:24; 
  color:#333399;
  text-decoration: underline;
}

a.info:hover {
	z-index:25; 
	background-color:#E9E9F0;
}

a.info span{
	display: none
}

a.info:hover span{ 
	/*le contenu de la balise span ne 
	sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;
	top:2em; left:-10em; width:500px;
	border:1px solid black;
	background-color:#E9E9F0;
	color: black; 
	text-align: justify;
	font-weight:none;
	padding:10px;
	font-size:0.8em;
}

a.info:hover span img{ 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*pour test*/
.main_admin_container { min-height:800px;}
.zsnazzy {width:100%; text-align:center;}
.xsnazzy h1, .zsnazzy h1 {margin:0; font-size:1.2em; padding:0 10px 5px 10px; border-bottom:1px solid #444;}
.xsnazzy p, .zsnazzy p { margin:0; padding:2px 2px 0px 2px; font-size:12px;}
.xsnazzy {float:left; background: transparent; width:240px;  margin:19px 0px 0px 19px; text-align:left;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #444; border-right:1px solid #444;}
.xb1 {margin:0 5px; background:#444;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #444; border-width:0 1px; height:auto; min-height:100px;}
.zboxcontent {display:block; border:0 solid #444; border-width:0 1px; height:auto; }
* html .xboxcontent {height:1px;}
.zboxcontent table { 
	border: 1px solid gray; 
	border-collapse: collapse;
	width: 100%;
}
.zboxcontent td, th {
  padding: 0.5em;
  border: 1px solid gray;
}
.zboxcontent th {
  padding: 0.5em;
  border: 0;
  text-align: center;
}

.color_a {background:#c9ba65; color:#fff;}
.color_b {background:#d4d8bd; color:#000;}
.color_c {background:#758279; color:#fff;}
.color_d {background:#b2ab9b; color:#000;}


//styles pour albums photos

.thumbs {	

}

span.thumbs img {
	width: 130px;
	height: 95px; 
	padding: 2px;
	margin: 4px; 
	border: solid 1px grey;
}

dl.top_lft {background:#eee url(/images/c_bl.gif) bottom left no-repeat; margin:5px 0; padding:0; margin-right:10px;}
dl.top_lft dt {background:#7f7f9c url(/images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
dl.top_lft dd {background:#eee url(/images/c_br.gif) bottom right no-repeat; padding:0; margin:0;}

dd p {margin:0; padding:10px; line-height:1.3em;}

#id_wait {
	position: absolute;
	display:none;
	top: 30%;
	left: 45%;
	width: 200px;
	height: 200px;
	border: solid 1px black;
	background: white;
	background-image: url(/images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center 60%;
	z-index:1000;
}

#id_wait p{
	text-align: center;
	margin:0; 
	padding:5px;
}

-->
</style>
