/*
	fds_ecran.css
*/

/* -------------------------------
	Balises Générales
    ------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
}
	
body {
	background: #F1EFE2;
	text-align: center; /* correction bug IE pour centrage bloc_page  */
}
h1, h2, a {
	color: #FF6600;
}
h1 {
	text-align: center;
	font-size: 1em;
	padding: 15px 20px 10px 5px;
}
h2 {
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	margin: 10px 40px;
}
p {
	font-size: 0.8em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
}

/* -------------------------------
	    Conteneurs
    ------------------------------- */
#page {
	width: 827px;
	margin: 0 auto; /* centrage du bloc dans body */
}
#title {
	position: relative;
	background: url(img/header.png) no-repeat;
	height: 244px;
}
#ad {
	position: absolute;
	top: 51px;
	right: 29px;
	width: 468px;
	height: 60px;
}
#menu {
	position: absolute;
	left: 222px;
	top: 197px;
	width: 578px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
#menu a {
	text-decoration: none;
	color: black; 
}
#menu a:hover {
	text-decoration: none;
	color: red; 
}
table#menu {
	margin-left:50px;
	margin-right:50px;
	color: black; 
	text-align: right;
}

#lng {
	position: absolute;
	left: 81px;
	top: 199px;
}

ul#bloc_home, ul#bloc_menu {
	position: absolute;
	text-transform: uppercase;
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	
}
ul#bloc_home {
	bottom: 10px;
	right: 70px;
	width: 160px;
}
#bloc_lng {
	position: absolute;
	top: 170px;
	right: 40px;
	width: 100px;
	height: 60px;
}
#content {
	background: url(img/img_contenu.jpg) repeat-y;
	position: relative;
	text-align: left; 
}
#footer {
	background: url(img/img_pied.jpg) no-repeat;
}

ul#bloc_menu {
	background: url(img/img_menu.jpg) no-repeat top right;
	top: 0;
	right: 0;
	width: 210px;
	height: 175px;
}

#bloc_menu li {
	margin: 19px 70px 0 0;
}

#start {
	padding: 3px 200px 0px 50px;
}
#start td {
	font-size: 0.8em;
}

/* -------------------------------
	Styles Conteneurs
    ------------------------------- */
#bloc_home a, #bloc_menu a {
	color: black;
	
}
#bloc_home a:hover, #bloc_menu a:hover {
	color:#FF6600;
	text-decoration: none;	
}
#bloc_home a:hover {
	color: #FFCC00;
}

#content p {
	position: relative;
	text-align: left; /* alignement normal a gauche */
}
ul#contenu {
	text-align: left; /* alignement normal a gauche */
	margin: 3px 0px 0px 30px;
	font-size: 0.8em;
	
	/*list-style-image:url(img/puce.jpg);*/
	
}
ul#contenu li {
	margin: 0 200px 0 50px;
}
#footer p {
	line-height: 75px;
	text-align: right;
	margin-right: 50px;
	font-size: 0.8em;
}

#content1 {
	position: absolute;
	left: 35px; 
	top: 0;
	right: 0;
	width: 50px;
}

#content2 {
	position: relative;
	left: 220px; 
	top: 0;
	right: 0;
	width: 400px;
}

#popup1 {
	position: absolute;
	left: 630px; 
	top: 50px;
	right: 0;
	width: 170px;
	height: 176px; 
}

#popup2 {
	position: absolute;
	left: 630px; 
	top: 250px;
	right: 0;
	width: 170px;
	height: 176px; 
}

#popup_title {
	font-size:11px;
	font-weight:bold;
	color:#FE9900; 
}

#popup_content {
	font-size:11px;
	color:#787878; 
}
#popup_content ul {
	list-style-type: none; 
	margin: 5px 10px 5px 5px; 
}
#popup_content a {
	color: #787878;
}

/* -------------------------------
	  Autres Styles
    ------------------------------- */
img#accueil {
	position: relative;
	float: left;
}
table#view, table#retouch, table#edit {
	width:600px;
	position: relative;
	border:0;
	padding: 0;
	margin: 0;
}
table#view{
	margin-right: 100px;
}
table#retouch{
	margin-left:50px;
	margin-right:50px;
}
table#edit{
	margin-left:100px;
}
.justify{
	text-align:justify;
}
