/* CSS Document */
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
#topsection {
	background: #cc6600;
	height: 90px;
/*Height of top section*/
}
/*
#topsection h1 {
	text-align: right;
	color: White;
	margin: 0 100px;
	padding-top: 15px;
	display: inline;
}*/
#contentwrapper {
	float: left;
	width: 100%;
	background-color:#F5F5F5;

}
#contentcolumn {
	margin: 0 200px 0 175px;
/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:#F5F5F5;
padding: 2px 5px 5px 5px;
height: 485px;
overflow: auto;
}
.contenu {
padding-bottom: 2em;
text-align: justify;
}
#leftcolumn {
	float: left;
	width: 175px; /*Width of left column*/
	margin-left: -100%;
	background: White;
	text-align: left;
	 
}
div.col_icon {
	width: 75px;
	text-align: center;
	
	float: left;
}
#leftcolumn ul {
	margin: 50px 0 50px 0;
	padding: 0px;
	list-style-type: none;
}

#leftcolumn img {
	border: none;
}
#rightcolumn {
	float: left;
	width: 200px;
/*Width of right column*/
	margin-left: -200px;
/*Set left margin to -(RightColumnWidth)*/
	background: White;
	text-align: left;
}
#footer {
	float: left;
	clear: both;
	width: 100%;
	background: #414141;
	color: White;
	text-align: center;
	font-weight: bold;
	border-bottom: 5px solid White;
	border-top: 5px solid White;
	
	
}
#footer a {
text-decoration: none;
color: white;
background: #414141;
}

#footer a:visited{
color: white;
}
#footer a:hover{
color: white;
background: black; 
}
.tabbdp{

border-right: 1px solid white; 
color: white;
padding-right: 5px;
padding-left: 5px;
}
	
	
.innertube {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#liensicons {
margin: 10px;
border: none;
}
#liensicons img {
border: none;
}
#msg_alerte {
	background-color: Yellow;
	color: Black;
	font-weight: bolder;
	padding-left: 1em;
	border: thin solid #FF3300;
}
.aidenavigation {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.2em;
}
#logo {
	float: left;
	height: 80px;
	margin: 5px;
}
#animhdp {
	float: right;
	height: 80px;
	margin: 5px 10px;
	}
#titre {
	margin: 5px;
	height: 80px;
	float: left;
	/*border: thin solid Black;*/
}
#titre h1 h2 {
	text-align: left;
	color: Black;
}
#titre h1 {
	margin: 0;
	padding: 10px 0 0 50px;
}
#titre h3 {
	margin: 0;
	padding: 10px 50px;
}
.ns {
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}
/* css pour les BBcode*/
/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* Modifié pour les besoin du site
*/

.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.strikethrough {
	text-decoration: line-through;
	}

.overline {
	text-decoration: overline;
	}

.sized {
	font-size: 1em;
	
	}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.codebody {
	background-color: #FFFFFF;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.quotebody {
	background-color: #FFFFFF;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
	}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}
.smallcaps{
	font-variant: small-caps;
}
.smallcapsbold{
	font-variant: small-caps;
	font-weight: bold;
}
.imgr {
	border: thin solid Black;
	float: right;
	
	margin-right: 50px;
	margin-bottom: 2em;
	margin: 10px;
}
.imgl {
	border: thin solid Black;
	float: left;
}
.imgc {
	border: thin solid Black;
	float: none;
}
