/* COMMUN */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*border: 1px solid;*/
	margin: 0;
	padding: 0;
	
}

body {
	margin: 0px;
	padding: 0px;
	/*overflow-x: hidden;*/
	background-color: #FFF;
	font-size: 1.05em;
}

a:link 
{
	text-decoration : none;
	border-bottom: 1px dotted;
	color: #018cd1;
}

a:visited 
{
	text-decoration : none;
	border-bottom: 1px dotted;
	color: #018cd1;
}

a:hover 
{
	text-decoration : none;
	border-bottom: 1px solid;
	color: #5A4F4B;
}

a:active {
	text-decoration : none;
	border-bottom: 1px solid;
}

img {
	border: 0px;
	display: block;
}

.en_ligne {
	display: inline;
}

.print {
	display: none;
}
/*
.gras, strong {
	font-weight: bold;
	color: #1B858A;
}*/

.normal {
	font-weight: normal;
}

.italique, em {
	font-style: italic;
	color: #1B858A;
}

.vide {
	clear: both;
	margin: 0;
	padding: 0;
}

.centre {
	text-align: center;
}

.centre_ff {
	margin-left: auto;
	margin-right: auto;
}

ul, ol {
	/*list-style-image: url(../images/puce_liens.jpg);*/
	margin-left: 25px;
}

ul.sans_puces {
	list-style-type: none;
}

ul ul, ol ul {
	font-size: 1em;
	margin-left: 30px;
}

blockquote {
	border: 2px solid #645b56;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 30px;
}

blockquote p {
	border: 1px solid #e9e9e9;
	border-top: none;
	position: absolute;
	bottom: -29px;
	right: 20px;
	padding: 2px 10px;
}

.cartouche {
	border: 1px solid #e9e9e9;
	position: relative;
	padding: 1px 10px;
	margin: 15px 20px 3em 20px;
}


.cartouche .decrochage {
	border: 1px solid #e9e9e9;
	position: absolute;
	bottom: -2.4em;
	right: 20px;
	padding: 2px 10px;
}

/* Positionnement général */

#header {
	height: 150px;
	background-image:url(../images/fond/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*	border: 1px solid #00F;*/
	/*float: left;*/
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 780px;
	position: relative;
	
}

#header #logo_ursiea {
	display: block;
	float: left;
	width: 160px;
	height: 150px;
	margin: 0;
	padding: 0;
	background-image: url(../images/fond/coin_gauche_header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	
}

#header #logo_ursiea img {
	position: absolute;
	top: 27px;
	left: 65px;
}

#header #menu {
	float: left;
	list-style-type: none;
	margin: 33px 0 5px 0;
	padding: 0;
}

#header #menu li {
	float: left;
	margin-left: 15px; /*21*/
}

#header #menu li a {
	display: block;
	height: 67px;
	color: #fff;
	font-size: 0.1em;
}

#header #menu #menu_ursiea {
	background:url(../images/menu_ursiea_off.gif) no-repeat top left;
	width: 140px;
}

#header #menu #menu_ursiea:hover, #header #menu #menu_ursiea.on { background-image: url(../images/menu_ursiea_on.gif); }

#header #menu #menu_structures {
	background:url(../images/menu_structures_off.gif) no-repeat top left;
	width: 102px;
}

#header #menu #menu_structures:hover, #header #menu #menu_structures.on { background-image: url(../images/menu_structures_on.gif); }

#header #menu #menu_iae {
	background:url(../images/menu_iae_off.gif) no-repeat top left;
	width: 44px;
}

#header #menu #menu_iae:hover, #header #menu #menu_iae.on { background-image: url(../images/menu_iae_on.gif); }

#header #menu #menu_ressources {
	background:url(../images/menu_ressources_off.gif) no-repeat top left;
	width: 98px;
}

#header #menu #menu_ressources:hover , #header #menu #menu_ressources.on{ background-image: url(../images/menu_ressources_on.gif); }

#header #menu #menu_actus {
	background:url(../images/menu_actus_off.gif) no-repeat top left;
	width: 122px;
}

#header #menu #menu_actus:hover, #header #menu #menu_actus.on { background-image: url(../images/menu_actus_on.gif); }

#header .sous_menu {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform:lowercase;
	margin: 0 0 0 40px;
	padding: 0;
	width: 570px;
}

#header .sous_menu li {
	float: left;
	margin-right: 9px;
}

#header .sous_menu li a {
	color: #737373;
	border: none;
}

#header .sous_menu li:first-letter {
	font-size: 1.1em;
}

#header .sous_menu li a:hover, #header .sous_menu li a.on {
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#header #sous_menu_ursiea li:first-letter, #header #sous_menu_ursiea li a:hover, #header #sous_menu_ursiea li a.on {	color: #dedb00; }
#header #sous_menu_structures li:first-letter, #header #sous_menu_structures li a:hover, #header #sous_menu_structures li a.on {	color: #c5007b; }
#header #sous_menu_iae li:first-letter, #header #sous_menu_iae li a:hover, #header #sous_menu_iae li a.on {	color: #008bcf; }
#header #sous_menu_ressources li:first-letter, #header #sous_menu_ressources li a:hover, #header #sous_menu_ressources li a.on {	color: #fdc400; }
#header #sous_menu_actus li:first-letter, #header #sous_menu_actus li a:hover, #header #sous_menu_actus li a.on {	color: #dedb00; }

#header #baseline {
	color: #737373;
	font-size: 0.7em;
	margin: 14px 0 0 0px;
	position: absolute;
	bottom: 2px;
	left: 180px;
	color: #008bcf;
	width: 620px;
}


#header #baseline #guillemet_1 {
	float: left;
}

#header #baseline #guillemet_2 {
	float: right;
}

#header #baseline #texte {
	position: absolute;
	left: 1.5em;
}

#conteneur_gauche {
	position: absolute;
	left: 0;
	top: 150px;
	width: 180px;
	height: 620px;
	height: 100%;
	background-image:url(../images/fond/bg_conteneur_gauche.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;
}

#conteneur_gauche #bloc_adresse {
	background-image: url(../images/fond/tache_rose_conteneur_gauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 173px;
	height: 177px;
	color: #FFF;
	font-size: 0.60em;
	padding: 23px 0 0 0;
}

#conteneur_gauche #bloc_adresse p {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 143px;
	color: #FFF;
	display: block;
}

#conteneur_gauche #bloc_adresse #tel {
	margin: 13px 0;
}

#conteneur_gauche .blanc {
	color: #FFF;
}

#conteneur_gauche #copyright {
	background: url(../images/fond/tache_verte_conteneur_gauche.gif) no-repeat top left;
	width: 153px;
	height: 28px;
	text-align: left;
	color: #9c952a;
	font-size: 0.55em;
	margin-top: 50px;
	padding: 112px 0 0 5px;
	position: absolute;
	bottom: 0;
}

#conteneur_gauche #copyright p {
	margin: 0;
}

#conteneur_gauche #copyright p a  {
	color: #9c952a;
	font-weight:bold;
}

#conteneur_droite {
	margin: -150px 0 0 780px;
	padding: 0;
	background-color: transparent;
	background-image:url(../images/fond/bg_conteneur_droite.gif);
	background-repeat: repeat-y;
	background-position: 120px 0px;
	height: 770px;
	/*position: absolute;
	top: 0;
	left: 780px;*/
	
}

#conteneur_droite * {
/*border: 1px solid #000;*/
}

#conteneur_droite #menu_bis {
	background: url(../images/fond/tache_jaune_conteneur_droite.jpg) no-repeat;
	background-position: -2px -9px;
	width: 247px;
	height: 197px;
	padding: 17px 0 0 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
	font-size: 0.65em;
}

#conteneur_droite #menu_bis li {
	padding: 0;
	margin: 0.7em 70px 1em 0;
	height: 1.2em;
}

#conteneur_droite #menu_bis li a {
	color: #fff;
	padding-right: 30px;
	display: block;
	margin: 0;
	/*border: 1px solid #0F0;*/
	background-position: right;
	background-repeat: no-repeat;
	border: none;
}

#conteneur_droite #menu_bis li a:hover, #conteneur_droite #menu_bis li a.on {
	color: #5a4f4a;
	text-decoration: none;
	border: none;
}

#conteneur_droite #menu_bis li a#picto_accueil { background-image: url(../images/menu_bis_picto_accueil_off.gif);}
#conteneur_droite #menu_bis li a#picto_accueil:hover { background-image: url(../images/menu_bis_picto_accueil_on.gif);}
#conteneur_droite #menu_bis li a#picto_plan_acces { background-image: url(../images/menu_bis_picto_plan_acces_off.gif);}
#conteneur_droite #menu_bis li a#picto_plan_acces:hover, #conteneur_droite #menu_bis li a#picto_plan_acces.on { background-image: url(../images/menu_bis_picto_plan_acces_on.gif);}
#conteneur_droite #menu_bis li a#picto_plan_site { background-image: url(../images/menu_bis_picto_plan_site_off.gif);}
#conteneur_droite #menu_bis li a#picto_plan_site:hover, #conteneur_droite #menu_bis li a#picto_plan_site.on { background-image: url(../images/menu_bis_picto_plan_site_on.gif);}
#conteneur_droite #menu_bis li a#picto_contact { background-image: url(../images/menu_bis_picto_contact_off.gif);}
#conteneur_droite #menu_bis li a#picto_contact:hover, #conteneur_droite #menu_bis li a#picto_contact.on { background-image: url(../images/menu_bis_picto_contact_on.gif);}
#conteneur_droite #menu_bis li a#picto_marches { background-image: url(../images/menu_bis_picto_marches_off.gif);}
#conteneur_droite #menu_bis li a#picto_marches:hover, #conteneur_droite #menu_bis li a#picto_marches.on { background-image: url(../images/menu_bis_picto_marches_on.gif);}


#conteneur_droite #bloc_infos {
	background: url(../images/fond/tache_bleu_conteneur_droite.gif) no-repeat top left;
	width: 160px;
	height: 493px;
	margin-left:3px;
	padding: 35px 45px 25px 30px;
	text-align: right;
	font-size: 0.6em;
}

#conteneur_droite #bloc_infos h2 {
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	width: 160px;
	margin: 1em 0 0.6em 0;
}

#conteneur_droite #bloc_infos ul {
	padding: 0;
	margin: 0;
	color: #fff;
	list-style-type: none;
	width: 160px;
}

#conteneur_droite #bloc_infos ul li {
	margin-bottom: 8px;
}

#conteneur_droite #bloc_infos a {
	color: #fff;
}

#conteneur_droite #bloc_infos select {
	width: 155px;
	border: 1px solid #7f9db9;
	margin-bottom: 5px;
	color: #0187c9;
	height: 16px;
}

#conteneur_droite #bloc_infos input {
	
}

#conteneur {
	position: absolute;
	top: 150px;
	left: 180px;
	width: 600px;
	margin: 0;
	padding-bottom: 25px;
	font-size: 0.7em;
	color: #534c48;
	
}

html>body #conteneur {
	
}

#conteneur p {
	margin: 0.6em 0;
}


/*#conteneur a {
	color: #0E79B9;
	
}*/

#preload {
	display: none;
}

/* Fin positionnement général */




/* Format des fichiers liés */
.pdfLink { padding-right: 19px; background: url(../images/extensions/lien_pdf.gif) no-repeat 100% 50%; }
.docLink { padding-right: 19px; background: url(../images/extensions/lien_doc.gif) no-repeat 100% 50%; }
.zipLink { padding-right: 17px; background: url(../images/extensions/lien_zip.gif) no-repeat 100% 50%; }
.pptLink { padding-right: 19px; background: url(../images/extensions/lien_ppt.gif) no-repeat 100% 50%; }
.xlsLink { padding-right: 19px; background: url(../images/extensions/lien_xls.gif) no-repeat 100% 50%; }
/* Fin format fichiers liés */

h3 {
	text-transform: uppercase;
	margin-top: 1.8em;	
	margin-bottom: 1.2em;
	font-size: 1.2em;
	color: #665b57;
	position: relative;
	height: 2.8em;
}

h3 span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

h4 {
	font-size: 1.05em;
	margin: 1.3em 0;
}

h4, h4 a {
	text-transform: uppercase;
}

h4:first-letter {
	color: #665b57;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	margin: 1em 0.5em;
}

h5, h5 a {
	color: #008bd2;
}



/* Shéma */

#shema {
	position: relative;
	left: 166px;
}

#shema_et_texte {
	position: relative;
	padding-top: 20px;
}

.texte_shema {
	position: absolute;
	border: 1px solid #f5e41a; 
	width: 165px;
	padding: 4px;
	margin: 0;
}

#texte_shema_1 {
	top: 50px;
	left: 30px;
}

#texte_shema_2 {
	top: 10px;
	left: 410px;
}

#texte_shema_3 {
	top: 202px;
	left: 30px;
}

#texte_shema_4 {
	top: 180px;
	left: 430px;
}

#conteneur #texte_shema_bas {
	position: static;
	margin: 0 auto 0 auto;
	width: 90%;
}

.texte_shema li.premier {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	margin-left: 0;
}

.texte_shema li {
	margin-left: 20px;
}
/* Fin Shéma */

/* Table */

table {
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px 0;
	color:#534C48;
}

table.structures {
	width: 80%;
}
	
td, .tab_obs th {
	padding: 1px 5px;
}

.ligne_alt {
	background-color: #e8e7e5;
}

table a:link, table a:visited {
	border: none;
}

table a:hover, table a:active {
	border-bottom: 1px solid;
}
/* Fin table */


.blanc {
	color: #FFF;
}

#conteneur p.haut_page {
	float: none;
	text-align: center;
	font-size: 0.95em;
	font-weight: normal;
}

#conteneur p.haut_page a {
	background: url(../images/fond/fleche_hautdepage.gif) no-repeat 100% 50%;
	padding-right: 10px;	
	border: none;
	color: #534C48;
}

#conteneur p.haut_page a:hover {
	color: #018cd1;
}

#map {
	width: 400px;
	height: 400px;
	border: 2px solid #e9e9e9;
	float: left;
	margin-right: 1em;
}



