/* Start of CMSMS style sheet 'educateurs:general' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
background:#FFF;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #2BE9ff;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #FF0000;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #520000;

}
div#pagewrapper {
width:965px;
/* now that width is set this centers wrapper */
	margin: 0 auto;

	color: black;
}
/* top banner*/
div#top
{
	background: url(uploads/educateurs/educateurs_bandeau.png) no-repeat left top;
	width:315px;
	height: 200px;
	font-size:12px;
	font-weight: bold;
	padding:80px 70px 20px 580px;
	color:#fff;
	line-height: 1.6em;
display:block;
float:left;


}

div#header {
	height:10 px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
}
div#header h1 a {
	/*background: url(uploads/educateurs/ciel.jpg) no-repeat left top;*/
	display: block;
	height: 10px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(uploads/educateurs/educateurs_bandeau.png) no-repeat left top;
}
div#header h2 {
	float: left;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 10px 65px 0px 5px;
	color: #f4f4f4;
}

div#header h2 a
{
color:#fff;
text-decoration: none;
display:block;
float:left;
}

div#header h2 a:hover
{
text-decoration: none;
}
div.breadcrumbs {
	padding: 0em 0em 0.5em 1em;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 350px;
	text-align: right;
	padding: 20px 5px 2px 0;
	margin: 0;
color:#fff;
}

input.search-button {
	border: 0;
	width: 100px;
	height: 20px;
	margin-left: 5px;
	padding: 0px 15px 2px 15px;
	cursor: pointer;
	
color:#345B00;
}


div#content {
	margin: 0pc;
	padding: 0px;
        background: url(uploads/images/une_generale/general.jpg) repeat-y 0 0;
        display:block;
       float:left;
       width:965px;
       color:#FFD;
}
div#content2
{
	background: url(uploads/educateurs/educateurs_content.png) repeat-y 0 0;
display:block;
float:left;
width:965px;
}

div.back1 {
width:690px;
	padding: 38px 10px 10px 10px;
display:block;
float:left;

}

div#main {
	padding: 10px 15px;

}
div#sidebar {
	width: 235px;
	margin: 0px;
	padding: 0 10px 0 10px ;
display:block;
float:left;
}


div#contentend
{
width:965px;
height:24px;
display:block;
float:left;
	background: #FFF url(uploads/educateurs/educateurs_endcontent.png);
}

div#footer {
	padding: 0;
color:#520000;
	background: #92DE2A url(uploads/educateurs/educateurs_menu.png) no-repeat 0 0;
	clear: both;
width:965px;
height:35px;
float:left;
text-align:center;
display:block;


}
div#footer p {
width:965px;
	font-size: 0.8em;
	padding: 0;
	text-align: center;
	margin: 6px 0 0 0;
color:#520000;
vertical-align:middle;
text-align:center;
height:26px;
display:block;
float:left;

}

div#footer p965px a {
	color: #FFF000;
}

div#footer img
{
vertical-align:middle;
display:inline;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #FFF;
	font-size: 18px;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #FFB66A;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #520000;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #520000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #520000;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;    <!--[if lte IE 6]>
    <style type="text/css">
    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}
    </style>
    <![endif]-->
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;background: url(uploads/educateurs/educateurs_content.png) no-repeat 0 0;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #FEFF8A;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
    <!--[if lte IE 6]>
    <style type="text/css">
    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}
    </style>
    <![endif]-->
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;    <!--[if lte IE 6]>
    <style type="text/css">
    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}
    </style>
    <![endif]-->
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}    <!--[if lte IE 6]>
    <style type="text/css">
    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}
    </style>
    <![endif]-->
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;background: url(uploads/educateurs/educateurs_content.png) no-repeat 0 0;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

#col {
  column-count: 2;
}
/* END LISTS */
/* End of 'educateurs:general' */

