/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-color:#7F7F73;
}

label{
	float:left;
	clear:both;
	height:20px;
}

input{
	float:right;
	width:60%;
	clear:both;
}

textarea{
	float:right;
	width:60%;
	clear:both;
}

#main{
	position:absolute;
	width:1000px;
	height:700px;
	left:50%;
	margin-left:-500px;
}

#header{
	background-color:#404040;
	padding-top:10px;
}

#center{
	width:1000px;
	height:460px;
}

#menu{
	width:235px;
	float:left;
}

#right{
	float:right;
}

#content{
	width:680px;
	height:460px;
	padding-left:85px;
	background-image:url(../imgs/bg-content.jpg);
}

#carres{
	width:100px;
	text-align:center;
}

#carres img{
	margin-top:15px;
	float:left;
}

#cartouches{
	width:75px;
}

#cartouches img{
	width:75px;
	margin-top:6px;
	float:left;
}

#rub{
	float:right;
	margin-right:20px;
}

h2{
	color:#234B9F;
	margin:0px;
	margin-bottom:5px;
	font-size:14px;
}

.mainView{
	width:520px;
	height:300px;
	padding:5px;
	overflow:auto;
	border:1px solid #000000;
	text-align:justify;
}

.mainView2{
	width:520px;
	height:300px;
	padding:5px;
	overflow:auto;
	border:1px solid #000000;
}

.sommaire{
	width:520px;
	height:300px;
	padding:5px;
	overflow:auto;
	border:1px solid #000000;
	background-image:url(../imgs/sommaire-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:justify;
}

.texte{
	line-height:12px;
	position:relative;
	top:10px;
	left:150px;
	width:350px;
}

.comment{
	line-height:12px;
	/*width:250px;*/
}
