/* COMMUN */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	
}

#copyright, #menu_bis, .sous_menu, #sous_menu_ursiea, #conteneur_gauche,  #conteneur_droite, #baseline, .haut_page {
	display: none;
}


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

.gras {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italique {
	font-style: italic;
}

.vide {
	clear: both;
}

.print {
	display: block;
}

#logo_ursiea {
	margin: 0;
}

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;
}

#header #menu {
	list-style-type: none;
	margin: 33px 0 5px 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 120px;
}

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

#header #menu li a {
	display: block;
	height: 67px;
	color: #fff;
}


#header #menu #menu_ursiea.on { color: #c9c309; text-decoration: none; }
#header #menu #menu_structures.on { color: #c70a80; text-decoration: none; }
#header #menu #menu_iae.on {color: #008bd0; text-decoration: none; }
#header #menu #menu_ressources.on{ color: #fdc60a; text-decoration:none; }
#header #menu #menu_actus.on { color: #e0dc09; text-decoration: none;}



#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;*/
	position: absolute;
	top: 60px;
	left: 100px;
}

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

#header .sous_menu li a {
	color: #737373;
	border: none;
	text-decoration: 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; }


#preload {
	display: none;
}

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

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 {
	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;
}
