/* ELEMENTS COMMUNS */

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
    
img.png, .png, input.png {
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/interface/transparent.gif");
	border:0;
}

.droite {
	text-align:right;
}

span#dial-addfav {
	cursor:				pointer;
	text-decoration:	underline;
}

div#dialog-addfav {
	display:			none;
}

p.change-page {
	text-align:			right;
	margin-top:			20px;
	padding-right:		32px;
}

/* FIN ELEMENTS COMMUNS */

/* DIVISIONS GENERALES */

div#accueil {
	background-color: #000;
}

div#anim-bandeau {
	position:absolute;
	margin-left:540px;
}

div#principale {
	float:left;
	width: 630px;
	min-height:616px;
	background: url(images/interface/corps-fond-bas.png) no-repeat 100% 100%;
	overflow: hidden;
	padding: 0;
}

div#menudroite {
	float: left;
	width: 166px;
	height: 350px;
	margin-left: 10px;
	font-size: 11px;
}

div#corps {
	width: 630px;
	min-height: 220px;
	background: url(cadres-encadrement/images/fond-description-categorie.png) no-repeat center 0px;
	padding: 0;
	float: left; 
}

html>body div#corps {
	height: auto;
	min-height: 220px;
}

ul#menu-bas {
	font-size: 12px;
	width: 600px;
	margin: 0 auto;
}

div.accu {
	margin-top: 150px;
}

ul#menu-bas li {
	display: inline;
}

body#laccueil {
	text-align: center;
	margin: 0 auto;
	width: 800px;
}

#laccueil .acc {
	position: absolute;
	margin:	640px auto 0;
	width: 800px;
	text-align: center;
	font-size: 14px;
}

.pacc {
	position:	absolute;
	margin-top:	680px;
	width: 800px;
}

#texte-accueil h1 {
	font-size: 13px;
}

#texte-accueil a {
	text-decoration: none;
}

/* FIN DIVISIONS GENERALES */

div#texte-accueil {
	text-align:			center;
	width: 				800px;
	margin: 			0 auto;
}

div#anim-accueil {
	width: 				800px;
	height: 			600px;
	overflow: 			hidden;
	margin: 			0 auto;
}

div#menu-flash {
	width: 				180px;
	/*height: 			356px;*/
	overflow: 			hidden;
	padding-left:		7px;
	float: 				left;
	margin-top: 		9px;
}

div#newsletter {
	background: 		#727272 url(images/interface/fond-newsletter.png) right bottom no-repeat;
	margin-top: 		20px;
	width:				180px;
	height:				96px;
	text-align:			center;
}

div#newsletter h4 {
	height: 			28px;
	padding-top:		4px;
	padding-left: 		32px;
	text-align:			left;
}

div#partenaires {
	background: 		#727272 url(cadres-encadrement/images/fond-contenu-sous-rubrique.png) -9px bottom no-repeat;
	margin-bottom: 		20px;
	width: 				180px;
	position:			relative;
	margin-top: 		20px;
	z-index:			20;
}

div#partenaires h4 {
	background: 		url(cadres-encadrement/images/fond-titre-recherche.png) top left no-repeat;
	height: 			28px;
	padding-top:		4px;
	padding-left: 		32px;
	font-size:			13px;
}

p.fond-form-box {
	height: 			28px;
	padding: 			0;
	margin-left: 		-6px;
}

div#outil-cadre {
	background: url(images/interface/outilcadre-fond.png) no-repeat 0% 0%;
	width: 396px;
	height: 332px;
	overflow: hidden;
	float: left;
}

div#flashinfo-conteneur {
	width: 146px;
	height: 323px;
	float: left;
}

div#flashinfo-header {
	
	background: url(images/interface/flashinfo-header.png) no-repeat 0% 0%;
	width: 262px;
	height: 53px;
}

div#flashinfo-gauche {
	background: url(images/interface/flashinfo-bord-gauche.png) no-repeat 0% 0%;
	width: 25px;
	height: 237px;
	float: left;
}

div#flashinfo-contenu {
	background: url(images/interface/flashinfo-fond.png) no-repeat 0% 0%;
	width: 211px;
	height: 237px;
	float: left;
}

div#flashinfo-droite {
	background: url(images/interface/flashinfo-bord-droite.png) no-repeat 0% 0%;
	width: 26px;
	height: 237px;
	float: left;
}

div#flashinfo-footer {
	width: 				262px;
	height: 			33px;
}

div#titre-informations, div#titre-flash-infos {
	width: 132px;
	height: 24px;
	padding-top: 4px;
	padding-left: 34px;
	font-weight: bold;
	background:	url(images/interface/fond-titre-flash-infos.png) no-repeat;
}

div#informations {
	padding: 			5px;
	font-size: 			11px;
	background: 		#727272 url(images/interface/fond-contenu-flash-infos.png) no-repeat bottom;
	width:				156px;
	overflow:			hidden;
	text-align: 		center;
}

div#flash-infos {
	padding: 			5px;
	font-size: 			11px;
	background: 		#727272 url(images/interface/fond-contenu-flash-infos.png) no-repeat bottom;
	width:				156px;
	height:				492px;
	overflow:			hidden;
}

div.news-container {
	width:				156px;
	height:				420px;
	overflow:			hidden;
}

.news-container ul {
	width:				156px;
	margin:				0;
	padding:			0;
}

p.titre-flash {
	color: 				white;
	font-weight:		bold;
}

div.bas-flashinfos {
	width:				156px;
	overflow:			hidden;
}

table.table-tableau {
	border:				1px solid white;
	margin:				0 auto;
}

table.table-tableau td {
	border:				1px solid white;
	margin:				0 auto;
	padding:			2px;
}


/* CONTENU MODULES */

#titre_dynamique {
    background: white;
    text-align: center;
    color: #003D8F;
    font-size: 13px;
    font-weight: bold;
    margin-left: 36px;
    margin-bottom: 20px;
}

#conteneur-corps {
	width:				579px;
	padding: 			0 5px 0 36px;
	overflow: 			hidden;
	font-family: 		"Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
/* FIN CONTENU MODULES */

/* CONTACT */ 
div.captcha {
	text-align:center;
	background-color: #ddd;
	width:350px;
	height: 25px;
	padding-top:10px;
	margin: 0px 0 25px 100px;
	color:#B53637;
	font-size:14px;
	font-weight: bold;
}

/* FIN CONTACT */

/* TEXTE DEFILANT */
.Info {
	font-family: Arial, Helvetica, sans-serif;
}

.Info a, .Info a:hover {

}

.ejs_scroll {
	font-family: Verdana;
	text-decoration: none;
}

.ejs_scroll:hover {
	font-family: Verdana;
	text-decoration: none;
}
/* FIN TEXTE DEFILANT */

.lettrine {
	font-size:2em;
}

.titre-corps {
	color: 				white;
	margin-left: 		-30px;
	padding-top: 		10px;
	padding-left: 		120px;
	height: 			58px;
}

/* Bordures Images */
.img-head, .t-l, .t-r,
.img-foot, .b-l, .b-r { line-height: 0; font-size: 0; height: 10px; }

.img-contain { background: url(images/interface/img-m-r.gif) right repeat-y; }
.img-border, .img-border-left, .img-border-right { padding: 0 10px; background: url(images/interface/img-m-l.gif) left repeat-y; }
.img-head { background: url(images/interface/img-t-c.gif) repeat-x; }
.t-l { float: left; width: 10px; background: url(images/interface/img-t-l.gif) no-repeat; }
.t-r { float: right; width: 10px; background: url(images/interface/img-t-r.gif) no-repeat; }
.img-foot { background: url(images/interface/img-b-c.gif) repeat-x; }
.b-l { float: left; width: 10px; background: url(images/interface/img-b-l.gif) no-repeat; }
.b-r { float: right; width: 10px; background: url(images/interface/img-b-r.gif) no-repeat; }

.img-contain img { display: block; } // Needs to be set in XHTML 1.0 Strict


/* BORDURES */
div.bordureImgCadre {
	background-color:	#999;
	padding:			1px;
	border:				1px solid #fff;
}

.bordureImg {
	border:				2px solid #fff;
	margin:				2px;
}

/* FIN BORDURES */

