@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	width: 100%;
	height: 100%;
}


body {
	background-color:#f6f6f6;
	background-image: url(../../img/bk.gif);
	background-repeat: repeat-x;
}

#top {
	width: 100%;
	height: 60px;
	background-image: url(../../img/topbk.gif);
	background-repeat: repeat-x;
}

#top2 {
	width: 1024px;
	margin: auto;
	color: white;
	font-weight: bold;
}

#main {
	width: 1024px;
	padding: 30px;
	margin: 100px auto;
	background-color:#FFFFFF;
	border: #DDDDDD 1px solid;
}

.arrondi {
	 border-radius: 10px;
}

.transp {
	background-color: white;
	filter : alpha(opacity=75);
	opacity: 0.75;
}

.center {
	text-align: center;
	margin-bottom: 10px;
}

#ajc {
	font-size: 12px;
}

#welcome {
	font-size: 24px;
}

#navig {
	float: right;
	font-size: 12px;
	text-align: right;
}

#navig a {
	color: white;
	padding: 10px;
	text-decoration: none;
}

#navig a:hover {
	color: #DDDDFF;
}