/* Penser ŕ remettre les adresses absolues pour la lettre du CRDP-Info */
body
{
	background-color: #ffffff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul li{
padding: 5px;
}


h1,h2,h3,h4,h5, h6{
	margin: 0;
	padding:0;
}

h1{
	font-size: 54px;
	font-weight: bold;
	/*color: #E8112D;*/
	color: #EF3E42;
}


.h1-lettre{
	margin-top: 10px;
}

h2{
	margin-top:0px; /* 12 */
	font-weight: bolder;
	/*color: #939408;
	color: #E8112D;*/
	color: #EF3E42;
	font-size: 20px;
}

h3{
	font-size: 15px;
	color: #939408;
}

.h3-lettre{
	font-size:14px;
}

/* INFO ------------------------------------------------------------------------------------------------------ */
h4,h6{
	color: #939408;
}

h4{
	font-size: 16px;
}

h5{
	color: #E8112D;
	font-size: 13px;
}

h6{
	font-size: 11px;
	font-weight:bold;
}

.info-sous-titre{
	font-size:11pt; 
	font-weight:normal;
}

.section-sous-titre{
	margin-left:50px; 
	margin-top:2px;
}

ul{
	padding:0;
	margin: 16px 0 0 0 ; /* 20 0 10 0 */
}

li{
	/*background: url(http://www.crdp.ac-creteil.fr/CRDP/accueil/CRDP-Info/img/rondrouge.jpg);*/
    background: url(../img/rondrouge.jpg);
	list-style-type: none;
	background-position: 10px 4px;
	background-repeat: no-repeat;
	padding-left: 50px;
}

div ul li{
	padding-left: 30px;
}

.fondOlive{
	padding: 3px;
	margin-left: 20px;
	background-color: #EEF0BF;
	font-size: 8pt;
	color:#877700;
}

.fondOlive a{
	color: #030;
}

.contactavecurl{
	padding-top: 5px;
}

.contact a{
	text-decoration: none;
}

.commentaire{
	padding: 3px 0 0 50px;
	font-size: 8pt;
	color: #E8112D;
	text-align: right;
}

.petitnoir{
	color:black;
	font-size:7pt;
	font-weight:bold;
}

.piedepage{
	margin: 15px 0 0 15px;
	padding: 5px;
	border: 1px solid olive;
	text-align: center;
	font-size: 8pt;
	color: olive;
}

.piedepage a{
	color: #E8112D;
}

.centres{
	padding-top: 5px;
	color: olive;
	font-weight: bold;
}

.centres a{
	font-weight:normal;
	text-decoration:none;
}

.centre{
	padding-top: 5px;
}
.centre a{
	font-weight:bold;
	text-decoration:underline;
	font-size: 18px;
}


/* SUPER-INFO ------------------------------------------------------------------------------------------------------ */

.superinfo {
 color: #003366;
}

#superinfo h4{
	color: #0099CC;
}

/* pour internet explorer qui ignore #superinfo ul li */
#superinfo li{
    background: url(../img/superondbleu.png);
	list-style-type: none;
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

/* nécessaire pour imprimer dans firefox */
#superinfo ul li{
    background: url(../img/superondbleu.png);
	list-style-type: none;
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

.fondBleu{
	padding: 3px;
	margin-left: 20px;
	background-color: #EAF5FF;
	font-size: 8pt;
	color: #005388;
}

.superbord{
	border-left: 1px ridge blue;
	border-bottom: 1px ridge #00008B; 
	margin-left: 15px; 
	/*width:625px;*/
}

.supercomment{
	padding: 3px 0 0 50px;
	font-size: 8pt;
	color: #1199E8;
	text-align: right;
}

.fondBleu a:hover, .supercomment a:hover{
	color: Navy;
}

/* SOUS-INFO ------------------------------------------------------------------------------------------------------ */

ul.sous-info{
	padding:0;
	margin: 0;
}

ul.sous-info li{
	/*background: url(http://www.crdp.ac-creteil.fr/CRDP/accueil/CRDP-Info/img/rondrouge.jpg);*/
    background: url(../img/fleche.png);
	list-style-type: none;
	background-position: 10px 4px;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 30px;
}

.sous-info-sous-titre{
	font-size:10pt; 
	font-weight:normal;
}

ul.menugauche {
	padding:0;
	margin: 0;
}

ul.menugauche li{
	/* background: url(http://www.crdp.ac-creteil.fr/CRDP/accueil/CRDP-Info/img/petitrondrouge.gif); */
	background: url(../img/petitrondrouge.gif);
	list-style-type: none;
	background-position: 10px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul.prn li{
	background: none;
	list-style-type: none;
	padding-left: 10px;
}

p{
	margin: 5px 0 5px 20px;
	line-height: 15px;
	text-align: justify;
	font-size:10pt;
}

a{
	color:black;
}

.bord{
	border-left: 1px ridge red;
	border-bottom: 1px ridge red; 
	margin-left: 15px;
	width:625px;
}


@media screen{
	.prnacrobat {
		color: #999999;
		font-size: 7pt;
	}

	.titre{
		padding-left:10px; 
	}

	.titre-lettre{
		padding-left:235px; 
	}
}

@media print{
	.prnacrobat {
		display: none;
	}

	.titre{		
		text-align:right;
	}

	.titre-lettre{
		text-align:right;
	}
}






