
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: green;
	text-align: center;
} 

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #000000;
}

#topsection{
/*background: #FFFFCC;*/
background: #000000;
height: 200px; /*Height of top section*/
padding-top: 15px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 48pt;
color: #990000;
letter-spacing: 3px;
/*text-align: center;*/
}


#topsection img{

/*border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-webkit-border-top-left-radius: 10px; 
-webkit-border-top-right-radius: 10px;  */
}
	
#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/

}

#contentcolumn a:link {
	color: blue;
	text-decoration: none;
}
#contentcolumn a:visited {
	text-decoration: none;
	color: green;
}
#contentcolumn a:hover {
	text-decoration: none;
	color: red;
}
#contentcolumn a:active {
	text-decoration: none;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
/*background: #C8FC98;*/
}

#leftcolumn img{
margin-top: 15px;
margin-left: 30px;
border:none;
}

#leftcolumn a img{
border:none;
}

#leftcolumn  a{
border:none;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

.position {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 40px;
	width:95%;
	border: 5px double #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}
.position1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 90px;
	width:95%;
	border: 5px double #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}
.position2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 150px;
	width:95%;
	border: 5px double #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}

.position3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 210px;
	width:95%;
	border: 3px dashed #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}

.position4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 270px;
	width:95%;
	border: 3px dashed #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}

.position5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: 320px;
	width:95%;
	border: 3px dashed #FB6218;
	color: #990000;
	background-color: #FFFFCC;
}

.lettrine1 {float: Aucune; /* positionnement de la lettrine dans le conteneur*/
font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #990000;
border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/
background-color: #FFFFCC; 
margin: 1px;
padding: 1px;
line-height: 1.1em;
}

.photoborder {
	padding: 6px;
	/*border: 1px solid #333333;*/
	background-color: #FFFFFF; 
}

.imgpadright {
	margin-left: 25px;
	margin-right: 60px;
	margin-top: 18px;
	/*padding-left: 40px;
	padding-right: 60px;
	padding-top: 20px;*/
	border: 5px dotted #FB6218;
}
