/*
 *	TEMPLATE POUR : S&O
 *	Auteur : julian@4digitales.be
 *  www.4digitales.be
 */

/* REDEFINITIONS PRINCIPALES ***********************************************************************************/

* {
	/*margin:0;
	padding:0;*/
	border:none;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

.monbody {
	background-color:#DEDEDE;
}

a {
	text-decoration:none;
}

.normal, p {
	margin-bottom:1em;
	line-height:1.5em;
}


/* CONTENEURS PRINCIPAUX (table , conteneurs gauche et droite) *************************************************/

#main_container {
	width:930px;
	margin:0 auto;
}

.main_table {
	width:903px;	
	margin:0;
	padding:0;
}

.left {
	width:903px;
	margin:0;
	padding:0;
}


/* CONTENU DE GAUCHE ********************************************************************************************/

#above { /* deco du dessus */
	background:url(../images/above.jpg) left top no-repeat;
	width:903px;
	height:22px;
	margin:0;
	padding:0;
}

#header { /*logo et espace pour champ de recherche) */
	background:url(../images/header.jpg) left top no-repeat;
	width:903px;
	height:64px;
	text-align:right;
	font-size:10px;
	color:#000000;
	vertical-align:middle;
	margin:0;
	padding:0;
}
	/* recherche et abo ********************************************************/
	#searchbox {
		padding:5px 10px 0px 0px;
		line-height:18px;
		margin:0;
	}
	
	#searchbox * {
		margin:0;
	}
	
	
	#searchbox a {
		color:#000000;
		text-decoration:underline;
		margin:0;
	}
	
	.searchinput {
		width:150px;
		border:#000000 1px solid;
		height:16px;
		margin:0;
	}
	.searchbutton {
		background-color:#999999;
		width:20px;
		color:#FFFFFF;
		text-align:center;
		border:#000000 1px solid;
		height:18px;
		font-weight:bold;
		cursor:pointer;
		margin:0;
	}

#big_image {
	background:url(../images/big_image.jpg) left top no-repeat;
	width:903px;
	height:177px;
	margin:0;
	padding:0;
}

#container {
	background:url(../images/bg_container.jpg) left top repeat-y;
	width:903px;
	margin:0;
	padding:0;
}

.left_delay {
	width:8px;
}

	/* menu de gauche ************************************************************/
	.left_menu {
		width:227px;
		background:url(../images/bg_left_menu.jpg) left top repeat-y;
		padding-left:3px;
		padding-top:20px;
	}
	
	.bottom_menu {
		margin-top:-5px !important;
		width:211px;
		height:6px;
		background-color:#FFFFFF;
		background:url(../images/bottom_left_menu.jpg) top left no-repeat;
	}
	
	.left_menu a:link, .left_menu a:visited {
		display:block;
		margin-bottom:5px;
		margin-left:10px;
		padding-left:5px;
		font-size:14px;
		color:#666666;
		border-left:5px solid #666666;
	}	
	
	.left_menu a:hover {
		color:#000000;
		border-left:5px solid #000000;
	}
	
	.title_menu1 {
		width:195px;
		display:block;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		background-color:#999999;
		padding:2px 0px 2px 10px;
		margin-bottom:15px;
	}
	
	.title_menu2 {
		margin-top:30px;
		width:195px;
		display:block;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		background-color:#3f8daa;
		padding:2px 0px 2px 10px;
		margin-bottom:15px;
	}
	

.right_content {
	width:664px;
}
	#lecontenumarge {
		width:640px;
	}
	
	#right_content {
		padding:10px 10px 10px 0px;
		font-size:12px;
		line-height:18px;
	}
	
	#right_content li {
		list-style-position:inline;
		list-style-image:url(img/fleche.gif);
		margin-left:50px;
	}	
	
	#right_content a:link, #right_content a:visited {
		color:#000000;
	}
	
	#right_content a:hover {
		text-decoration:underline;
	}
	
	#right_content table {
		width:100%;
	}
	
	table.columnshp {
		font-size:10px;
	}
	
		table.columnshp a {
		color:#000000;
	}
	
	.right_content input {
		border:#CCCCCC 1px solid;
	}
	
	#formcontact tr{
		margin-bottom:10px;
	}

#bottom {
	background:url(../images/bottom.jpg) left top no-repeat;
	width:903px;
	padding-top:10px;
	text-align:right;
}

#bottom p {
	font-size:9px;
}

#bottom a:link, #bottom a:visited {
	color:#000000;
}

#bottom a:hover {
	text-decoration:underline;
}


/* REQUIS PAR NTL ***********************************************************************************************/
.titre1, .Titre1, h1 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #666666;
	margin-bottom:16px;
}
.titre2, .Titre2, h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}
.titre3, .Titre3, h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
}
.titre4, .Titre4, h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:12px;
	font-style:italic;
}
.titre5, .Titre5, h5 {
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

.commentaires {
	font-size:9px;
}