/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: 1.25; 
	color: black;
	background-color: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	padding: .5em 0; 
	margin : 0;
	/*font-family:  Tahoma, Geneva, Kalimati, sans-serif;
	font-weight: normal; */
}
h1 {
	font-size: 1.8em; 
	/*background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-page.jpg') ;
	background-repeat: repeat-x;*/
	color : #674d29;
	font-weight: normal;
	
}
h2 {font-size: 1.1em;font-weight: normal;}
h3 {font-size: 1em;color : #674d29; line-height : 1.5em;}
h4 {font-size: 0.9em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 15px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em ;
}


/* Liens */
a {
	text-decoration: none;
	color : #d10220;
}
a:hover, a:focus {
	text-decoration: underline;
}
a img {
	border: none; 
}
/*********** propriété css styles content *************/
.align-right{text-align :right;}
.align-center{text-align : center;}
.align-left{text-align : left;}
.align-justify{text-align : justify;}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0;
}
#global {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 600px;
}

/* En-tête */
#entete {
	height: 89px;
	position: relative;
	background-color: #ebdcb1;
}
#entete-accueil {
	height: 375px;
	position: relative;
	background-color: #ebdcb1;
}
span.contact {
	position : absolute;
	top :0;
	right : 0;
	width : 123px;
	height: 38px;
	/*background-color :#e0c590;*/
}
span.contact a{
color : #fff;
font-weight : bold ;
font-size: 1.1em;
position : relative;
top : 10px;
left: 30px;
}

h2.presentation {
	position : absolute;
	left : 16px;
	color :#503215;
	font-size: 1.5em;
	font-weight : bold ;
}
h2.extraits {
	position : absolute;
	left : 324px;
	color :#503215;
	font-size: 1.5em;
	font-weight : bold ;
}
div.extrait  h3{
margin-top: 10px;
}
#titre {
background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-titre-presentation.jpg') ;
background-repeat: no-repeat;
height: 43px;
/*position: absolute;
top : 332px;*/
width :1000px;
}

/* Bloc central */
#centre {
	width: 1000px;
	overflow: hidden;
	background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-page.jpg') ;
	background-repeat: repeat-x;
 }
#centre-accueil{
	width: 100%;
	overflow: hidden;
	background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-page-accueil.jpg') ;
	background-repeat: repeat-x;
	height: 255px;
	position: absolute;
	top : 375px;
	margin :0;
}

/* Menu de navigation */
#navigation {
	margin:  15px 5px 0 0;
	padding: 0;
	width : 200px;
	float: right;
	/*height : 300px; corrige bug ie6 provoque bug ie8 !!*/
}
#navigation ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
}
 ul #niveau2 {
 padding: 0 0 0 15px;
 }
#navigation ul#niveau1 li {
font-size: 1.1em;
}
#navigation ul#niveau2 li {
font-size: 0.85em;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 5px ;
	line-height: 1.5;
	text-decoration: none;
	color : #674d29;
	border-bottom : 1px dotted #b68948;
}
#navigation  a:hover {
font-weight : bold;
background-color : #e0c590;
}
#navigation li.menu_actif {
background-color : #e0c590;
font-weight : bold;
}

/* Contenu principal */
#principal {
	float: left;
	width: 470px;
	padding:  10px 3px 0 ;
	
	/*border-left : 1px solid #e0c590;	
	background-color : #fff ;
	margin-top : 30px;overflow-y : scroll; */
	min-height : 400px;
	border-right : 1px solid #e0c590;
}


#centre-accueil #principal{
width : 660px;
border : none;
padding:0;
margin :0;
}
#centre-accueil #principal p {
margin :0;
padding : 0;
}
.extrait {
float: left;
width: 165px;
text-align : center;
}
/* Contenu gauche */
#centre-accueil #gauche{
/*float: left;*/
width: 292px;
height : 225px;
text-align : left;
background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-txt-presentation.jpg') ;
background-repeat: no-repeat;
margin: 0 0 0 16px;
font-size :1.2em;
padding :0 0 0 10px;
}
#centre-accueil #gauche p{
margin-left:14px;
}
#centre-accueil #gauche p.commande{
margin-top:32px;
}
#centre-accueil #gauche li{
margin-top:10px;
}
#gauche{
	float: left;
	width: 300px;
	margin: 40px 5px 0 5px;
	text-align : center;	
}
#gauche p{
margin-top : 12px;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
	background-color : #b68948 ;
	color : #fff;
	text-align : center ;
}
#pied-accueil {
position: absolute;
top : 610px;
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
	background-color : #b68948 ;
	color : #fff;
	text-align : center ;
	width :1000px;
}
#pied a ,#pied-accueil a{
color : #fff;
}
/* formulaire de contact */
fieldset.csc-mailform {
border: solid 1px #e0c590;
/*background-color: #fff;*/
position: relative;  
margin: 0 2px 10px 2px;  
  }
.csc-mailform-field  {
margin : 5px ;
clear:both;
font-weight : bold ;
}
.csc-mailform-field label  {
margin-right :10px;
width : 100px;
display : inline;
line-height: 2em;
float:left;
text-align: right;
font-weight : normal;

}
.csc-mailform-label {
display : none;
}

.csc-mailform-field input {
text-align: left;
line-height: 2em;
 }
.csc-mailform-field  input#mailformformtype_mail  {
text-align: center;
margin : 0 ;
line-height : 1em;
display : block;
position : relative;
left : 200px;
}
 
.csc-mailform-field textarea {
text-align: left;
 }
 
.csc-frame-frame1{
background-image: url('http://crdp.ac-besancon.fr/fileadmin/template/produits/toussaint/images/fond-en-classe.png') ;
background-repeat: no-repeat;
background-position: top center; 
padding: 10px 50px 20px 30px;

}
.csc-frame-frame1 h3{
margin : 20px 100px 30px 0;
font-size : 1.1em;
}

