/*
 * C2i-METH192
*/

/*
 * Style
*/
body {
	font-family: Din, Arial;
	color: #040317;
	background-color: #00486C;
	font-size: 12px;
	text-decoration: none;
	background: url("../images/page_bkg_blue.jpg") repeat-x scroll 0 0 #00537E;
}

p {
	word-wrap: break-word;
}

p.sous_titre{
	text-align: center;
	font-style:italic;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;	
	color: #ffffff;
	padding: 10px;
}


h2{
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: justify;	
	padding-left: 50px;
}


/*
 * Blocs
*/

/*page entière */
#bloc_page {
    	width: 1020px;
    	margin: auto;
}

#bloc_contenu{
	width : 97.5%;
	vertical-align: top;
	border: 1px solid #4B4B4B;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left:0px;	
}


#titre {
	background-color:#92b938;
	margin-top: 20px;
	margin-left: 18%;
	width : 82%;	
	border-radius: 50px 0px 0px 50px;
}


/* En-tête */
header{
	width : 100%; 
	vertical-align: middle;
}

#hd_logo{
	width : 97.5%; 
	height: 140px; 
	display: inline-block;
	margin-right: 0px;	
	padding-right: 0px;
	border: 1px solid #4B4B4B;
	border-radius: 10px;
	overflow: hidden;
}


#hd_logo_nom{
	width : 876px; 
	height: 140px; 
	display: inline-block;
	margin-right: 0px;	
	padding-right: 0px;
	border-left: 1px solid #4B4B4B;
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}


#hd_logo_upsud{
	width : 124px; 
	height: 140px; 
	display: inline-block;
	margin-left: -10px;
	padding-left: 0px;
	border-right: 1px solid #4B4B4B;
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
}

#header img.bandeau{
	width : 1004px; 
	height: 140px; 
}

#header img.bandeau_web{
	width : 876px; 
	height: 140px; 
}

#header img.bandeau_upsud{
	width : 124px; 
	height: 140px; 
}


header a {
	color: #ffffff;
	text-decoration: none;
    	font-weight: bold;  
	font-size: 12pt;
	
}

/* pied de page */
footer{
	width : 65%;	
	height : 50px;
	padding : 1px;
	margin : 2px;  
	margin-left : 18%;  
	text-align: center;
}

footer p {
	font-size: 9px;
	color: #ffffff;
}

footer a {
	color: #DDDDDD;
    	text-decoration: underline;
}

/* corps du texte */
section{    
	display: inline-block;
	width : 65%;
	height: 70%;
	padding : 2%;
	margin : 5px;
	margin-left : 30px;
	margin-bottom : 1.5%;
	text-align: justify;
	overflow: auto;
	vertical-align: top;
	/*border: 1px solid #4B4B4B;
	background-color: #FFFFFF;
	border-radius: 4px;*/
}

section a {
    	color: #006D80;
    	text-decoration: none;
}

section a:hover {
	color:#92b938;
    	/*border-bottom: 3px solid #760001;*/
    	text-decoration: none;
}

article.limite {
	width: 100%;
	height: 140px;
	
}

article.limite_comite {
	width: 100%;
	height: 90px;
	
}

section img.affiche{
	width: 650px;
	height: 80%;
}


/* Navigation */
nav{
	display: inline-block;
	width : 19%;
	padding : 2%;
	padding-left : 0px;
	margin-left : 0px;
	margin-top : 2%;
	margin-bottom : 1.5%;
	margin-right : 1.5%;
	vertical-align: top;
}

nav a {
	width: 90%;	
    	padding-bottom: 3px;
    	text-decoration: none;
    	color: #FFFFFF ; /*#78A419;*/ 	
}

nav a:hover { /*
    	color: #92B938; 
    	border-bottom: 3px solid #92B938 
    	text-decoration: none; */
	color:#92b938;
}


nav a.sous_item {
	color:#00486C;
    	font-size: 1em;
}

nav a.sous_item:hover {
	color:#92b938;
}

nav ul {
	list-style-type: disc;
	color:#00486C;
}

nav li {
	display : list-item;
	text-align: left;
	padding-bottom: 2px;
}

nav li:hover {
	color:#92b938;
}

nav p {
	width: 80%;
	height:20px;
	padding: 5px;
	padding-left: 15px;
    	margin-top: 3px;
    	margin-left: 0px;
    	margin-bottom: 0px;
	text-align: left;
	border-radius: 0px 15px 15px 0px;
	background-color: #00537E;
    	font-size: 1.2em;
    	color: #FFFFFF ; 
}

/*nav p:hover {
	width: 100%;
}

*/
/*
 * Images et Tableaux
*/
.banniere {
	height:120px;
}

table {
    	border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
    	margin-top: 5px;
    	margin-bottom: 10px;
	width: 650px;
}

td, th {
    	border: 1px solid black; /* ... auront une bordure de 1px */
    	padding: 10px;
}

td.horaire{
	width: 15%;
}

td.centre{
	text-align:center;
}

th {
	text-align: center;
}

img {
	float:left;
}


img.plan {
	width: 100%; 
	height: 100%;
	float:left;
}

img.portrait{
	margin:15px;
	float:left;
}

span.titre_pres{
	font-size:12pt;
	font-style:italic;
	font-weight: bold;
	text-align:center;
}
