/* @group Défaut */

html, body {
	margin: 0;
	padding: 0;
}

html {
	background: #294f90 url(../images/design/fond.jpg) repeat;
	color: #666;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
}

body {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	line-height: 1em;
}

p, div, h1, h2, h3, h4, h5, ul, li, form {
	margin: 0;
	padding: 0;
}

h2 {
	/* Pour les dictées en ligne */
	font-size: 20px;
	line-height: 24px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

a:link, a:visited, a:active {
	color: #294f90;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background-color: transparent;
	border-left: 2px solid #ccc;
	margin: 4px 0 15px 4px;
	padding: 1px 8px 1px 12px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0; /* IE6 Hacks */
}

.hide {
	display: none;
}

.erreur {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* @end */


#content-right {
	float: right;
	clear: right;
	width: 220px;
	padding-top: 25px;
}


/* @group En-tête */

#header {
	height: 90px;
	clear: both;
}

#header h1 img {
	margin-left: 15px;
	margin-top: 30px;
}

#search {
	float: right;
	width: 330px;
	height: 90px;
	text-align: right;
	background: transparent url(../images/design/recherche_fond.gif) no-repeat left center;
	padding: 0;
	margin: 0;
}

#search-form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#search-input {
	float: left;
	width: 215px;
	height: 16px;
	padding: 0;
	margin-top: 38px;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent none repeat scroll 0 0;
	color: #666666;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-seri;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	border-style: none;
	outline: none;
}

#search-button {
	float: right;
	margin-bottom: 5px;
	margin-top: 33px;
	margin-right: 0;
}

#search-button a {
	float: left;
	width: 100px;
	height: 25px;
	background: url(../images/design/recherche_bouton.gif) no-repeat;
}

#search-button a:hover {
	background-position: 0 -25px;
}

#search-advanced {
	float: right;
	clear: both;
	color: white;
	margin-right: 4px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

#search-advanced a {
	color: white;
	white-space: nowrap;
}

/* @end */

/* @group Slider */

#slider {
    position:relative;
    width:760px;
    height:300px;
    background:url(../js/nivo-slider/loading.gif) no-repeat 50% 50%;
	margin-bottom: 30px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	bottom: 25px;
	left: 5px;
	z-index: 10;
}
.nivo-controlNav a {
	display:block;
	width: 18px;
	height:18px;
	background: url(../js/nivo-slider/bullets.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../js/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* @end */

/* @group Wrapper */

#wrapper {
	clear: both;
	background: white url(../images/design/separateur.png) repeat-y 540px;
	margin-bottom: 40px;
}

/* @end */

/* @group Breadcrumb */

.breadcrumb {
	width: 100%;
	height: 18px;
	background: url(../images/design/breadcrumb_fond.gif) no-repeat center 100%;
	font-size: 11px;
	margin: 10px 0;
	padding-bottom: 10px;
}

.breadcrumb li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	height: 12px;
	overflow: hidden;
}

.breadcrumb li a {
	display: inline-block;
	background: transparent url(../images/design/breadcrumb_separateur.gif) no-repeat scroll 100% 2px;
	padding: 0 8px 0 0;
}



/* @end */

/* @group Bande droite */

.rightbox {
	float: right;
	clear: both;
	width: 170px;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 0 25px 25px;
}

/* @group Sous-menu */

.sous-menu {
	background: #f2f2f2 url(../images/design/case_droite_bas.gif) no-repeat left bottom;
}

.sous-menu .subsous-menu {
	background: transparent url(../images/design/case_droite_haut.gif) no-repeat left top;
	font-size: 12px;
	padding: 10px;
	text-align: left;
}

/*.sous-menu ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

.sous-menu ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid silver;
	list-style-type: none;
}

.sous-menu ul li:last-child {
	border: none;
}

.sous-menu ul li ul {
	visibility: hidden;
	height: 0;
}

.sous-menu ul li ul li {
	visibility: hidden;
	height: 0;
}*/

ul.sousmenu, ul.sousmenu ul {
	list-style-type:none;
}

ul.sousmenu a {
	display: block;
	text-decoration: none;	
}

ul.sousmenu li {
	margin-top: 1px;
	border-bottom: 1px solid silver;
}

ul.sousmenu li a {
	padding: 5px;
}

ul.sousmenu li a:hover {
	background: #dbdedd;
	border-left: 2px solid #294f90;
	padding-left: 3px;
	text-decoration: none;
}

ul.sousmenu li ul li {
	border: none;
}

ul.sousmenu li ul li a {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

ul.sousmenu li ul li a:hover {
	background: #dbdedd;
	padding-left: 13px;
	border-left: 2px solid #294f90;
}

/* @end */

/* @group Bescherelle */

.bescherelle {
	text-align: center;
}

/* @end */

/* @group Icones */

#icone {
	text-align: left;
}

#icone .bloc {
	float: left;
	width: 50px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

#icone .bloc p {
	font-size: 9px;
	line-height: 11px;
	margin-top: 5px;
}

/* @end */

/* @group Actualités */

#actu {
	float: right;
	width: 170px;
	font-size: 12px;
	margin: 0;
	padding: 0 25px 25px;
}

#actu #subactu {
	padding: 10px;
}

#actu h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #2a2a2a;
	text-align: left;
}

#actu ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#actu ul li {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/design/puce.gif);
	text-align: left;
}

#actu h5 {
	margin: 0;
	padding: 15px 0 2px 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
}

#actu p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}

#actu p.actu_voir {
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
}

/* @end */

/* @group Infolettre */

#infolettre {
	float: right;
	width: 170px;
	font-size: 12px;
	margin: 0;
	padding: 0 25px 25px;
}

#infolettre h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #2a2a2a;
}

#infolettre p {
	margin: 0;
	padding: 0;
	line-height: 12px;
	font-size: 11px;
}

#infolettre_form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#infolettre_form label{
	float: left;
	display: block;
	width: 55px;
	text-align: right;
	padding-top: 8px;
	clear: left;
	font-size: 11px;
}

#infolettre_form input{
	float: left;
	font-size: 12px;
	padding: 2px;
	border: 1px solid silver;
	width: 86px;
	margin: 5px 0 0 5px;
}

#infolettre_form button{
	clear: both;
	margin-left: 15px;
	width: 125px;
	height: 31px;
	background: transparent url(../images/design/bouton.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	overflow: visible;
	cursor: pointer;
	margin-top: 10px;
}

#infolettre p.voir {
	margin: 0;
	padding: 15px 0 10px 0;
	line-height: 15px;
	text-align: right;
}

#infolettre .desabonnement:link,
#infolettre .desabonnement:visited, 
#infolettre .desabonnement:active {
	color: gray;
	text-decoration: none;
	outline: 0;
	margin-top: 10px;
	display: inline-block;
}

#infolettre .desabonnement:hover {
	color: black;
	text-decoration: none;
	outline: 0;
	margin-top: 10px;
	display: inline-block;
}



/* @end */

/* @end */

/* @group Accueil */

.selection_accueil {
	float: left;
	width: 140px;
	height: 290px;
	text-align: left;
	padding-top: 10px;
	overflow: hidden;
}

.selection_accueil img {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

.selection_accueil .secteur {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.selection_accueil .titre {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: 16px;
	font-weight: bold;
}

.selection_accueil .auteurs {
	font-style: italic;
}

.selection_accueil .auteurs a {
	display: inline;
}

.selection_accueil .image {
	text-align: center;
	padding-bottom: 10px;
	height: 170px;
}

.selection_accueil .image .ombre {
	background: url(../images/design/ombre.png) no-repeat center bottom;
	padding-bottom: 10px;
}

.selection_accueil_boite_0 {
	padding-right: 10px;
}
.selection_accueil_boite_1 {
	background: url(../images/design/separateur_2.png) repeat-y left top;
	padding-left: 20px;
	padding-right: 10px;
}

.selection_accueil_boite_2 {
	background: url(../images/design/separateur_2.png) repeat-y left top;
	padding-left: 20px;
}

.selection_accueil_boite_3,
.selection_accueil_boite_6 {
	padding-right: 10px;
}

.selection_accueil_boite_4,
.selection_accueil_boite_7 {
	background: url(../images/design/separateur_2.png) repeat-y left top;
	padding-left: 20px;
	padding-right: 10px;
}

.selection_accueil_boite_5,
.selection_accueil_boite_8 {
	background: url(../images/design/separateur_2.png) repeat-y left top;
	padding-left: 20px;
}

.selection_accueil .infos {
	height: 85px;
}

/* @end */

/* @group Actualités */

.actualites {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/design/breadcrumb_fond.gif) no-repeat center 100%;
}

.actualites .gauche {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 11px;
}

.actualites .droite {
	float: right;
	width: 300px;
}

.actualites_titre {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	line-height: 22px;
}

.actualites .gauche-seul {
	visibility: hidden;
}

/* @end */

/* @group Prix littéraires OK */

.prix_litteraire {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/design/breadcrumb_fond.gif) no-repeat center 100%;
}

.prix_litteraire .annee {
	font-size: 20px;
	padding: 0;
	margin-bottom: 20px;
}

.prix_litteraire .nom {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

/* @end */

/* @group Sélection (nouveautés) OK */

.selection {
	width: 235px; 
	float: left; 
	margin: 0 0 10px;
	height: 260px;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 10px;
	background: url(../images/design/breadcrumb_fond.gif) no-repeat center 100%;
}

.selection .titre {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.selection .auteurs {
	margin: 0 0 10px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	width: 245px;
	display: block;
}

.selection .auteurs a {
	display: inline;
}

.selection .a_paraitre {
	float: right;
	color: green;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.selection .epuise {
	float: right;
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
}

.selection .image {
	float: left;
	margin: 0;
	padding: 0 10px 10px;
	background: url(../images/design/ombre.png) no-repeat center bottom;
}

.selection img {
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

.selection .resume {
	width: 110px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
}

.selection .suite {
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
}

/* @end */

/* @group Recherche */

.recherche {
	color: gray;
	border: 1px solid silver;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

.recherche strong {
	color: black;
}

.recherche .champ {
	display: block;
}

.resultat {
	margin-top: 12px;
	color: #c70b21;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}


.recherchea {
	width: 490px;
}

#rechercheav fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#rechercheav label{
	float: left;
	display: block;
	width: 115px;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	clear: both;
}

#rechercheav input{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid silver;
	width: 265px;
	margin: 2px 0 20px 10px;
}

#rechercheav .sublabel{
	float: left;
	text-align: right;
	display: block;
	padding-top: 8px;
	margin: 0 0 20px 10px;
}

#rechercheav .selecter{
	float: left;
	margin: 5px 0 15px 10px;
}

#rechercheav .radiodot{
	float: left;
	margin: 8px 0 12px 10px;
	width: 19px;
	border: 0;
}

* html #rechercheav .radiodot{
	margin: 5px 0 15px 10px;
}

#rechercheav button{
	clear: both;
	margin-left: 130px;
	width: 125px;
	height: 31px;
	background: transparent url(../images/design/bouton.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-style: none;
	overflow: visible;
	cursor: pointer;
}

/* @end */

/* @group Pagination */

.pagination {
	float: left;
	margin-top: 10px;
	clear: left;
	width: 490px;
}

.pagination-link {
	float: left;
}

.pagination-link-current {
	float: left;
	background-color: #bbb;
	margin: 4px;
	padding: 4px 6px;
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #bbb;
	text-decoration: none;
	color: #666;
}

.pagination-link a {
	float: left;
	background-color: #f3f3f3;
	margin: 4px;
	padding: 4px 6px;
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #dbdbdb;
	text-decoration: none;
	color: #666;
}

.pagination-link a:hover {
	background-color: gray;
	color: white;
	border-color: gray;
}

.pagination-link.current {
	background-color: gray;
	color: white;
	border-color: gray;
}

/* @end */

/* @group Page infolettre */

#infolettre-form #form {
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid silver;
	margin-top: 10px;
	width: 330px;
}

#infolettre-form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#infolettre-form #form label{
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	clear: left;
	width: 75px;
}

#infolettre-form #form input{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid silver;
	width: 179px;
	margin: 2px 0 20px 10px;
}

#infolettre-form #form button{
	clear: both;
	margin-left: 85px;
	width: 125px;
	height: 31px;
	background: transparent url(../images/design/bouton.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-style: none;
	overflow: visible;
	cursor: pointer;
}

.infolettre-liste {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
	padding: 0;
}

.infolettre-liste .bloc {
	padding: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group Liste */

.catalogue,
.auteurs,
.collections {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 16px;
	margin-right: 10px;
	padding: 0;
}

.catalogue a,
.auteurs a,
.collections a {
	display: block;
	padding: 0;
}

.catalogue .bloc_lettre,
.auteurs .bloc_lettre,
.collections .bloc_lettre {
	padding: 10px 20px 20px 0;
}

.catalogue .lettre,
.auteurs .lettre,
.collections .lettre {
	display: block;
	font-size: 28px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Fiche auteur */

.auteur,
.intervenant,
.collection {
	background-color: #f3f3f3;
	padding: 20px;
	line-height: 16px;
}

.auteur .gauche,
.intervenant .gauche,
.collection .gauche {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 11px;
	margin-right: 15px;
}

.auteur .droite,
.intervenant .droite,
.collection .droite {
	float: right;
	width: 335px;
	line-height: 16px;
}

.auteur ul,
.intervenant ul,
.collection ul {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.auteur ul li,
.intervenant ul li,
.collection ul li {
	padding-left: 5px;
	padding-bottom: 3px;
}

/* @end */

/* @group Fiche ouvrage */

.ouvrage {
	padding: 0;
	margin-bottom: 20px;
	line-height: 18px;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}

.ouvrage .gauche {
	float: left;
	width: 170px;
	font-size: 9px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

.ouvrage .gauche .ombre_150 {
	background: url(../images/design/ombre_150.png) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.ouvrage .gauche .auteurs_photos {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.ouvrage .droite {
	float: right;
	width: 295px;
}

.ouvrage.liste .gauche{
	width: 65px;
}

.ouvrage .gauche-seul {
	visibility: hidden;
}

.ouvrage.liste .droite{
	width: 370px;
}

.ouvrage .titre {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: black;
}

.ouvrage .a_paraitre {
	float: right;
	color: green;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.ouvrage .epuise {
	float: right;
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
}

.ouvrage .revise {
	font-weight: bold;
	padding: 0;
	display: inline-block;
	margin: 0 0 10px;
	color: green;
}

.ouvrage auteurs a {
	width: 252px;
	font-size: 10px;
	font-style: italic;
	display: inline;
}

.ouvrage ul {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.ouvrage ul li {
	padding-left: 5px;
	padding-bottom: 3px;
}

.ouvrage .flipbook-text {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background-color: silver;
	padding: 10px;
	margin-top: 20px;
}

.ouvrage .flipbook-text a {
	color: black;
}

.ouvrage .flipbook-alert {
	font-size: 11px;
	line-height: 13px;
	padding: 0 5px;
	margin-top: 10px;
	text-align: center;
	color: gray;
}

/* @end */

/* @group Extra */

#extra {
	margin-bottom: 40px;
}

#extra .item {
	float: left;
	text-align: center;
}

#extra .one_third {
	width: 33%;
}

#extra .one_fourth {
	width: 25%;
}

#extra .title {
	color: white;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

#extra .image {
	margin-top: 25px;
}

/* @end */

/* @group Footer */

#footer {
	color: white;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 40px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 10px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: #94a7c7;
	text-decoration: underline;
}

#copyright {
	width: 100%;
	height: 40px;
	background-image: url(../images/design/menu_fond.png);
	font-size: 11px;
	line-height: 13px;
	color: white;
	margin-bottom: 20px;
}
#copyright a {
	color: white;
	text-decoration: underline;
}

#copyright a:hover {
	color: #84af82;
	text-decoration: underline;
}

#copyright p.left {
	margin-top: 15px;
	margin-left: 20px;
}
#copyright p.right {
	margin-top: 15px;
	margin-right: 20px;
}

/* @end */

/* @group Page Structure */

#content {
	float: left;
	clear: both;
	width: 490px;
	padding: 1px 25px 20px;
	color: #444;
	min-height: 500px;
}

#content-left p {
	margin-bottom: 10px;
	line-height: 16px;
}

#content-left ul {
	margin: 10px 0 10px 20px;
	line-height: 16px;
}

#content-left li {
	list-style-image: url(../images/design/puce.gif);
	line-height: 16px;
}

#content-left li a {
	display: inline;
}

#content h1 {
	color: black;
	font-size: 28px;
	line-height: 32px;
	margin-top: 20px;
	font-weight: bold;
}

#content h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content h3 {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
}

#content h4 {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
}

#content .date {
	color: #999;
	font-size: 12px;
}

#content .entries h3 {
	padding: 0;
}

#content .entries {
	padding: 0 0 30px 0;
}

#content .entries p {
	padding: 4px 0;
}

/* @end */

/* @group Contact */

#contact_adresse blockquote {
	border-style: none;
	margin: 0;
	padding: 0;
}

#contact_adresse {
	background-color: #e9ebea;
	margin: 0 0 10px;
	padding: 10px 10px 1px;
	width: 300px;
}

/* @end */
/* @group Dictées en ligne */

#content-left ul li p {
	padding: 0;
	margin: 0;
}

.dictee_titre {
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: underline;
	color: #294f90;
}

.dictee_contenu {
	background-color:#F4F4F8;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#sb-content.html {
	padding:20px;
	color: black;
	font-size: 12px;
	line-height: 18px;
	background: white;
}

#sb-content.html h2 {
	margin-bottom: 10px;
}

#sb-content.html p {
	margin-bottom: 10px;
}

/* @end */

/* @group Questions en ligne */

#questions_titre {
	width: 440px;
	padding: 5px;
	background-color: #e1e9f1;
	font-size: 14px;
	border-bottom: 1px solid #c1d1e0;
	border-top: 1px solid #c1d1e0;
}

#questions_consigne {
	width: 430px;
	padding: 10px 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #184986;
}

#questions_phrase {
	width: 430px;
	padding: 10px 10px 0px;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

#questions_choix {
	width: 430px;
	padding: 0;
	font-size: 12px;
	color: black;
}

#questions_choix ul li {
	list-style-image: none;
	padding-bottom: 5px;
}

#questions_choix .checkbox {
	display: inline-block;
	vertical-align: top;
	margin: 3px 20px 3px 3px;
}

#questions_choix .reponse_bloc {
	display: inline-block;
	width: 365px;
}

.succes {
	color: green;
	margin-left: 10px;
}

.echec {
	color: red;
	margin-left: 10px;
}

.hide {
	display: hidden;
}

#questions_reponse_titre {
	width: 430px;
	padding: 5px;
	background-color: #f1f2f2;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: black;
	display: none;
}

#questions_reponse {
	width: 430px;
	font-size: 12px;
	line-height: 16px;
	color: black;
	display: none;
	padding: 10px;
}

#questions_pagination {
	width: 430px;
	padding: 10px 10px 0px;
	font-size: 12px;
	border-top: 1px solid #cccccc;
}

#questions_suivante {
	float: right;
	padding: 5px;
	background-color: #294f90;
}

#questions_suivante a {
	color: white;
}

/* @group Final */

#questions_resultat_final {
	width: 430px;
	padding: 20px 10px;
	font-size: 24px;
	line-height: 26px;
	color: #184986;
	text-align: center;
}

#questions_recommencer {
	float: left;
	padding: 5px;
	background-color: #294f90;
}

#questions_recommencer a {
	color: white;
}

#questions_voir_autres {
	float: right;
	padding: 5px;
	background-color: #294f90;
}

#questions_voir_autres a {
	color: white;
}

/* @end */

/* @group Sondages */

#sondagesform {
	font-size: 11px;
}

#sondagesform fieldset {
	border: none;
	font-size: 11px;
	margin: 0 0 0 15px;
	padding: 0;
}

#sondagesform label {
	font-weight: bold;
}

#sondagesform input {
	padding: 0;
	margin: 5px 5px 0 0;
}

#sondagesform textarea {
	width: 250px;
	height: 49px;
	margin-top: 10px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	padding: 0;
}

#sondagesmessage .error_message {
	color: red;
	padding-left: 10px;
}

#sondagesmessage .error_message img {
	margin-right: 5px;
}

#sondagesmessage .success_message h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#sondagesmessage .success_message p {
	font-size: 12px;
}

#sondagesmessage .success_message p img {
	margin-right: 5px;
}

/* @end */

/* @group Liste des écoles */

.tableecoles {
	border-top:1px solid silver;
	border-left:1px solid silver;
}

.tableecoles td {
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:5px;
	line-height: 14px;
}

.tableecoles td.section {
	background-color: #f2f2f2;
	font-weight:bold;
}

/* @end */