/* CSS Document */

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#787677;
}

body{
	background-color: #FFFFFF;
	background-image: url(img/layout/body_back.gif);	
}

#site{
	position:absolute;
	width:960px;
	height:570px;
	left: 50%;
	top: 50%;
	margin-top: -285px;
	margin-left: -480px;
	background-image:url(img/layout/site_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	font-size:10px;
}

#logos{
	position:absolute;
	left:15px;
	top:15px;
	width:330px;
}

#luttons{
	position:absolute;
	right:22px;
	top:100px;
}

#logoigr{
	position:absolute;
	left:15px;
	top:95px;
}

#menutop{
	position:absolute;
	right:15px;
	top:30px;
	width:485px;
	height:60px;
}

#toolbar{
	position:absolute;
	right:15px;
	top:10px;
}

#menubottom{
	position:absolute;
	left:104px;
	bottom:25px;
	width:752px;
	height:63px;
}

#content{
	position:absolute;
	top:155px;
	left:20px;
	width:920px;
	height:322px;
	overflow:auto;
}

#reseauanim{
	position:absolute;
	top:120px;
	left:20px;
	width:920px;
}

input.textinput{
	width:239px;
	height:20px;
	background-image: url(img/layout/input_back.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	color:#000000;
}

.bigtext{
	font-size:1.5em;
	font-weight:bold;
}

p, li{
	padding-top:0.5em;
	padding-bottom:0.5em;
}

ul, ol{
	padding-left:1em;
	margin-left:3em;
}

.titreOrange{
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	color:#f8a63e;
}

#emailOK{
	height:150px;
	overflow:auto;
	color:#f8a63e;
}

#emailOK li, #emailOK ul{
	padding-left:0px;
	margin-left:0px;
}

#emailOK li{
	list-style:none;
	color:#f8a63e;
}

#emailNOK{
	height:150px;
	overflow:auto;
	color:#f8a63e;
}

#emailNOK li, #emailNOK ul{
	padding-left:0px;
	margin-left:0px;
}

#emailNOK li{
	list-style:none;
}
