html {
	font-size:100%;
}

body {
	background-color:#F6F6F6;
	background-image:url(../img/ribs_advertising_agency_background.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	border:0 none;
	font-family:Arial,Verdana;
	font-size:12px;
	margin:0;
	color : #5d5c5c ;
}

a img {
	border : none ;
}

a {
	color : #f253aa ;
	text-decoration : none ;
}

a:hover {
	color : #bc1d74 ;
	text-decoration : underline ;
}

h1 {
	font-size : 13px ;
	font-weight : bold ;
	text-transform : uppercase ;
}

h2 {
	font-size : 11px ;
	font-weight : bold ;
	text-transform : uppercase ;
}

#logo_ribs {
	margin-bottom:20px;
	margin-top:20px;
	padding-left : 30px ;
}

#wrapper {
	width : 840px ;
	margin : 0 auto ;
}

#content_connexion {
	width : 200px ;
	margin : 0 auto ;
	margin-top : 50px ;
}

#global_content {
	float : left ;
}

#content {
	width : 550px ;
	margin-left : 30px ;
	float : left ;
}

fieldset {
	padding : 7px ;
}

fieldset#connexion {
	border : 1px solid #c2c2c2 ;
	color : #525252 ;
	background-color : #f7f7f7 ;
}

fieldset#connexion .label{
	display : block ;
}

legend {
	color : #525252 ;
}

#menu {
	background-image : url(../img/background_menu.jpg);
	width : 163px ;
	background-repeat : repeat-x ;
	margin-left : 25px ;
	float : left ;
	background-color : #ededed ;
	border : 1px solid #cecece;
}

#menu ul {
	margin-left : 0 ;
	padding-left : 6px ;
	padding-top : 5px ;
	margin-top:1px;
}

#menu ul li{
	list-style-type : none ;
	margin-left : 0 ;
	padding-left : 0 ;
	text-transform : uppercase ;
	font-size : 11px ;
	padding-top : 1px ;
}

#menu ul li a {
	color : #5d5c5c ;
}

#menu ul li a:hover{
	font-weight : bold ;
	text-decoration : none ;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom : 10px ;
}

table th{
	text-transform : uppercase ;
	background-color : #f7f7f7 ;
	border : 1px solid #cecece ;
	text-align : left ;
	padding-left : 5px ;
	padding-top : 5px ;
	padding-bottom : 5px ;
}

.xxl {
	width : 75% ;
}

td {
	border : 1px solid #cecece ;
	padding : 5px ;
}

tr {
	background-color : #f7f7f7 ;
}

tr.pair {
	background-color : #ffffff ;
}

#form_ajout_client fieldset, #form_ajout_pack fieldset, #form_ajout_tache fieldset, #form_ajout_heberg fieldset, #form_ajout_ref fieldset{
	background-color : #f7f7f7 ;
	border : 1px solid #c2c2c2 ;
	margin-bottom : 15px ;
}

#form_ajout_client fieldset div, #form_ajout_pack fieldset div, #form_ajout_tache fieldset div, #form_ajout_heberg fieldset div, #form_ajout_ref fieldset div{
	margin-bottom : 4px ;
	margin-top : 4px ;
}

#form_ajout_client legend, #form_ajout_pack legend, #form_ajout_tache legend, #form_ajout_heberg legend, #form_ajout_ref legend{
	font-weight : bold ;
}

span.label {
	float:left;
	margin-right:5px;
	text-align:left;
	width:200px;
}

span.error {
	color : red ;
	padding-left : 5px ;
}

p.div_error {
	color : red ;
}

p.errorTextarea {
	color : red ;
	margin-left : 205px ;
}

div.liste_packs {
	margin-bottom : 15px ;
	margin-top : 5px ;
}

a.h2 {
	display : block ;
}

.exemple {
	color : grey ;
	font-size : 10px ;
}

.forbidden {
	margin-left : 25px ;
	margin-top : 25px ;
}

#validation {
	background-color : #b4df5b ;
	border : 1px solid #8bb62f ;
	padding-left : 10px ;
	font-weight : bold ;
	color : #375000 ;
}

#validation_connexion {
	background-color : #b4df5b ;
	border : 1px solid #8bb62f ;
	padding-left : 10px ;
	font-weight : bold ;
	color : #375000 ;
	padding-right:10px;
	width:202px;
	margin-bottom : 15px ;
}	