/* reset & règles par défaut */

html, body, div, p , form, label, table, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background: #fff;*/
	color: #EFEFEF;	
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	letter-spacing: normal;
	line-height: 1.4em;
	/*background-color:#F9F9F9;*/
		
	/*background-image:url(../img/fondecrajuillet2011.jpg);*/
	/*background-repeat:repeat-x;*/
	
	background-attachment:fixed;
	
	background-repeat:no-repeat;
	background-position:top center;
	/*background-repeat:no-repeat;
	background-position:top center;*/
	background:rgb(74,81,85);
}
div.bandeau{
	width: 100%;
	height:110px;
	background-color:#080808;
}
div.bandeau-left {
	float:left;
	width:27.2%;
	height:100%;
}
div.bandeau-right {
	float: left;
	width:72.8%;
	height:100%;
}

div.body-left {
	float:left;
	width:175px;
}
div.body-right {
	float: right;
	width:175px;
}
/**
 * DIV de l'accueil
 */
#accueil{
	width:680px;	
	/*height:400px;*/
}
#body-left {
	float:left;
	width:250px;
	height: 460px;
	border: 1px solid #FFF ; 
	padding-left : 5px;
}
#body-top-center{	
	float:left;
	width:179px;
	height: 320px;
	border: 1px solid #FFF ; 
	padding-left : 5px;
	/*padding-top: 5px;*/
}
#body-botton-center{	
	float:left;
	width:179px;
	height: 320px;
	border: 1px solid #FFF ; 
	padding-left : 5px;
	margin-top: 5px;
}
#body-right {
	float: right;
	width:250px;
	height: 460px;
	border: 1px solid #FFF; 
	padding-left : 5px;
}
#body-botton-left {
	float:left;
	width:50%;	
	width:250px;
	height:320px;
	border: 1px solid #FFF; 
	padding-left : 5px;
	margin-top: 5px;
}
#body-botton-right {
	float: right;
	/*width:50%;*/	
	width:250px;
	height:320px;
	border: 1px solid #FFF; 
	padding-left : 5px;
	margin-top: 5px;
}
#body-footer {
	float: right;
	width:100%;	
	width:693px;
	border: 1px solid #FFF; 
	padding-left : 5px;
	margin-top: 5px;
}
/**
 * 
 */
 
 /**
 * Layout elements
 */
 
 h2.h2Layout{
	 margin: 2px;
	 padding: 5px;	
 }
div.global {
	margin-left: auto;
	margin-right: auto;
	
	/*TAILLE DE LA VUE*/
	width:1000px;
}
div.global-left {
	margin-left: auto;
	margin-right: auto;
	width:700px;	
	float:left;
	text-align:left;
	padding-top: 30px;
	background-color:#080808;
}
div.global-right {
	margin-left: auto;
	margin-right: auto;
	width:300px;
	float: right;
}
div.identification_inscription {
	background-color:#080808;
}
div.newsletter {
	align: center;
	background-color:#080808;
}
div.publicite {
	align: center;
	background-color:#080808;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

img { border: 0; }

:focus { outline: 0; }

legend {
	padding: 3px 6px;
	font-size: 13px;
}

.clear {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	background: #fff;
}
/* tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border:none;
	/*border: 1px solid #aaa;*/
	padding: 3px 4px;
	text-align: center;
}
th {
	font-weight: bold;
	background-color: #f3f3f3;
	color: #585655;
	height: 28px;
	padding: 0 20px;
	text-align: left;
}
table caption {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
}


/* liens et boutons */

a {
	color: orange;
	padding: 2px;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration: underline;
	font-weight:bold;
}



/* bandeau */

/*h1 {
	margin: 0;
	padding: 0 0 0 70px;
	font-style: italic;
	font-size: 24px;
	line-height: 150px;
	height: 150px;
	font-weight: bold;
	color: #404040;
	border-bottom: 1px solid #000000;
	background: url('../img/bandeaucvbat.jpg') 2px 4px no-repeat;
	letter-spacing: 0px;
}

h1 #version {
	display: none;	
}
h1:hover #version {
	display: block;
	position: absolute;
	top: 2px;
	left: 70px;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 1px;
	color: #aaa;
}*/

/* menu */

/*.menu {
	position: relative;
	width: 1000px;
	height: 25px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-rigth: 1px solid #aaa;
}
.menu a {
	float: left;
	padding: 0;
	width: 165.5px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F85507;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #aaa;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	background-color: #008000;
	color: #FFF;
	text-decoration: none;
}

.menu .separator {
	position: relative;
	top: -1px;
	width: 1px;
	height: 29px;
	float: right;
	background: #aaa;
}*/
/***************************/
/* menu BAS

.menuBas {
	float: left;	
	position: relative;
	width: 1000px;
	height: 20px;
	border-top: 1.5px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-rigth: 1.5px solid #aaa;
}
.menuBas a {
	float: left;
	padding: 0;
	width: 199px;
	height: 20px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F85507;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #aaa;
	text-decoration: none;
}
.menuBas a:hover, .menu a:active {	
	background-color: #008000;
	color: #FFF;
	text-decoration: none;
}
.menuBas a.selected {
	background: url('../img/bg_invert.png') left bottom repeat-x;
	text-decoration: none;
}

.menuBas .separator {
	position: relative;
	top: -1px;
	width: 1px;
	height: 25px;
	float: right;
	background: #aaa;
}*/

/***************** CSS ABIDJANFARO.COM ****************/
p.titre_page
{
	text-indent: 5px;
	margin-bottom:15px;
	font-size:20px;
	color:#E5E5E5;
	margin-top: -15px;
}
p.titre_page_editer
{
	text-indent: 50px;
	margin-bottom:15px;
	font-size:20px;
	color:#E5E5E5;
	margin-top: -15px;
}
/*p.titre_page a:hover, a:active {
	text-decoration: underline;
	font-weight:bold;
	color:green;
}*/
table.page
{
	margin:auto;
}
table.page td
{
	border:none;
}
p.menu_page
{
	text-align:left;
	margin-top:10px;	
	font-size:15px
}
p.sous_menu
{
	text-align:left;	
}
p.input_page
{	
	text-align:left;
}
p.input_page_label
{	
	text-align:left;
}
input.input_submit
{
	margin-top:30px;
	width:333px;
	height:40px;
}
input.input_submit_editer
{
	margin-top:10px;
	width:270px;
	height:40px;
}
input.input_submit_demande_ami
{
	margin-top:5px;
	width:200px;
	height:30px;
}
input.input_submit_valider_image
{
	margin-top:5px;
	width:152px;
	height:30px;
}
p.bouton_retour
{
	text-indent:50px;
	font-weight:bold;
	margin-bottom:20px;
}
p.erreur
{
	text-indent:50px;
	color: red;
	font-weight:bold;	
	margin-bottom:10px;
}

p.success
{
	text-indent:50px;
	color: green;
	font-weight:bold;
}
div.page_left
{
	float:left;
	width:30%;
	text-indent:20px
}

div.page_right
{
	float:right;
	width:70%;
}

div.rubrique
{
	width:100%;
	height:120px;
}
div.rubrique_left
{
	float:left;
	width:30%;
}

div.rubrique_right
{
	float:right;
	width:70%;
	text-indent:15px;
}
div.rubrique_left_profil_user
{
	float:left;
	width:25%;
}

div.rubrique_right_profil_user
{
	float:right;
	width:75%;
	text-indent:10px;
}

div.rubrique_left_actualite
{
	float:right;
	width:100%;
}

img.rubrique_image
{
	width:150px;
	height:90px;
	border:2px solid #ffffff;	
}

img.rubrique_image_actualite
{
	width:450px;/*480*/
	height:270px;	
	border: 2px solid #FFF ; 
}

div.accueil_rubrique
{
	float:left;	
	width:20%;
}
div.accueil_rubrique_left
{
	float:left;
	width:50%;	
}
div.accueil_rubrique_right
{
	float:left;
	width:50%;
	/*text-indent:5px;
	margin-top:-5px;*/	
}
img.accueil_rubrique_image
{
	width:100px;
	height:60px;
	border:1px solid #ffffff;
}

div.accueil_rubrique_last_article
{
	float:left;
	width:45%;
	height: 110px;
	margin-left :5px;
	margin-right: 3px;
	
	margin-bottom: 20px;
}
/********** MESSAGERIE *************/

p.fenetre_message_up{
	background-color: #800000;
	font-weight:bold;
	font-size:11px;
	padding-left: 5px;
	width:400px;
}
p.fenetre_message_down{
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:11px;
	width:400px;
}

/**********************************/

img.image_rubrique_accueil{
	width:116.25px;
	height:60px;
	border:1px solid #ffffff;	
}

.titre_actualite{
	color:#0F0;
	font-size:20px;
	font-weight:bold;	
}

/**************PAGINATION***************************/
div.pagination a.active, div.pagination a.inactive {
	text-decoration: none;
}

div.pagination a.active {
	color:#FFFF04;
	font-weight:bold;	
	text-decoration:underline;
}

div.pagination a.inactive {
	color:#F9F9F9;
}

/****************promotion******************/
div.rubrique_promotion_musique {
	float:left;
	width:100%;
	margin-bottom: 5px;
	text-align:center;
	border:1px solid #ffffff;
}
div.promotion {
	align: center;
	background-color:#080808;
}
img.image_rubrique_promotion_musique{
	width:232.50px;
	height:120px;
	border:2px solid #ffffff;
}

/******************RESEAU******************/
.image_profil {
	 width: 330px;
	 height: 250px;	 
	 background: no-repeat center 15%;
}

.rubrique_voir_image_profil
{
	width:100%;
	height:300px;
}
.rubrique_image_profil {
	 width: 120px;
	 height: 90px;
	 background: no-repeat center 15%;
	 border: 2px solid #ffffff;
}

.rubrique_image_profil_admin {
	 width: 300px;
	 height: 225px;
	 background: no-repeat center 15%;
	 border: 2px solid #ffffff;
}
.rubrique_image_profil_menu {
	 width: 120px;
	 height: 90px;
	 background: no-repeat center 15%;
	 border: 2px solid #ffffff;
	 margin-left:20px;
}
.titre_menu_reseau{
	color:#0F0;
	font-size:15px;
	font-weight:bold;
}
.menu_network{
	border-right: 1px solid #FFFFFF;
	margin-right:20px;	
	
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*************************************************************/
div.rubrique_accueil
{
	float:left;
	height:54px;
	margin-right:5px;
	margin-bottom:25px;
}
div.rubrique_left_profil_user_accueil
{
	width:100%;
	margin-bottom:50px;
}
div.rubrique_image_profil_accueil
{
	 width: 72px;
	 height: 54px;
	 background: no-repeat center 15%;
	 border: 2px solid #ffffff;
}
div.rubrique_image_profil_accueil_haut
{
	 width: 106px;
	 height: 90px;
	 background: no-repeat center 15%;
	 border: 2px solid #ffffff;
}
div.rubrique_accueil_internautes
{
	float:left;
	height:95px;
	margin-right:5px;
	margin-bottom:25px;
}
/*********POPIN CONNEXION********************************************/
.my-popin {
	color:#000000;
	padding:10px;
	text-align:justify;
	text-indent:5px;
	background: #003;
	border-radius:1em;
	-moz-border-radius:1em;
}
.my-popin .popin-content {
	padding:10px;
}
.my-popin .popin-content p {
	padding:0;
	margin:0 0 1em;
}
