body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #EEE;
	color:#444;
	
}
pre, .text_plain {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:#222;
	margin-left: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
input,table,select {
	font-size: 9pt;
}

#page {
	/*background-image: url('images/filmstrip-bg2.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: 0 fixed;*/
	background-color: white;
}
#main {
	margin-bottom:30px;
}
a {
	text-decoration: none;
	color: #8C6B58;
}
a:hover {
	text-decoration: underline;
}

.container_12 .grid_8 {
	margin:0;
	width:670px;
}
.container_12 .grid_1 {
    width: 30px;
}
.button a {
    background-color: #BBB;
    color: white;
    font-size: 12pt;
    font-weight:500;
    margin: 5px 0px;
    padding: 3px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}
.button a:hover {
	background-color: #999;
	text-decoration: none;
}
@font-face {
    font-family: 'OSPDIN';
    src: url('fonts/OSP-DIN-webfont.eot');
    src: url('fonts/OSP-DIN-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OSP-DIN-webfont.woff') format('woff'),
         url('fonts/OSP-DIN-webfont.ttf') format('truetype'),
         url('fonts/OSP-DIN-webfont.svg#OSPDIN') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	color: #3B3B3B;
    font-family: OSPDIN;
    font-size: 36pt;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-weight: normal;
}
h2 {
	line-height: 100%;
	color: #454545;
    font-family: OSPDIN;
    font-size: 18pt;
    font-weight: normal;
}

#titleBlock{
	margin: 30px 0 5px;
}
#logo {
	float: right;
}
@media only screen and (max-device-width: 1100px) {
  #logo img {
    width:200px;
  }
}
/* style des boutons */

input.form-submit{
	background-color: #BBB;
    color: white;
    font-size: 12pt;
    font-weight:500;
    margin: 5px 5px;
    padding: 1px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}
input.form-submit:hover{
	background-color: #999;
}
input.form-text, select, textarea {
	border:1px solid #DDD;
	background-color: #EEE;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
}

/* style de la barre de boutons d'actions */
.primary-tabs {
	margin-bottom: 10px;
}
.primary-tabs li {
	padding:0;
	margin-right: 10px;
	margin-bottom: 5px;
	
}
.primary-tabs a { 
	padding:2px 5px;
	text-decoration: none;
	color: #333;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #EEE;
}
.primary-tabs a:hover {
	background-color: #CCC;
	text-decoration: none;
	color:white;
	border-radius: 3px;
}
/* style header */
#header {
	height: 30px;
	width: 100%;
	background-image: url('images/header-bg.jpg');
}
/* style block de gauche */
#left {
	width:240px;
	margin:20px 0;
}
/* Bloc de connection � gauche */
.block-user {
    float: right;
    margin-top: 87px;
    text-align: left;;
    width: 140px;
}
.block-user h2 {
	color: #8C6B58;
    font-size: 16pt;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.block-user #user-login-form {
	text-align: right;
}
.block-user #user-login-form .form-text {
	width:130px;
	padding:4px;
}
.block-user .form-item {
	margin-bottom: 10px;
    text-align: left;
}
.block-user #edit-submit {
	margin-top: 10px;
}
.block-user #user-login-form .item-list .first {
	display: none;
}
.block-user #user-login-form .item-list .last {
	margin-top: 20px;
	font-size: 8pt;
	font-style: italic;
}

.block-menu {
    float: right;
    margin-top: 87px;
    text-align: left;;
    width: 140px;
}
.block-menu h2 {
	color: #8C6B58;
    font-size: 16pt;
    margin-bottom: 8px;
}


/* Bloc Nos dernieres annonces */ 
#block-modulecineaste-0 {
	width: 100%;
	/*background-color: #f3eae2;*/
	background-color: #EEE;
	padding:10px 15px;
	margin:10px 0 ;
	min-height: 200px;
	border: 1px solid #E5E5E5;
	background-image: linear-gradient(bottom, #EAEAEA 0%, #EEE 100%);
background-image: -o-linear-gradient(bottom, #EAEAEA 0%, #EEE 100%);
background-image: -moz-linear-gradient(bottom, #EAEAEA 0%, #EEE 100%);
background-image: -webkit-linear-gradient(bottom, #EAEAEA 0%, #EEE 100%);
background-image: -ms-linear-gradient(bottom, #EAEAEA 0%, #EEE 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #EAEAEA),
	color-stop(1, #EEE)
);
}
#block-modulecineaste-0 h2 {
	text-shadow: 1px 1px white;
	font-size: 22pt;
    font-weight: 200;
    margin-bottom: 5px;
}
#block-modulecineaste-0 img {
	margin:10px;
}
#block-modulecineaste-0 li {
	color: #111111;
    line-height: 15px;
    list-style-type: square;
    margin-left: 13px;
    text-transform: uppercase;
}

/*.annonce-content fieldset {
	display:none;
}*/	
.annonce-content input.form-text, .form-select, .form-textarea, .form-option{
	margin-bottom: 15px;
}
#edit-submit {
	margin-top: 20px;
}
#contact-mail-page input.form-text, select, textarea{
	margin-bottom: 15px;
}

.annonce-content .node-form .standard p {
	display: none;
}
.annonce-content .node-form .tips {
	font-style: italic;
	font-size: 8pt;
}

.captcha {
	margin-top: 20px;
}
.captcha .description {
	display:none;
}
.annonce-content .node-form #edit-submit {
	margin-top: 0;
}
#edit-captcha-response-wrapper label {
	display: inline;
}
/***** EDITION DES ANNONCES *******/
.node-type-reponse-annonce .primary-tabs li:nth-child(2){
    display: none;
}
.bloc-annonce {
	border:1px solid #CCC;
	padding:5px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #DDD,#F8F8F8);
}
.buttonBar {
	width:100%;
	
}
.titleAnnonce {
	color:#111;
	font-size: 11pt;
	font-weight: bold;
    width: 90%;
    border:1px solid transparent;
    padding:2px;  
}
.titleAnnonceFocus {
	color:#111;
	font-size: 11pt;
	font-weight: bold;
    width: 90%;
    background-color: white;
    padding:2px;
    border:1px solid #AAA;
}
.suite {
	margin-top: 5px;
}
.annonceBody {
	background-color: white;
	border:1px solid #AAA;
	padding:3px;
	margin: 10px 0;
	font-size: 10pt;
	display:none;
}
.divContent{
	color: #000;
	border:1px solid #DDD;
	padding:3px;
	margin: 10px 0;
	font-size: 10pt;
	background-color: #F8F8F8;
}
.divContent .surligne {
	background-color: #FFFF00;
    font-weight: bold;
    padding: 2px 0;
}
.divTitle{
	color:#111;
	font-weight: bold;
	width: 85%;
	border:1px solid transparent;
	padding:2px;
	margin:0px;
        display: inline-block;
        box-sizing: border-box;
}
.divTitle .surligne {
	background-color: #FFFF00;
	font-weight: bold;
	padding: 2px 0;
        box-sizing: border-box;
}
.userPostCounter {
        display: inline-block;
        box-sizing: border-box;
        width: 15%;
        color: white;
        font-weight: bold;
        text-align: right;
}
.userPostCounter .counter{
        display: inline-block;
        box-sizing: border-box;
        background-color: #B5530D;
        padding: 0 5px;
        border: none;
        color: white;
        font: 12px arial, sans-serif;
	cursor: pointer;
}
.userPostCounter .invisible,
.annonceState1 .userPostCounter,
.annonceState2 .userPostCounter{
    display: none;
}
.counter .icone{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: text-top;
}
.counter .icone.lettre{
    background-image: url(/sites/default/themes/cineaste/lettre.png);
}
.counter .icone.periode{
    background-image: url(/sites/default/themes/cineaste/14jours.png);
}
.annonceTitle {
	background-color: white;
	border:1px solid #AAA;
	padding:3px;
	margin: 10px 0;
	font-size: 10pt;
	display:none;
}
.bloc-annonce input,table,select {
	margin:0;
}
.bloc-annonce .button{
	padding: 2px 15px;
	color:white;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0;
	background-color: #B5B5B5;
    background-image: -moz-linear-gradient(center top , #BBB, #B5B5B5);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    cursor:pointer;

}
.bloc-annonce .validate{
	background-color: #40c82e;
    background-image: -moz-linear-gradient(center top , #61d752, #40c82e);
}
.bloc-annonce .reject{
	background-color: #D14836;
    background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
}
.bloc-annonce .publish{
	background-color: #6d5344;
    background-image: -moz-linear-gradient(center top , #584337, #6d5344);
}

.annonceState0 {
	background-color: #EEE;
}
.annonceState0 .suite {
	display: block;
}
.annonceState0 .reloadButton {
	display:none;
}
.annonceState1 {
	background-color: #C0F8CE;
    background-image: -moz-linear-gradient(center top , #A1F7A2, #C0F8CE);
}
.annonceState1 .suite {
	display: none;
}
.annonceState1 .reloadButton {
	display:block;
}
.annonceState2 {
	background-color: #D14836;
    background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
}
.annonceState2 .suite {
	display: none;
}
.annonceState2 .reloadButton {
	display:block;
}
.bloc-categorie {
margin-bottom: 30px;

}
.bloc-categorie h2 {
	background-color: #A68471;
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 5px;
}
.reloadButton {
	float:right;
	width:20px;
	height:20px;
	background-image: url('images/reload.png');
	background-repeat: no-repeat;
	cursor:pointer;
	display:none;
}
.contentGestionLettre {
	margin: 10px;
	line-height: 30px;
}
#edit-preview {
	display:none;
}

.view-gestionutilisateurs input.form-submit{
	font-size: 10pt;
}

.view-gestionutilisateurs #edit-actions a {
	    background-color: #BBB;
    color: white;
    font-size: 10pt;
    font-weight: 500;
    margin: 5px 5px;
    padding: 4px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.view-gestionutilisateurs #edit-actions a:hover {
    background-color: #999;
    text-decoration: none;
}

.view-gestionutilisateurs .views-bulk-operations-form .fieldset-title {
	display: none;
}

.view-gestionutilisateurs .views-bulk-operations-table {
	background-color: #EEE;
	border: 1px solid gray;
}
.view-mes-messages-types
{
	width: 100%;
}
.view-mes-fichiers-types
{
width: 100%;	
}
.view-gestionutilisateurs td, th, 
.view-mes-messages-types td, th,
.view-mes-fichiers-types td, th,
.view-mesannonces td, th{
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #CCC;
}
.view-gestionutilisateurs th,
.view-mes-messages-types th,
.view-mes-fichiers-types th,
.view-mesannonces th{
	background-color: #A68471;
	color:white;
	text-align: left;
}
.view-gestionutilisateurs .select {
	width:100px;
}
.view-gestionutilisateurs select {
	margin:0;
	background-color: #A68471;
	color:white;
	width: 80%;
}
.profile dt {
	color: #888888;
    float: left;
    font-weight: bold;
    width: 150px;
}
.profile h3 {
	color: #8C6B58;
	margin-bottom: 10px;
	padding: 2px 0px ;
	font-size: 14pt;
	font-weight: normal;
}
.profile dl {
	background-color: #EEE;
	padding: 3px;
	margin-bottom: 20px;
}

#edit-field-fichier-joint {
    float: left;
    width: 47%;
    border-right: solid 1px #ddd;
    padding-right: 2%;
}
#edit-field-fichiers-attaches {
    float: left;
    width: 48%;
    padding-left: 2%;
}
select#edit-field-fichiers-attaches-und {
    width: 100%;
}
#edit-field-fichier-joint-und-ajax-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
}
.fieldset-title {
	font-weight: bold;
}
.title-file-joined{
	font-size: 14pt;
    color: #8C6B58;
    padding: 2px 0 5px 0px;
    display: block;
    text-align: center;
}
#edit-field-fichier-joint-und-ajax-wrapper legend,
#edit-field-fichiers-attaches-und-wrapper label
{
	width:100%;
	border-bottom:solid 1px #ddd;
}
#edit-field-fichiers-attaches-und-wrapper label{
	margin-bottom:1em;
}
#edit-field-fichier-joint-und-0-upload-wrapper label{
	display: none;
}
#edit-field-fichier-joint-und-0-upload-wrapper{
	margin: 4px 0 6px;
}
.fieldset-content {
	margin-bottom: 20px;
}
#edit-field-copie-par-mail {
    clear: both;
}
#edit-field-copie-par-mail-und-wrapper {
    padding-top: 10px;
}
#edit-field-copie-par-mail-und-wrapper label {
    float: left;
    margin-right: 5px;
}

@media only screen and (max-device-width: 1024px) {
  #logo img {
    width:200px;
  }
  #left {
  	width:200px;
  }	
  .container_12 .grid_8 {
	width:710px;
  }
}

/*page "nouveau mot passe cr��" */
#node-67 {
	height: 400px;
}

.block-system {
    float: right;
    margin-top: 87px;
    text-align: left;;
    width: 140px;
}
.block-system h2 {
	color: #8C6B58;
    font-size: 16pt;
    margin-bottom: 8px;
}


#block-system-main {
	width: 100%;
	float:none;
	margin-top: 0px;
}
.region.region-content {
	display: flex !important;
	flex-wrap: wrap-reverse !important;
}

#block-system-main .bloc-categorie.bloc-annonce h2,
#block-system-main .bloc-categorie h2 {
	color:white;
}

.filter-guidelines {
	display: none;
}

.form-select {
	width: 52%;
}

#edit-field-destinataire-email-und-0-value,
#edit-field-expediteur-email-und-0-value {
	text-indent: 100%;
}

.password-suggestions {
	display: block;
	background: #fcc;
	color: #200;
	border: 1px solid #d77;
}

.password-strength-text {
	color: #e55;
}

.password-strength-title,
.password-confirm-title {
	display:none;
}

#edit-current-pass-wrapper{
	display: none;
}

#block-block-6, #block-block-7 {
	margin-top: 10px;
	margin-bottom: 30px;
}

#block-block-6 h2, #block-block-7 h2
{
	display:none;
}

#block-block-6 a, #block-block-7 a
 {
	background-color: #BBB;
	color: white;
	font-size: 12pt;
	font-weight: 500;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
}

#block-block-6 a:hover, #block-block-7 a:hover {
	background-color: #999;
	text-decoration: none;
}

#edit-cancel {
    background-color: #BBB;
    color: white;
    font-size: 12pt;
    font-weight: 500;
    margin: 5px 5px;
    padding: 3px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


#edit-cancel:hover {
    background-color: #999;
    text-decoration: none;
}

.form-item-profile-donateur {
    display: none;
}
