/*
This file is part of Gobotom.be and GoboBriks.

Copyright 2007-2008-2009 Gobotom (real name not transmited but exist)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

body, html{
	background-color: #464d51;
	padding:			0px;
	margin: 			0px;
	width:				100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	position:relative;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
}

h1{
	font-size:24px;
	color:#b5c900;	
	text-decoration:underline;
	margin:auto;
}

h2{
	font-size:20px;
	color:#b5c900;	
}

h3{
	font-size:16px;
	color:#b5c900;
}

a, a:visited{
	color:#018877;
	text-decoration:none;
}

a:hover{
	color:#b5c900;
	text-decoration:underline;
}

.baner{
	width:881px;
	height:78px;
	margin:auto;
	background-image:url(../medias/images/struct/skin1/baner.jpg);
	background-repeat:no-repeat;
	position:relative;
}

	.banerTable{
		position:relative;
		height:78px;
		width:100%;
	}
	
	.banerLeft{
		width:450px;
	}
	
	.banerRight{
		width:431px;
	}

.sousban{
	width:881px;
	height: 31px;
	background-image:url('../medias/images/struct/skin1/sousban.jpg');
	background-repeat:no-repeat;
}
	
.navigation{
	width:881px;
	height: 35px;
	background-image:url('../medias/images/struct/skin1/nav.jpg');
	background-repeat:no-repeat;
}

.menu{
	position:absolute;
	top:0px;
	width:881px;
	height:31px;
}

.content{
	width:881px;
	margin:auto;
	padding:0px;
	position:relative;
}
	
	.contentMilieu{
		width:881px;
		margin:auto;
		background-image:url('../medias/images/struct/skin1/milieuFond.jpg');
		background-repeat:repeat-y;	
	}
	
		.middleTable{			
			height:600px;
			
		}
		.contentMG{
			width:683px;
		}
		
			.textContainer{
				width:608px;
				position:relative;
				left:23px;
				/*border:solid 1px #000000;*/
				padding:10px;
			}
		
		.contentMD{
			width:198px;
			background-position:right;	
		}
	
		
.bas{
	width:881px;
	height:76px;
	background-image:url('../medias/images/struct/skin1/bas.jpg');
	background-repeat:no-repeat;
	margin:auto;
	text-align:center;
	font-weight:bold;
	position:relative;
}

.bas a{
	color:#8f1150;
	text-decoration:none;
}

.nav, .nav a{
	font-size:14px;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}

.loginKey{
	top:8px;
	margin-right:20px;
}

.searchBox
{
	position:relative;
	left:105px;
	top:34px;	
	height:23px;
}

	.searchInput{
		border:none;
		width:200px;
		background-color:#f5f5fb;
	}

.pluieDeLiens{
    width:100%;
    border-bottom:solid 1px #cccccc;   
}
    
.pluieDeLiens a{
    text-decoration:none;
    font-size: 14px;
}

.pluieDeLiens p.description{
    color:#666666; 
    font-size:10px;  
}

