body {
	margin : 0;
	padding : 0;
	background-color : #013352;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	width : 1024px;
	height : 700px;
	margin : auto;
	margin-top : 0px;
	background-color : #FFF;
	position : relative;
}
html>body #main {
	height: auto;
	min-height: 700px;
	_height : 700px;
}

#logo {
	z-index : 1;
	background : url(../images/menu/logoCFA.jpg) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_1 {
	position : absolute;
	left : 83px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/quisommesnous.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_2 {
	position : absolute;
	left : 218px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/nosformations.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_3 {
	position : absolute;
	left : 353px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/lecampus.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_4 {
	position : absolute;
	left : 488px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/nosactus.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_5 {
	position : absolute;
	left : 623px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/apprentissage.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_6 {
	position : absolute;
	left : 759px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/votreadmission.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
#menu_7 {
	position : absolute;
	left : 895px;
	top : 0;
	z-index : 999;
	cursor : pointer;
	background : url(../images/menu/recruter.png) 0 0 no-repeat;
	width : 129px;
	height : 70px;
}
.inside_menu_overlay {
	width : 100%;
	height : 100%;
	background:#000;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	visibility : hidden;
}
#content_menu_1, #content_menu_2, #content_menu_3, #content_menu_4, #content_menu_5, #content_menu_6, #content_menu_7 {
	display : none;
	position : absolute;
	top : 60px;
	z-index : 998;
	border : solid 2px #FFF;
}
#content_menu_1 {
	left : 81px;
}
#content_menu_2 {
	left : 81px;
	width : 880px;
}
#content_menu_3 {
	left : 200px;
	width : 435px;
}
#content_menu_4 {
	left : 330px;
	width : 435px;
}
#content_menu_5 {
	left : 473px;
	width : 435px;
}
#content_menu_6 {
	left : 591px;
	width : 435px;
}
#content_menu_7 {
	left : 591px;
	width : 435px;
}
#menu_overlay {
	z-index:997;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height : 100%;
	background:#000;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	visibility : hidden;
}
#menu_text {
	padding:20px;
}
#menu_text .titre {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#menu_text .sous-titre {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
#menu_text .sous-titre:hover {
	text-decoration: underline;
}
#menu_text ul {
	padding-left:10px;
	margin:0;
}
#menu_text ul li {
	font-size:11px;
	list-style:none;
}
#menu_text .dot-b {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-b.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#menu_text .dot-o {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-o.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#menu_text .dot-m {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-m.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#menu_text .dot-j {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-j.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#menu_text .dot-v {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-v.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
#menu_text .dot-g {
	width:100%;
	height:9px;
	display:block;
	background-image:url(../images/menu/dot-g.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}
.titre-menu-r{
	background-image:url(../images/menu/titre-menu-r.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:400px;
	height:22px;
	margin-top:20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:20px;
}
#content_menu_2, #content_menu_2 .menu2-left, #content_menu_2 .menu2-left .left_1, #content_menu_2 .menu2-left .left_2, #content_menu_2 .menu2-right, #content_menu_2 .menu2-right .right_1, #content_menu_2 .menu2-right .right_2,  #content_menu_2 .dot-r {
	float:left;
}
#content_menu_2 .dot-r {
	width:5px;
	height:500px;
	background-image:url(../images/menu/dot-r.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin-top:20px;
	margin-bottom:20px;
}
#contenu {
	width:1024px;
}
#left {
	float:left;
}
#right {
	float:left;
}
#footer {
	clear:both;
	height:18px;
	background-color:#bbe2fa;
	bottom:-18px;
	vertical-align:middle;
	font-size:8px;
	color:#045486;
	padding-left:120px;
}
#footer a {
	color:#045486;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer ul li {
	float:left;
	margin: 0 20px 0 20px;
	list-style:none;
}
#footer .nav {
	float:left;
	height:18px;
	width:744px;
	margin-top:5px;
}
#footer .copy {
	float:right;
	height:18px;
	width:100px;
	text-align:right;
	margin:5px 10px 0 0;
}
#accueil {
	float:left;
	width:1004px;
	margin: 10px 10px 10px 10px;
}
* html #accueil {
	display:inline;
}
#accueil .case {
	float:left;
}
#accueil .case .title {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#accueil .case .text {
	color:#e3b3b8;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#accueil ul {
	margin:0;
	padding-left:25px;
}
#accueil ul li {
	list-style: disc;
	color:#FFFFFF;
}
.case .rdv {
	/*overflow:auto;*/
	padding-left:10px;
	padding-right:35px;
}
.case .rdv .titre-rdv {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
}
.case .rdv .voir-rdv {
	background-image:url(../images/accueil/voir_plus.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:182px;
	height:16px;
}
.case .rdv .voir-rdv a {
	color:#a62a82;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
}
.case .rdv .text-rdv {
	padding-left:5px;
	display:block;
	font-size:10px;
	color:#000000;
}
.case .inscription a{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.case .fb-anciens, .case .fb-anciens a {
	color:#045486;
	font-size:11px
}

/* Module News */
#module-news
{
	overflow : hidden;
	width : 393px;
	height : 311px;
	margin : 0;
	padding : 0;
	position : relative;
	background : url(../images/module-onglets/news-bgs/bgnews_1.jpg) 0px 0px no-repeat;
}
#module-news-onglets
{
	position : absolute;
	left : 0;
	top : 0;
	z-index : 2;
	width : 154px;
	height : 311px;
	background : url(../images/module-onglets/title.png) 0 0 no-repeat;
	cursor:pointer;
}
#module-news-spacer
{
	height : 45px;
}
.module-news-newstitle-on
{
	margin : 0;
	padding : 0;
	height : 67px;
	width : 154px;
	font-size : 11px;
	color : #FFF;
	background : url(../images/module-onglets/deux.png) 0 0 no-repeat;
}
.module-news-newstitle
{
	margin : 0;
	padding : 0;
	height : 67px;
	width : 155px;
	font-size : 11px;
	color : #860e63;
	background-image : url(../images/module-onglets/deux.png);
	background-position : 0px -67px;
	background-repeat : no-repeat;
}

#module-news-text /* texte sur fond bordeau transp en bas */
{
	position : absolute;
	bottom : 0px;
	right : 0;
	z-index : 1;
	width : 311px;
	background-color : #4f0f3c;
	color : #FFF;
	font-size : 11px;

	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
}
.module-news-text-onglet
{
	padding-top:10px;
	padding-left:10px;
	padding-right:30px;
}


/*// Page de suite*/
#suite {
	float:left;
	width:1024px;
	margin: 10px 0 10px 0;
}
* html #suite {
	display:inline;
}
#gauche{
	float:left;
	width:645px;
	margin-left:83px;
	margin-top:30px;
	font-size:12px;
}
#droite{
	float:left;
	width:266px;
	margin-top:30px;
	margin-left:20px;
	font-size:11px;
}
.fil{
	color:#3c4155;
	font-size:12px;
	margin-bottom:10px;
}
.cadre-haut {
	font-size:12px;
	color:#3c4155;
}
.titre-cadre-haut {
	font-size:20px;
	padding-left:10px;
}
.dot-cadre-haut {
	background-repeat:repeat-x;
	background-position:top left;
	margin:0 10px 0 10px;
	height:20px;
}
.sous-titre-cadre-haut {
	font-size: 14px;
	font-weight:bold;
}
.cadre-bas {
	width:645px;
	margin-top:45px;
	float:left;
	display:block;
}
.cadre-bas-cadre {
	width:320px;
	height:120px;
	font-size:12px;
	color:#000000;
	float:left;
}
.cadre-bas-cadre-titre{
	height:20px;
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding:2px 0 0 10px;
	background-position: top left;
	background-repeat:repeat-y;
}
.cadre-bas-cadre a {
	text-decoration:underline;
}
.cadre-bas-cadre-texte{
	padding:10px 0 0 10px;
}
.form-droite {
	font-size:11px;
}
.lien-droite {
	margin-top:35px;
}
.lien-droite a {
	font-size:11px;
	color:#6a676f;
	text-decoration:underline;
}
.lien-droite-titre {
	background-position:top;
	background-repeat:no-repeat;
	width:246px;
	height:33px;
	color:#FFFFFF;
	font-size:12px;
	padding-top:15px;
	padding-left:20px;
}
.rdv-droite {
	/*overflow:auto;*/
	display:block;
	padding-left:10px;
	padding-right:35px;
	width:266px;
}
.rdv-droite .titre-rdv {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
}
.rdv-droite .rdv .voir-rdv {
	background-image:url(../images/accueil/voir_plus.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:182px;
	height:16px;
}
.rdv-droite .rdv .voir-rdv a {
	color:#a62a82;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
}
.rdv-droite .rdv .text-rdv {
	padding-left:5px;
	display:block;
	font-size:10px;
	color:#000000;
}
.fb-anciens a {
	color:#045486;
}
.actus-ligne-texte {
	color:#3c4155;
	font-size:12px;
	padding: 0 5px 0 7px;
}
.actus-ligne-titre {
	color:#ffffff;
	height:18px;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/suite/deg-actus.jpg);
	background-position:top;
	background-repeat:repeat-y;
	vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
}
.actus-ligne-texte {
	padding-left:5px;
}
.actus-ligne-lien a {
	color:#a62a82;
}

/*popin*/

.mypopin4 {
	color:#000000;
	padding:5px;
	text-align:justify;
	text-indent:5px;
	background:#ffffff;
	border-radius:.5em;
	-moz-border-radius:.5em;
	display:block;
}
.mypopin4 .popin-content {
	padding:5px 10px 10px 5px;
}
.mypopin4 .popin-content p {
	padding:0;
	margin:0 0 1em;
}

/*fin popin*/
/* webeasybox */
.fck_editor_slot_area
{
    background: #FFFFFF;
    min-height: 250px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.fck_editor_slot_area td
{
    font-size:12px;
}
.fck_editor_slot_area .titre-cadre-haut
{
    font-size:20px;
}
.cadre-bas-cadre-titre-bleu{
    height:20px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background-position: top left;
    background-repeat:repeat-y;
    background-image:url(../images/suite/cadre-bas-titre-bleu.jpg);
    color:#279de4;
}
.cadre-bas-cadre-titre-orange{
    height:20px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background-position: top left;
    background-repeat:repeat-y;
    background-image:url(../images/suite/cadre-bas-titre-orange.jpg);
    color:#f76e00;
}
.cadre-bas-cadre-titre-jaune{
    height:20px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background-position: top left;
    background-repeat:repeat-y;
    background-image:url(../images/suite/cadre-bas-titre-jaune.jpg);
    color:#747367;
}
.cadre-bas-cadre-titre-vert{
    height:20px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background-position: top left;
    background-repeat:repeat-y;
    background-image:url(../images/suite/cadre-bas-titre-vert.jpg);
    color:#40691c;
}
.cadre-bas-cadre-titre-gris{
    height:20px;
    width:100%;
    font-size:14px;
    font-weight:bold;
    padding:2px 0 0 10px;
    background-position: top left;
    background-repeat:repeat-y;
    background-image:url(../images/suite/cadre-bas-titre-gris.jpg);
    color:#045486;
}
span.txt-bleu-qui{
    color:#279de4;
}
span.txt-orange-campus{
    color:#f76e00;
}
span.txt-gris-apprentissage{
    color:#747367;
}
span.txt-vert-admission{
    color:#40691c;
}
span.txt-bleu-recruter{
    color:#045486;
}
