/**
 * @author Planetux
 * @version 1.0
 * @package Full Administrable
 * @copyright (C) Administrable - 2008
 * Nom du fichier : style_admin.css
 * Modification   : 19/03/2009 12:00
 **/

*{
	margin:0;
	padding:0;
}

body, html{
	background:#666666 url(../images/repeat.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
}

#header{
	width:80%;
	height:150px;
	border:none;
	margin:0 auto;
}

#logo{
	float:left;
	width:332px;
	height:62px;
	background:url(../images/logo_planet.jpg) left top no-repeat;
}

#navigation_admin{
	float:right;
	width:650px;
	height:150px;
	font-weight:bold;
}

#form_connection{
	margin:120px auto 0 auto;
	text-align:center;
	padding:10px;
	width:360px;
	border:1px solid #44C8F8;
	background-color:#336184;
}
/*////////////////////////////////////// BOUTON DE RETOUR AU SITE CLIENT ////////////////////////////////////////////////////*/
#home{
	float:left;
	width:70px;
	height:140px;
	background:url(../images/home_img.gif) left top no-repeat;
	text-align:center;
	margin:5px;
	font-size:0.7em;
}

#home a.lien_h{
	text-decoration:none;
	color:#FFFFFF;
}

#home a.lien_h:hover{
	text-decoration:none;
	color:#FF9900;
}

#home:hover{
	background-color:#6C6C6C;
	color:#FFFFCC;
}

/*////////////////////////////////////// BOUTON DE CREATION ANNONCE ////////////////////////////////////////////////////*/
#creer{
	float:left;
	width:70px;
	height:140px;
	background:url(../images/creer_img.gif) left top no-repeat;
	text-align:center;
	margin:5px;
	font-size:0.7em;
}

#creer a.lien_c{
	text-decoration:none;
	color:#FFFFFF;
}

#creer a.lien_c:hover{
	text-decoration:none;
	color:#FF9900;
}

#creer:hover{
	background-color:#6C6C6C;
	color:#FFFFCC;
}


/*////////////////////////////////////// BOUTON DE MODIFICATION ANNONCE ////////////////////////////////////////////////////*/
#modif{
	float:left;
	width:70px;
	height:140px;
	background:url(../images/modif_img.gif) left top no-repeat;
	text-align:center;
	margin:5px;
	font-size:0.7em;
}

#modif a.lien_m{
	text-decoration:none;
	color:#FFFFFF;
}

#modif a.lien_m:hover{
	text-decoration:none;
	color:#FF9900;
}

#modif:hover{
	background-color:#6C6C6C;
	color:#FFFFCC;
}


/*////////////////////////////////////// BOUTON DE SUPPRESSION ANNONCE ////////////////////////////////////////////////////*/
#supp{
	float:left;
	width:70px;
	height:140px;
	background:url(../images/supp_img.gif) left top no-repeat;
	text-align:center;
	margin:5px;
	font-size:0.7em;
}

#supp a.lien_s{
	text-decoration:none;
	color:#FFFFFF;
}

#supp a.lien_s:hover{
	text-decoration:none;
	color:#FF9900;
}

#supp:hover{
	background-color:#6C6C6C;
	color:#FFFFCC;
}

/*////////////////////////////////////// BOUTON DE SUPPRESSION ANNONCE ////////////////////////////////////////////////////*/
#voir{
	float:left;
	width:70px;
	height:140px;
	background:url(../images/voir_img.gif) left top no-repeat;
	text-align:center;
	margin:5px;
	font-size:0.7em;
}

#voir a.lien_v{
	text-decoration:none;
	color:#FFFFFF;
}

#voir a.lien_v:hover{
	text-decoration:none;
	color:#FF9900;
}

#voir:hover{
	background-color:#6C6C6C;
	color:#FFFFCC;
}

#recap{
	font-family:Arial;
	font-size:10pt;
	width:240px;
	height:150px;
	float:right;
}

#recap a{
	color:#FFFFFF;
}

#recap a:hover{
	text-decoration:none;
	color:#FF9900;

}

/**Style du contenu**/
#pages{
	border:1px solid transparent;
	width:95%;
	margin:0 auto 0 auto;
}

#footer{
	text-align:center;
}
