@charset "UTF-8";

/*	
Theme Name: ACEF de l'Est de Montréal
Description: Thème de l'ACEF de l'Est de Montréal
Version: 1.0
Author: Isabelle Gélinas
Author URI: http://www.studio1683.com
*/

/*#37301d ->brun*/
/*#ffcc00 ->jaune*/
/*#ff6600 ->orange*/
/*#b01839 ->fuschia*/

html {
	background: url(images/bg.png) repeat;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 800px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #37301d;
	background-color:#FFFFFF;
	margin-bottom: 5px;
}

body a { 
	color: #37301d;
	text-decoration: underline;	
}

body a:hover { 
	color: #FF6600;
	text-decoration: none;	
}


h6 {
	font-size:  14px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#header {
	background-image: url(images/entete.jpg);
	height: 169px;
	text-align: left;
	border: 1px solid #37301d;
}

#header img {
	top: 0;
	right: 0;
	border: none;
}

#content {
	clear: both;
	background: url(images/separateur.gif) repeat-x;

}

#prefooter {
	background: url(images/separateur.gif) repeat-x;
	height: 8px;
}

#footer {
	background: url(images/menubg.gif) repeat-x;
	color: #ffffff;
	padding: 4px 10px;
	font-size: 11px;
	text-align: center;
}

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

#footer a:hover {
	text-decoration: overline;
}

/* sidebar */

#left-content {
	float: left;
	width: 225px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.caseTitre {
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.caseContenu {
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 24px;
}


.widget  {
	
	list-style-type: none;
}

.widget_text {
}

.textwidget {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;
}

.textwidget b{
	display: block;
}

.espace {
	margin: 10px 0px;
}

.caseContenu a {
	color: #000;
	text-decoration:underline;
}

.caseContenu a:hover {
	color: #fff;
}

.caseContenu table {
	border: none;
}

.centraide {
	width: 200px;
	margin: 0;
	padding-top: 60px;
	padding-left: 6px;

}

.centraide img {
	float: left;
}

.centraide p {
	float:left;
	font-size: 11px;
	text-align: center;
	width: 100px;
	padding-left: 12px;
	padding-top: 2px;
}

.bulletin {
	width: 200px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;

}

.bulletin img {
	float: left;
	padding-left: 10px;
}

.bulletin p {
	float:left;
	font-size: 11px;
	text-align: center;
	width: 110px;
	margin: 0;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 3px;
}


/* Agenda */

#agenda {
	background-color: #b01839;
	width: 200px;
	margin: 15px 0px;
	padding: 0px;
}

#agendatop { 
	background: url(images/agendane.gif) no-repeat top right; 
}

#agendatop div { 
	background: url(images/agendanw.gif) no-repeat top left; 
	height: 10px;
}

#agendabottom { 
	background: url(images/agendase.gif) no-repeat bottom right; 
}

#agendabottom div { 
	background: url(images/agendasw.gif) no-repeat bottom left; 
	height: 10px; 
}

#agendacontent {
	padding: 0px 10px 0px 10px;
	
}
#agendacontent li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	display: inline;
}
/* Recherche */

#recherche {
	background-color: #ffcc00;
	width: 200px;
}

#recherchetop { 
	background: url(images/searchne.gif) no-repeat top right; 
}

#recherchetop div {  
	background: url(images/searchnw.gif) no-repeat top left; 
	height: 10px;
}

#recherchebottom { 
	background: url(images/searchse.gif) no-repeat bottom right; 
}

#recherchebottom div { 
	background: url(images/searchsw.gif) no-repeat bottom left; 
	height: 10px; 
}

#recherchecontent {
	padding: 0px 12px 0px 10px;
}

#search {
z-index: 1;
    position: relative;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 9px;
}

#searchinput {
    background: #fff;
	width: 160px;
	height: 17px;
	margin-left: 3px;
    color: #000000;
   	border: 1px solid #37301d;    
}
 
#searchsubmit {
z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}

/* Contact */

#contact {
	background-color: #ff6600;
	width: 200px;
	margin: 15px 0px;
}

#contacttop { 
	background: url(images/contactne.gif) no-repeat top right; 
}

#contacttop div {  
	background: url(images/contactnw.gif) no-repeat top left; 
	height: 10px;
}

#contactbottom { 
	background: url(images/contactse.gif) no-repeat bottom right; 
}

#contactbottom div { 
	background: url(images/contactsw.gif) no-repeat bottom left; 
	height: 10px;
}

#contactcontent {
	padding: 0px 10px 0px 10px;
}

/* Contenu */

#right-content {
	float: left;
	width: 550px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.breadcrumb {
	padding: 0px 5px 15px 5px;
	font-size: 11px;
	color: #37301d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb a {
	color: #37301d;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}
	

/* Style des articles */

.post { 
	margin: 0;
	padding: 0 5px;
	color: #37301d;
}

.post_title { 
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #37301d solid;
}

.post_title a { 
	text-decoration: none;
}

.post_date { 
	margin: 0;
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;	
}

.post_content { 
	margin: 0;
	padding-left: 8px;
	font-size: 13px;
	text-align: justify;	
}

.post_content a { 
	color: #37301d;
	text-decoration: underline;	
}

.post_content a:hover { 
	color: #FF6600;
	text-decoration: none;	
}

.post_content img { 
	border: 1px solid #37301d; 
}

.post_content ul { 
	margin: 0;
	padding-left: 40px;
	padding-right: 25px;
}

.post_content li { 
	margin: 0;
	padding: 5px 0px;
}

.budget_tab {
	border-collapse: collapse;
	border: 1px solid  #37301d;
	margin-left: 30px;
}

.budget_tab input {
	width: 85px;
	margin-right: 3px;
	border: 1px solid #37301d;
}

.budget_tab select {
	width: 100px;
	margin-left: 14px;
}

.submit {
	margin-top: 20px;
	margin-left: 30px;
}


.budget_tab td {
	font-size: 12px;
	margin: 0;
	padding: 4px;
}

.titresection {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 26px;
}

.stitre {
	background-color: #37301d;
	color: #fff;
	margin: 0;
	text-align: center;
}

.budgdroit {
	text-align: right;
	
}

.budgdef {
	text-align: right;
	color: #CC3300;
}

/* Publication */

.publications {
	width: 450px;
	margin: 0;
	padding: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-bottom: 30px;
	font-size: 13px;
	background: url(images/separateur.gif) repeat-x bottom;

}

.pgtitre {
	font-size: 13px;
	padding: 10px;
	padding-top:0px;
	padding-left:0px;
	font-weight: bold;

}

.publications img {
	float:left;
	margin-right: 16px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.publications .ptitre {
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	margin-left: 135px;
} 

.publications .ptexte {
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-left: 135px;
	padding-bottom: 10px;
}

.publications .pprix {
	margin: 0;
	margin-left: 135px;
}

.table {
	border-collapse: collapse;
	border: 1px solid  #37301d;
	margin-left: 30px;
	margin-bottom: 35px;
}

.table tr {
	border: 1px solid #37301d;
}

.table td {
	border: 1px solid #37301d;
	padding: 6px;
	text-align: justify;
}

iframe {
	border: 1px solid #37301d;
	margin: 10px auto 0px 20px;
}

.plan {
	margin: 10px 0px 10px 20px;
}

#retour {
	clear:both;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 16px;
}

#retour a {
	font-size: 12px;
	text-decoration: underline;
}

#retour a:hover {
	font-size: 12px;
	text-decoration: none;
}

.erreur {
	font-size : 12px;
	margin-top: -1px;
}
