body {
	margin				: 0;
	padding				: 0;
	background-color	: #ffffff;
	font				: normal 12px arial;
	color 				: #000000;
}

a {
	color	: #98ae25;	
}

form {
	margin	: 0;
	padding	: 0;
}

p {
	margin	: 0;
	padding	: 0;
}

span {
	margin	: 0;
	padding	: 0;
}

ul {
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

button {
	background		: #e6ebc2;
	color			: #000000;
	border			: 1px solid #98ae25;
	cursor			: pointer;
}


#conteneur {
	background	: #ffffff;
	position	: relative;
	width		: 1000px;
	top			: 0px;
	left		: 50%;
	margin-left	: -500px;
	padding		: 0px;
	border		: 1px solid #ececec;
}

#header {
	width	: 100%;
	background	: #f7f7f7;
}

#logo {
	text-align	: center;
	width		: 230px; 
	float		: left;
}

#logo p {
	padding	: 2px;
}
.mea{
	font-weight	: bold;
	font-size	: 14px;
}

#logo a {
	font-family	: arial black;
	font-size	: 18px;
	text-decoration	: none;	
}

#recherche {
	width		: 100%;
	height		: 30px;
	text-align	: center;
	font-weight	: bold;
	font-size	: 14px;
}


#bandeau1 {
	float			: left;
	position		: relative;
	padding-left	: 5px;
	width			: 150px;
}

#bandeau1 .titre {
	font-size	: 12px;
	font-weight	: bold;
	font-style	: italic;	
}

#bandeau1 ul {
	font-size	: 10px;
}



#contenu {
	position	: relative;
	min-height	: 150px; 
    border-left	: 1px solid #ececec;
}

#contenu .navig {
	text-align	: center;	
}
#contenu .navig a{
	padding-right : 50px;
	
}


#footer {
	height	: 20px;
	text-align	: center;	
}

#contenu .itemActu {
	padding-bottom	: 10px;
	border-bottom	: 1px solid #ececec;
	clear	: both;
	text-align	: justify;
}

#contenu .itemActu .parution {
	text-align	: right;
	font-style	: italic;
	padding-top	: 5px;	
	font-size	: 10px;
}

h2 {
	font-weight	: bold;
	font-size	: 16px;
	padding	: 0px;
	margin	: 10px 0px 5px 0px;
}

#contenu .itemActu  h3{
	font-weight	: bold;
	font-size	: 14px;
	padding	: 0px;
	margin	: 0px 0px 5px 0px;
}

#contenu  img {
	/* vertical-align	: top; */
	float	: left;
	padding-right : 2px;
}

#listing {
	padding-top	: 20px;
	clear	: both;	
}

.accessLink {
	text-align	: center;
	padding	: 10px;
	font-weight	: bold;
	font-size	: 14px;
}

form.genericForm legend {
	padding-left: 0;
}

form.genericForm fieldset {
	border	: none;
	margin	: 0px;
	padding	: 0px;
}

form.genericForm fieldset fieldset {
	background: none;
}

form.genericForm label span{
	display	: block;
	width: 350px;
}

form.genericForm fieldset p{
	padding: 0px 5px 7px 0px;
}

form.genericForm label.error {
	color: red;
	font-style: italic;
	margin-left:10px;
	display:block;
}

form.genericForm input[type="file"] + label.error {
	color: red;
	font-style: italic;
	margin-left:50px;
	display:inline;
}

form.genericForm input[type="submit"] {
	background		: #e6ebc2;
	color			: #000000;
	border			: 1px solid #98ae25;	
}

div.error {
	display: none;
}

input[type="text"], input[type="password"] {
	border: 1px solid #98ae25;
}

textarea {
	border: 1px solid #98ae25;
	width: 400px;
	height: 70px;
}

input:focus, textarea:focus {
	border: 1px dotted black;
}

input.error, textarea.error {
	border: 1px dotted red;
}

.action {
	width		: 100%;
	text-align	: center;	
	margin-top		: 10px;
}	



.css_right { 
	float: right; 
}

#listingMarques {
	width	: 750px;
		
}

#listingMarques span {
	padding	: 5px;	
}

.center {
	text-align : center;
}

.eltDiaporama {
	float	: left;
	margin	:	0px;
}

.infoON {
	position : relative;
	top:0px; 
	display:block;
	width:140px;
	height:auto;

}

.infoOFF {
	display		: none;
	position	: absolute;
}

.clear {
	clear	: both;
}

#inlineElement {
	display	: none;
}


body {
padding-top : 60px;
}


#navbar_search {
	background-color : #ffffff;
	border-bottom : 1px solid #ececec;
	margin-bottom : 0px;
	min-height : 30px;
	padding-top : 10px;
	
}