/* Style altermediation.com - http://www.pixelscarres.info - Fevrier 2007*/
html {
	font-size: 80%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding: 0;
	margin: 0;
}
a {
	font-size: 1em;
	text-decoration: underline;
	color: #333333;
}
a:hover {
	font-size: 1em;
	color: #006699;
	text-decoration: none;	
}
a:focus {
	border: 1px solid #999;
}
img {
	border: 0;
}
a img
{
	border: 0;
}

/*MENU*/
#menu {
	width: 20%;
	height: 700px;
	margin-right: 5px !important;
	margin-right: 2px;
	padding-top: 5px;
	padding-left: 5px;
	background: url(../images/menu.jpg) no-repeat right;
	float: left;
	margin-top: 5px;
}
#menu #current {
	border-bottom : 1px dashed #006699;
	color: #006699;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#menu li {
	padding-top: 10px;
	margin-top: 0.8em;
}
#menu a {
	font-size: 1em;
	color: #006699;
	text-decoration: none;
}
#menu a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #006699;
}

/* Formatage texte */
h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	color: #336699;
	margin: 0;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 1em;
	color: #336699;
}
.bleu {
	color: #336699;
	font-size: 1em;
	font-weight: bold;
}
.small {
	color: #333333;
	font-size: 0.8em;
}
.entete {
	width: 80%;
	height: 2.8em;
	background: url(../images/rond.gif) no-repeat left center;
	padding-top: 30px;
	padding-left: 15px;
	color: #336699;
	text-transform: uppercase;
	margin-bottom: 2px;
}
kbd {
	border: 1px solid #666;
}
.error {
	color: #ff1c00;
}

/* Blocs */
 #page {
	width: 70em;
	padding-left: 5px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
}
#contenu {
	width: 40em;
	margin-top: 50px;
	text-align: justify;
	float: left;
	padding-left: 5px;
	padding-bottom: 50px;
}
#contenu li {
	list-style-type: none;
	margin-bottom: 10px;
}
#message {
	width: 40em;
	height: 18em;
	background-image: url(../images/message.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	margin-bottom: 30px;
}
#result {
	width: 496px;
	height: 496px;
	background-image: url(../images/result.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.noscreen {
	display: none;
}

/* Les decos droite */
#deco1 {
	width: 130px;
	height: 436px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/1.jpg);
}
#deco2 {
	width: 130px;
	height: 436px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/2.jpg);
}
#deco3 {
	width: 130px;
	height: 436px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/3.jpg);
}
#deco4 {
	width: 130px;
	height: 436px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/4.jpg);
}
#deco5 {
	width: 130px;
	height: 436px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/5.jpg);
}
#deco6 {
	width: 130px;
	height: 444px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/contact.jpg);
}
#deco7 {
	width: 130px;
	height: 444px;
	margin-top: 10px;
	float: right;
	margin-left: 5px;
	background-image: url(../images/liens.jpg);
	background-repeat: no-repeat;
}
/* Clear */
.clear {
	clear: both;
}
/* Accessibilite */
#access {
	font-size: 0.8em;
	margin-left: 56em;
}
/* Top */
.top {
	font-size: 0.8em;
	text-align: right;
}
/* Pied de page */
#footer {
	width: 950px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;	
}
p.foot {
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
p.foot a {
	color: gray;
	text-decoration: none;
}
p.foot a:hover {
	text-decoration: underline overline;
}
