/* Start of CMSMS style sheet 'wafac-2-colonnes : css form + newsletter' */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#m3moduleform_1 p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

#m3moduleform_1 label{
/*font-weight: bold;*/
float: left;
margin-left: 15px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#m3moduleform_1 div,#m3moduleform_1 .required,#m3moduleform_1 .submit {margin-bottom:10px;}

#m3moduleform_1 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#m6email {width: 150px;}

#m3moduleform_1 textarea #m3fbrp__85 {
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*.newsletter input {width: 150px;}*/


#m4email, #m5email {width: 150px;}


.lecalendrier {margin:0 0 3px 0;}

.lecalendrier a {font-size:14.6px; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-weight: bold;}

div.news {
/* margin for the entire div surrounding the news items */
	margin: 10px 0 10px 0;
/* border set here */
	border: 0px solid #909799;
/* sets it off from surroundings */
	background: #FFE386;
width: 225px;
}


div.news .neiii {float:left;}

div.news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0;
/* margin to the bottom of the news article summary */
	margin: 0 ;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */

}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
div .home-callouts div #NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
width: 440px;
}

div .home-callouts div #NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;width: 440px;
}

div .home-callouts div #NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;width: 440px;
}

div .home-callouts div #NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
width: 440px;
}

div .home-callouts div #NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;width: 440px;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'wafac-2-colonnes : css form + newsletter' */

