/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: auto;
	font-size: 12px;
	font-family: Arial, Verdana;
}

h1 {
   font-size: 14px;
   font-weight: bold;
   margin: 10px 0 5px 0 ;
   padding: 0;
}
p {
	margin: 0 0 2em 0;
	text-align: justify;
}

#page ul {
 margin: 0 0 2em 0;
 padding: 0;
}

#page li {
 margin: 0 0 0 20px;
 padding: 0;
}

a:link {
	color: #009EE0;
}

a:hover, a:active {
	text-decoration: none;
}

a:visited {
   color: #009EE0;          
}

img {
	border: none;
}

p.picto {
  float:left;
  text-align:right;
  font-weight:bold;
	width:330px;
	height:26px;
	background: #FFFFFF url("images/ubib_petit_picto.png") no-repeat 100% 50%;
	padding-top:13px;
	padding-right:25px;
	
}

/* Form */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	
}



/* Header */
#header {
	margin: 0 auto;
	padding: 0;
	width:935px;
	background: #FFFFFF url("images/ubib_header2.jpg") no-repeat 60% 80%;
	height:100px;
}

/* Menu */

#menu {
	margin: 0 0 0 15px;
	float: left;
	width: 390px;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a{
	float: left;
	width:90px;
	height:100px;
}

#menu .accueil a {
	background: url("images/menu_accueil.png") center;
}

#menu .accueil a:hover { 
	background: url("images/menu_accueil_hover.png") center;
}

#menu .accueil_select a { 
	background: url("images/menu_accueil_hover.png") center;
}


#menu .charte a {
	background: url("images/menu_charte.png") center;
}

#menu .charte a:hover { 
	background: url("images/menu_charte_hover.png") center;
}

#menu .charte_select a { 
	background: url("images/menu_charte_hover.png") center;
}

#menu .savoirplus a {
	background: url("images/menu_savoirplus.png") center;
}

#menu .savoirplus a:hover { 
	background: url("images/menu_savoirplus_hover.png") center;
}

#menu .savoirplus_select a { 
	background: url("images/menu_savoirplus_hover.png") center;
}

#menu .partenaires a {
  background: url("images/menu_partenaires.png") center;
}

#menu .partenaires a:hover {
  background: url("images/menu_partenaires_hover.png") center;
}

#menu .partenaires_select a {
  background: url("images/menu_partenaires_hover.png") center;
}

#menu span {
      display:none;
}


#menu .current_page_item a {
	background: #009DE0;
	color: #000000;
}

/** LOGO */

#logo {
	width: 300px;
	height: 100px;
	margin: 0 auto;
	float:right;
	background: url(images/ubib_logo.png) no-repeat center;
}

/** Message dans l'entête **/

#message p{
	margin: 10px 3px 0 -33px;
	left: 50%;
	text-align:center;
	position: absolute;
	width: 200px;
}
#message p b{
  display: block;
  color: #009EE0;
  margin: 7px;
  text-decoration: underline;
}

/* Page */

#page {
	width: 935px;
	height: 510px;
	margin: 0 auto;
	padding: 0;
	background: url(images/ubib_cadre-central.png) no-repeat;

}

#page object {
   margin: 0; 
   z-index: 1;
}

div#qpchatwidget {
  margin: -15px 0 0 0;
}

/* col1 */

#col1 {
	float: left;
	width: 400px;
	height: 365px;
	margin: 35px 0 0 35px;
	padding: 0;
}

#col2 {
	float: right;
	width: 400px;
	height: 365px;
	margin: 35px 43px 0 0;
	padding: 0;
}


/* Footer */
#footer-wrap {
}

#footer {
	background: #009EE0;
  margin: 0 auto;
	width:935px;
	height: 35px;
}

#footer p {
display:inline;
margin: 0 10px;
}

#legal {
	clear: both;
	padding: 15px 0 0 15px;
	color: #FFFFFF;
	font-size:10px;
	width: 750px;
	float:left;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
	
}

#contact {
  background: url(images/ubib_contact.png) no-repeat right;
  margin-right: 10px;
  width:130px;
  height:32px;
  float:right;
}

#contact span {
      display:none;
}

#contact a {
  width:85px;
  height:32px;
  float:right;
}

/* page accueil */

div.carte_france {
	background: #fff url('images/carte_france_dom.jpg') no-repeat 0 -20px;
	float: left;
	height: 305px;
	position: relative;
	top: -20px;
	width: 400px;
}

div.carte_france dl {
	background: transparent url('images/carte_pointeur.png') no-repeat;
	float: left;
	height: 14px;
	left: 50%;
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 11px;
}

div.carte_france dl.popup {
	background-color: #fff;
	background-image: none;
	background-image: none;
	border: 1px solid #00A5EA;
	border-radius: 5px;
	height: auto;
	margin-top: -40px;
	-moz-border-radius: 5px;
	padding: 10px;
	position: absolute;
	width: auto;
	z-index: 1000;
}

div.carte_france dl dt, div.carte_france dl dd {
	display: none;
}

div.carte_france dl dt {
   font-size: 14px;
   font-weight: bold;
   margin: 10px 0 5px 0 ;
   padding: 0;
   text-align: center;
}

div.carte_france dl dt.popup {
	background-color: #fff;
	background-image: none;
	background-image: none;
	border: 1px solid #00A5EA;
	border-radius: 5px;
	height: auto;
	font-size: 12px;
	margin-top: -40px;
	-moz-border-radius: 5px;
	padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 1000;	
}

div.carte_france dl dd {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.carte_france dl#angers {
	margin-left: -1px;
	top: 100px;
}

div.carte_france dl#bulco {
	margin-left: 60px;
	top: -6px;
}

div.carte_france dl#nantes {
	margin-left: -20px;
	top: 107px;
}

div.carte_france dl#lille {
	margin-left: 72px;
	top: 3px;
}

div.carte_france dl#lille3 {
	margin-left: 70px;
	top: 11px;
}

div.carte_france dl#valenciennes {
	margin-left: 80px;
	top: 10px;
}

div.carte_france dl#rennes {
	margin-left: -20px;
	top: 77px;
}

div.carte_france dl#antilles-guyane {
	margin-left: -125px;
	top: 80px;
}

div.carte_france dl#bretagne_occidentale {
	margin-left: -80px;
	top: 65px;
}

div.carte_france dl#bretagne_sud {
	margin-left: -45px;
	top: 85px;
}

div.carte_france dl#rochelle {
	margin-left: -15px;
	top: 130px;
}

div.carte_france dl#limoges {
	margin-left: 25px;
	top: 150px;
}

div.carte_france dl#maine {
	margin-left: 15px;
	top: 78px;
}

div.carte_france dl#poitiers {
	margin-left: 16px;
	top: 120px;
}

div.carte_france dl#polynesie_francaise {
	margin-left: -125px;
	top: 240px;
}

div.carte_france dl dd {}

/* Page partenaires */

#page ul.partenaires {
  list-style: none;
  padding: 40px 20px 20px 20px;
}

#page ul.partenaires li.univ_angers a {
  background: #fff url('images/partenaires/angers.jpg') no-repeat;
  width: 120px;
  height: 115px;
  margin: 0 50px 0 0;
  float: left;
}

#page ul.partenaires li.univ_antilles a {
  background: #fff url('images/partenaires/antilles.jpg') no-repeat;
  width: 175px;
  height: 47px;
  margin: 30px 0 0 30px;
  float: left;
}


#page ul.partenaires li.univ_maine a {
  background: #fff url('images/partenaires/maine.jpg') no-repeat;
  width: 142px;
  height: 66px;
  margin: 20px 0 20px 0;
  float: left;
}

#page ul.partenaires li.univ_nantes a {
  background: #fff url('images/partenaires/nantes.jpg') no-repeat;
  width: 160px;
  height: 32px;
  margin: 60px 50px 0 20px;
  float: left;
}

#page ul.partenaires li.univ_rennes1 a {
  background: #fff url('images/partenaires/rennes1.jpg') no-repeat;
  width: 150px;
  height: 51px;
  margin: 0px 20px 0 0px;
  float: left;
}

#page ul.partenaires li.univ_rennes2 a {
  background: #fff url('images/partenaires/rennes2.jpg') no-repeat;
  width: 120px;
  height: 120px;
  margin: 0;
  float: left;
}

#page ul.partenaires li.ubs a {
  background: #fff url('images/partenaires/ubs.jpg') no-repeat;
  width: 130px;
  height: 101px;
  margin: -30px 0 0 0;
  float: left;
}


#page ul.partenaires li.ubo a {
  background: #fff url('images/partenaires/ubo.jpg') no-repeat;
  width: 140px;
  height: 81px;
  margin: 10px 0 0 40px;
  float: left;
}

#page ul.partenaires li.univ_limoges a {
  background: #fff url('images/partenaires/limoges.jpg') no-repeat;
  width: 150px;
  height: 46px;
  margin: 30px 0 0 20px;
  float: left;
}

#page ul.partenaires li.univ_poitiers a {
  background: #fff url('images/partenaires/poitiers.jpg') no-repeat;
  width: 88px;
  height: 130px;
  margin: -60px 0 0 50px;
  float: left;
}

#page ul.partenaires li span {
  display: none;
}

#page ul.partenaires li.univ_la_rochelle a {
  background: #fff url('images/partenaires/la_rochelle.jpg') no-repeat;
  width: 95px;
  height: 95px;
  margin: 0px 0 0 20px;
  float: left;
}

