/*Style.css. Maxime Leclerc-Gravel*/

#conteneur{
	/*MODIFIER LE PARAMÈTRE ZOOM SUIVANT*/
	zoom:1.00;
	/*MODIFIER LE PARAMÈTRE ZOOM PRÉCÉDENT*/
	
	width:660px;
	height:460px;
	margin:100px auto 0 auto;
}

* {
	margin:0;
	padding:0;	
	border:0;
	line-height:20px;
}
body{
	font-family:helvetica;
	font-stretch:condensed;	
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#accueil{
	width:406px;
	height:425px;
	padding-left:254px;
	
	font-family:Helvetica;
	letter-spacing:-1px;
	font-size:16px;
	text-align:justify;
	
	background:url(images/fonden.jpg) no-repeat;	
	color:white;
}

#index{
	float:right;
	clear:none;
	width:296px;
	height:425px;
	background:#B5DA00 url(images/fondTexte.jpg) no-repeat;
	padding-left:67px;
	padding-right:43px;
}

.indexen{
	background:#B5DA00 url(images/fondTexteEn.jpg) no-repeat !important;
}

#index .t1{
	padding-top:40px;
	height:20px;
	font-size:12px;
	text-align:right;
}

#index .t2{
	padding-top:33px;
	height:76px;
	font-size:14px;
}
#index .t2 span{
	font-size:18px;
	text-transform:uppercase;	
}

#index .t3{
	padding-top:146px;
	margin-top:10px;
	height:30px;
	font-size:23px;
	text-transform:uppercase;	
}

#index .t4{
	margin:20px 0 0 -57px;
	padding-top:13px;
	font-size:12px;
	height:20px;
	text-align:right;
}

#index .t5{
	margin-left:-51px;
	padding-top:13px;
	font-size:12px;
	color:#999;
}

#confirmation{
	padding:50px 45px 20px 15px;
	color:#65574A;
}

#confirmation b{
	font-weight:normal;
	font-size:13px;
	color:#65574A;	
}

#confirmation a{
	display:block;
	float:right;	
	width:120px;
	height:35px;
	background:url(images/btn.gif) no-repeat;
	text-decoration:none;
	background-position:left top;
}

#confirmation a b{
	margin:6px 25px;
	font-size:20px;
	display:block;
	border:0;
	text-align:center;
	color:white;
	text-decoration:none;
}

#confirmation a:hover{
	background-position:left bottom;
	text-decoration:underline;
}

.readme{
	height:145px;
	overflow:auto;
	border:4px solid #92B800;	
	background:white;
	color:grey;
	font-size:12px;
	padding:5px;
	margin:10px 0 20px 0;
}

.readme *{
	line-height:1.2em;	
}

h3{
	margin-top:10px;
	margin-bottom:5px;	
}

h1{
	margin-bottom:10px;	
}

p{
	margin:5px 0 0 0;
}
.boutons{
	text-align:right;	
}

#logos{
	margin-top:10px;
	text-align:right;
	padding-right:35px;	
}
#legal{
	padding:0 35px 0 10px;

	font-size:10px;
	text-align:justify;
	color:black;	
}

#legal *{
	line-height:1.2em;		
}

#legal a, #legal a:hover{
	color:black;
	text-decoration:underline;	
}

.hidden{
	display:none;	
}
.clr{
	clear:both;	
}