/* Style sheet for EuroSimE pages */
body {font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	color: #444;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}

/* ajouts fluid */
#topsection{
height: 100px; /*Height of top section*/
padding:10px;
margin:0px;
background-image:url(images/shade3.png);
background-repeat:repeat-x;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0px 200px 0px 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -100%;
/*background: #C8FC98;*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
/*background: #fff;*/
background-image:url(images/wall_right.png);
background-repeat:no-repeat;
}

#footer{
clear: left;
width: 100%;
/*background:#F66;*/
color: #600;
text-align: center;
padding-top: 10px;
background:url(images/rev-shade3.png);
background-repeat:repeat-x;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




/* liens */
a:link { font-weight:bold; color:#000099; text-decoration:none; padding-left:0px; padding-right:1px;}
a:visited { font-weight:bold; color:#000099; text-decoration:none; padding-left:0px;  padding-right:1px;}
a:hover { font-weight:bold; color:#E00000; text-decoration:none; padding-left:1px;  padding-right:0px;}
a:active { font-weight:bold; color:#E00000; text-decoration:underline; padding-left:0px;  padding-right:1px;}
a:focus {font-weight:bold;  color:#00E000; text-decoration:underline; padding-left:0px;  padding-right:1px;}


/* container du menu (pas indispensable) */
/*.menu {	margin:0px;	padding:0px;}*/

/* TITRE EUROSIME */
h1 {	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color:#036;
	background: transparent;
	padding: 0px 10px 10px 10px;
	margin:0px;
}

/* TITRE DE PAGE */
h2 {	font-size:11pt;
	font-weight: bold;
	text-align: left;
	/*background-color: #fffff0;*/
	color: #666;
	padding: 5px 20px 5px 20px;
}

/* TETES DE CHAPITRE */
h3 {	font-size: 11pt;
	text-align: left;
	text-indent: 10px;
	background-color: #ffffcc;
	color: #0000CC;
	padding: 4px 4px 4px 4px;
}

h4 {	font-size:10pt;
	font-weight: normal;
	text-align: left;
	text-indent: 20px;
	background-color: #FFFF66;
	color: #0000CC;
	width: 75%;
	padding: 10px;
}

ul {	background: transparent;}

ol {	 list-style-type: decimal;
	background: transparent;
}

li {font-size: 10pt;}

p {	font-size:10pt;	font-style: normal;}

/*P:first-letter { color: darkblue; font-size: 120%; }*/

table {	border-collapse: collapse;}

td {	font-size: 10pt;	vertical-align: top;	padding:2px;}

img	{border: 0}

