@import url(module.reset.css);

/* Messages à l'utilisateur */
div.valid,div.erreur {
	font-size: 0.8em;
	padding: 1px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #000;
	color: #fff;
}

div.valid {
	background-color: #5784f4;
	border-color: #0c00ff;
}

div.erreur {
	background-color: #FF6F75;
	border-color: #8F080E;
}

/* Liens pour l'administration */
a.admin {
	text-decoration: none;
	font-weight: bold;
	color: #5784f4;
}

a.admin:hover {
	color: #0c00ff;
}

/* Conteneur général */
.conteneur_news {
	text-align: left;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div#conteneur_cadeaux,div#conteneur_soirees {
	text-align: left;
	width: 345px;
	float: left;
}

/* Conteneur des soirées */
div#conteneur_soirees {
	margin-right: 10px;
}

/* Conteneur des idées cadeaux */
div#conteneur_cadeaux {

}

/* Logo et photo de la news */
div.conteneur_news div.logo {
	float: left;
}

div.conteneur_news div.logo a img,div.conteneur_news div.photo a img {
	border: 1px solid #fff480;
}

div.conteneur_news div.logo a:hover img,div.conteneur_news div.photo a:hover img
	{
	border: 1px solid #c00;
}

/* Texte de la news */
.conteneur_news div.news div.texte {

}

.conteneur_news div.news div.texte strong {
	font-weight: bold;
}

.conteneur_news div.news div.texte a {
	text-decoration: none;
}

.conteneur_news div.news a:hover .lien {
	color: #d5d5d5;
}

/* ------------------------------------------------------------------------------------------------ */
body {
	font-family: Tahoma, Verdana, Arial;
}

hr {
	clear: both;
}

a {
	text-decoration: none;
}

.entete {
    background:#FFF;
}

.entete h1 {
    display:block;
    height:170px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: visible;
}
.entete h1 span {
	display: none;
}

.corps {
	background-image: url(../images/branches.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.corps_bis {
	background-color: #fff;
	/* background-image: url(../images/bg_2.jpg); */
	background-repeat: repeat-y;
	background-position: right top;
}

.conteneur_news {
	width: 700px;
	margin: 0 auto;
}

.news {
	background-image: url(../images/fond_cadre.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid blue;
}

.news h2,.news h3 {
	color: #C00;
	font-weight: bold;
}

.news h2 {
	padding-top: 10px;
	font-size: 1.4em;
	margin: 0 0 5px 65px;
	cursor: pointer;
}

.news h3 {
	margin: 0 0 5px 65px;
	font-size: 1em;
}

.slide {

}

.slide .logo {
	margin: 10px 12px 0 10px;
}

.slide .texte {
	margin-left: 65px;
	margin-right: 10px;
	font-size: 0.75em;
	line-height: 1.58em;
	background-color: #fff;
	border: solid #C00;
	border-width: 1px 1px 0 1px;
	padding: 9px 5px 5px 5px;
	/*
	width: 258px;
	overflow: hidden;
	*/
}
.slide .texte a {
	text-decoration: none;
	font-weight: bold;
	color: #AF0000;
}

.news .bas_texte {
	margin-left: 65px;
	margin-right: 10px;
	margin-bottom: 7px;
	background-color: #fff;
	border: solid #C00;
	border-width: 0 1px 1px 1px;
	padding: 3px 5px 2px 5px;
	text-align: right;
	cursor: pointer;
}

.news .bas_texte p.bas_texte_p {
	display: none;
}

.news a.lien {
	font-weight: bold;
	color: #C00;
	padding: 0 5px 5px 50px;
	display: block;
}

.news .photo {
	text-align: center;
}

.bas {
	border: 1px solid blue;
	height: 20px;
	background-color: #FFF;
	background-image: url(../images/fond_cadre_ferm.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.pied {
	height: 150px;
	background-image: url(../images/bande.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p.titre_colonne {
	font-style: italic;
	color: #CC0000;
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 0.85em;
}
