body {
	background-color:#F1F1EB;
	margin:0;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
}
img {
	border:0;
}
a, a:focus, a:active {
	color:#F15A24;
}
a:hover {
	color:#D13A04;
	text-decoration:none;
}
h1 {
	margin-left:0;
}

div.mascotMain {
  padding:20px 0 0 40px;
}

#container {
	width:950px;
	margin:0 auto;
	padding:0;
	border:2px solid #574C48;
}
#header {
	width:950px; height:236px;
	background:url('../images/header.jpg') no-repeat 0 0;
}
#content {
	width:950px;
	background:#333333 url('../images/bg.jpg') repeat-x 0 0;
}
#sidebar {
	float:left;
	width:230px;
}
#right {
	float:right;
	width:675px;
	margin-right:20px;
}
#text {
	padding:10px;
	background-color:#FFFFFF;
	border:2px solid black;
	border-bottom:none;
}
#footer {
	border-top:10px solid #333333;
	background-color:#574C48;
	padding:2px 0;
}
#footerContent {
	text-align:center;
}
#footerContent a {
	color:white;
}

/* Formulaire */
input[type=button], input[type=submit] {
    background:url('../images/btnformn.png') no-repeat 0 0;
    border:none;
    color:white;
    width:80px;
    height:24px;
    cursor:pointer;
    padding-bottom:5px;
}
input[type=button]:hover, input[type=submit]:hover {
    background:url('../images/btnforms.png') no-repeat 0 0;
}

input.big {
    background:url('../images/btnformlongn.png') no-repeat 0 0;
    width:100px;
}
input.big:hover {
    background:url('../images/btnformlongs.png') no-repeat 0 0;
}


/* Erreur */
div.error {
    font-weight:bold;
    color:red;
}

/* Carte */
.welcomeMessage {
	width:190px;
	padding-top:50px;
	float:left;
}

/* La recherche */
.searchContainer {
}
#search {
    margin: 0 auto;
    width:120px;height:22px;
	background:url('../images/search.png') no-repeat 0 0;
}
.search {
    margin:3px 0 0 4px;
    width:96px;
    border:none;
    height:13px;
    font-size:0.95em;
    float:left;
}
.searchButton {
    float:right;
    width:16px;
    height:22px;
	background:url('../images/search.png') no-repeat right 0;
}
.searchButton:hover {
	background:url('../images/searchButtono.png') no-repeat right 0;
	cursor:pointer;
}

/* FdA */
#breadcrumb, #breadcrumb a {
	margin:2px 0;
	color:white;
}

/* Actualités */
#sidebar .news {
	margin-left:20px;
}
#sidebar .news .newsTitle {
	color: black; font-size: 1.3em; font-weight: bold; text-align:center
}

#NewsContent {
	margin-top: 5px;
	color:white;
	width:200px !important;
	padding:3px;
	border-bottom:2px solid #F8E9EC;
	border-top:2px solid #F8E9EC;
}
#NewsContent a {
	font-size:1.1em;
	color:white;
}

/* Mon compte */
#user {
	margin:20px 0 0 20px;
	height:49px;
}

/* Logo */
div.logo {
	float: left;
	margin: 15px 0 0 18px;
}

/* Noms */
.company {
	float:left;
	margin:10px 0 0 30px;
	color: white;
}

.company .title span {
	font-size:26px; font-weight: bold
}
.company .description span {
	font-weight: bold; padding: 0
}

/* Page accueil */
div.welcomePicture img.company {
	margin:10px 0 0 0;
}
