/*
<div style=""> 
S1 - Processus et représentation
</div>

https://www.france-universite-numerique-mooc.fr/courses/UPS/61001/session01/about
*/

* { margin: 0;  padding: 0; border: 0; }

body {
	background: #FFFFFF;
	font: 1.0em 'Trebuchet MS',Arial,Helvetica,sans-serif;
}


/* Common styles
-------------------------------------------------------- */
p  { text-align: left; }
ul { list-style: none; }
ul li { list-style: none; }

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
hr { position:relative;float:left;margin:3px 0px 3px 0px;width:100%;height: 10px;color:#336699;background-color:#336699;}
pre { overflow: auto; width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }


/* Header
-------------------------------------------------------- */
#top_header	{ background: #FFFFFF url(images/background.gif) no-repeat center top; }
#header {
	width: 850px;
	height: 200px;
	background: transparent url(images/top_background.jpg) no-repeat left bottom;
	margin: 0 auto;
	margin-bottom: 0px;
	font: 1.0em 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
	#header h1 { font-size: 2.2em; padding-top:50px; margin-left: 290px; letter-spacing: -1px; color: #FFFFFF; font-weight: normal; }
	#header h2 { font-size: 1.2em; margin-left: 290px; color: #FFFFFF; font-weight: normal; }
	#header a:link, #header a:visited, #header a:hover { color: #FFFFFF; text-decoration: none; }


/* Page
-------------------------------------------------------- */
#page {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF ;
}





#form {
	width: 850px;
	margin-top:20px;
}
#form_button { background-color: #808080 ; }

#footer
{
	width: 800px;
	float:left;
	background-color:#336799;
	color:white;
	font-size: 0.8em;
	margin: 50px 0px 0px 0px;
	padding: 10px 25px 5px 25px;
}
#footer a {color: #ffffff;}
#block_contact_infos {
	position:relative;
	float:left;
}
#block_performance {
	position:relative;
	float:right;

}

      
/* Titres
-------------------------------------------------------- */
.titre {
  border-left: dotted solid #2e6089;
  border-bottom-left-radius: 2em;
  border-bottom: thick solid #2e6089;
  margin-bottom:25px;
  padding-left:2em;
  color:#2e6089;
  text-transform:uppercase;
  font-weight:bold;
  font-size:125%;
}
