@charset "iso-8859-1";
/* CSS Document */
html{height:100%;}
body{
	height:100%;
	margin:0;
	background-image:url(images/fond-site.jpg);
	background-repeat:repeat-x;
	background-color:#e5e5e5;
	font-family:Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
}

a img{
	border:none;
}

/* Style du texte */
a{
	color:#2d2d2d;	
}
a:hover{
	color:#dc2010;	
}

#contenu h1{
	border-bottom:1px solid #c12025;
	margin:10px 0px 15px 20px;
	font-size:16px;
	font-variant:small-caps;
	display:list-item;
 	list-style-image:url(images/puce-titres.gif);
}
#contenu h2{
	font-size:14px;
	color:#dc2010;
}
#contenu li{
	margin-bottom:10px;
	list-style-image:url(images/puce.gif);
}

/* Conteneur */
#conteneur{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	min-height:100%;
	font-variant:small-caps;
	font-weight:bold;
	color:#2d2d2d;
}

/* Entête */
#entete{
	height:128px;
	margin-right:20px;
	background-image:url(images/haut-colonne.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}
#logo{float:left;}
#bandeau{float:right;}

/* Colonne */
#colonne{
	float:right;
	width:202px;
	background-color:#cdcfd1;
	margin-right:20px;
	height:100%;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	text-align:center;
	padding-top:5px;
}
a#devis{
	display:block;
	background-color:#d61e11;
	border:3px solid white;
	height:21px;
	width:154px;
	margin:0 auto 10px auto;
	padding-bottom:3px;
	color:white;
	text-decoration:none;
	font-size:18px;
}
a#devis:hover{
	background-color:white;
	color:#d61e11;
	border:3px solid #d61e11;
}
a#plaquette{
	display:block;
	background-image:url(images/plaquette-edhec-junior-etudes.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:170px;
	text-decoration:none;
	color:#2d2d2d;
}
a#plaquette:hover{
	background-image:url(images/plaquette-edhec-junior-etudes2.jpg);
	color:#dc2010;
}
a#jce{
	text-decoration:none;
}
#contact{
	width:166px;
	background-color:#717477;
	height:285px;
	margin:0 auto;
	color:white;
	padding-top:5px;
}
#contact div{
	background-color:#a4a7ab;
	height:260px;
	margin-top:5px;
	font-variant:normal;
	font-size:12px;
	font-weight:normal;
	color:black;
}
#contact hr{
	margin:10px 30px;	
}
#contact h1{
	font-size:18px;
	margin:5px;
	padding-top:5px;
	color:#d61e11;
}

/* Menu */
#menu{
	height:36px;
	width:778px;
	padding-top:10px;
}
#menu a{
	display:block;
	text-decoration:none;
	color:#2d2d2d;
}
#menu a:hover{
	color:#dc2010;
	text-decoration:underline;
}
#menu a:first-letter{
	font-size:15px;
}
#menu a:first-letter,x:-moz-any-link,x:default{
    font-size:12px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	padding-right:20px;
	float:left;
	font-variant:normal;
	text-transform:uppercase;
	font-size:11px;
}
#menu a.actif, #menu li ul a.actif{
	color:#dc2010;
}
/* Style du sous-menu */
#menu li ul{
	background:#e5e5e5;
	display:none;
	height:auto;
	width:170px;
	position:absolute;
	z-index:2000;
	border-right:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}
#menu li:hover ul{
	display:block;	
}

#menu li ul li a{
	display:block;
	width:148px;
	height:30px;
	padding-top:5px;
	padding-left:20px;
	border-left:2px solid #2d2d2d;
	background-image: url(images/puce-menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px; 
}
#menu li ul li a:hover{
	text-decoration:none;
	border-left:2px solid #dc2010;
	background-image: url(images/puce-menu-hover.gif);
}


/* Contenu */
#contenu{
	min-height:510px;
	width:718px;
	padding:1px 30px 10px 20px;
	background-image:url(images/fond-contenu.jpg);
	background-repeat:repeat-y;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
#haut-contenu{
	background-image:url(images/haut-contenu.jpg);
	background-repeat:no-repeat;
	width:763px;
	height:10px;
}
#bas-contenu{
	background-image:url(images/bas-contenu.jpg);
	background-repeat:no-repeat;
	width:763px;
	height:30px;
	text-align:center;
}
/* Style du bouton page suivante */
#bas-contenu a{
	font-size:12px;
	text-decoration:none;
	font-variant:normal;
	color:#2d2d2d;
}
#bas-contenu a:hover{
	color:#c12025;
}

#afaq{
	position:absolute;
	margin-left:690px;
	margin-top:10px;
}

/* Style du sommaire */
ul#sommaire{
	width:300px;
	margin:0 auto;
	padding:0;
}
ul#sommaire li{
	display:block;
}
ul#sommaire a{
	display:block;
	font-size:18px;
	text-decoration:none;
	color:#2d2d2d;
	width:300px;
	background-color:#e5e5e5;
	border-top:1px solid #2d2d2d;
	border-bottom:1px solid #2d2d2d;
	border-left:3px solid #2d2d2d;
	border-right:3px solid #2d2d2d;
	text-align:center;
	margin-bottom:20px;
	padding:3px;
}
ul#sommaire a:hover{
	border-top:1px solid #c12025;
	border-bottom:1px solid #c12025;
	border-left:3px solid #c12025;
	border-right:3px solid #c12025;
	color:#c12025;
	font-style:italic;
}

/* Style des news en accueil */
ul#news{
	padding:0;
}
ul#news li{
	display:block;
}
ul#news h2{
	display:block;
	width:300px;
	float:left;
	font-size:14px;
}
ul#news p{
	margin-left:20px;
	width:380px;
	float:left;
}
blockquote{
	margin:0;
	padding:10px 20px;
	text-indent:-20px;
	background:url(images/guillemets-bas.gif) no-repeat right bottom;
	color:#464646;
	text-align:justify;
}
blockquote:first-letter{
	background:url(images/guillemets-haut.gif) no-repeat left top;
	padding-left:30px;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
}
p.temoignage{
	text-align:justify;
	padding:10px 20px;
	font-style:italic;
	margin-bottom:30px;
}
p.temoignage:first-letter{
	font-size:16px;
	font-weight:bold;
}
#questions a:hover{
	text-decoration:underline;	
}
#questions li:hover{
	list-style-image:url(images/puce-fleche.gif);
}

/* Style des colonnes internes */
.conteneur-colonnes{
	width:720px;
	overflow:hidden;	
}
.colonne-gauche{
	float:left;
	width:345px;
	margin-left:5px;
}
.colonne-droite{
	float:left;
	width:345px;
	margin-left:23px;	
}
/* Style de la page contact */
.requis {
	font-size:11px;
	color:red;
}
fieldset{
	padding:10px;	
}
legend {
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	color:#dc2010;
}
input{
	float:right;
	width:200px;
}
textarea {
	float:right;
	width:200px;
	height:150px;
}
input[type="submit"] {
	width:150px;
	margin:0 auto;
}
input[type="radio"] {
	float:left;
	width:auto;
	margin-left:50px;
	padding:0;
}
.erreur {
	background-color:#dedede;
}

/* Style de la page prestations */
p.prestations{
	width:300px;
	height:50px;
	text-align:center;
	margin:10px auto;
	background-color:#717477;
	color:white;
	font-size:16px;
	font-weight:bold;
}

/* Pied */
#pied{
	height:40px;
	width:778px;
	padding-left:50px;
	margin-bottom:10px;
	color:#727272;
}
#pied img{
	margin:0 20px;
	vertical-align:middle;
}
