/* CSS synusie */


/******************* 	page layout *******************/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-align: justify;
}

#page{
	width: 790px;
	margin: auto;
	background: url(images/repeat_bg.jpg) repeat-y;
}

#header{
	height: 135px;
	background: url(images/top.jpg) no-repeat;
	padding: 25px 0 30px 25px;
	margin-bottom: 20px;
}
	#header h1{
		float: left;
		background: url(images/logo.jpg) no-repeat;
	}
	#header h1 a{
		display: block;
		width: 214px;
		height: 135px;
		text-indent: -3000px;
	}
	#header ul li{
		list-style-type: none;
		float: left;
		margin: 0 9px;
	}
	#header ul li a{
		text-decoration: none;
		color: #FFF;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		
		display: block;
		width: 113px;
		height: 16px;
		
		text-align: right;
		padding-right: 2px;
		padding-top: 119px;
	}
	#header ul li a:hover{
		color: #DDD;
	}
	#header #menu27{
		background: url(images/asso.jpg) no-repeat;
	}
	#header #menu3{
		background: url(images/master.jpg) no-repeat;
	}
	#header #menu7{
		background: url(images/emploi.jpg) no-repeat;
	}
		#header #menu7 a{
				height: 32px;
				padding-top: 103px;
			}
	#header #menu8{
		background: url(images/forum.jpg) no-repeat;
	}

#footer{
	clear: both;
	min-height: 40px;
	_height: 40px;
	background: #FFF url(images/footer.jpg) no-repeat;
	padding-bottom: 20px;
}
	#footer ul{
		margin-left: 20%;
		margin-top: 20px;
		padding-top: 30px;
	}
	#footer li {
		list-style-type: none;
		color: #AAA;
		float: left;
		margin: 0 10px;
	}
	#footer li a{
		text-decoration: none;
		color: #AAA;
	}
	#footer li a:hover{
		color: #666;
		border-bottom: 1px dashed;
	}
/**************** STYLES COMMUNS **********************/

#contenu{
	padding: 30px 30px 0 30px;
}
#contenu2{
	padding: 0px 30px 0 30px;
}

	/* h2 */
h2#post-{
	clear: both;
	background: url(images/repeat.jpg) repeat 0 1px;
	height: 20px;
	margin: 0 25px;
}
#contenu2 h2#post-{
	margin: 0 0 30px 0;
}
h2#post-long{
	clear: both;
	background: url(images/repeat.jpg) repeat 0 1px;
	height: 20px;
}

h2#post- span, h2#post-long span{
	display: block;
	height: 20px;
	line-height: 20px;
	
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 5px;
}

h2#post-.rub0{
	margin:0;
	margin-bottom: 20px;
}
h2#post-.rub1 span, h2#post-.rub0 span, h2#post-long.rub1 span{
	background: url(images/asso_title.jpg) no-repeat;	
}
h2#post-.rub2 span{
	background: url(images/master_title.jpg) no-repeat;	
}
h2#post-.rub3 span{
	background: url(images/emploi_title.jpg) no-repeat;	
}
h2#post-.rub4 span{
	background: url(images/forum_title.jpg) no-repeat;	
}

	/* h3 */
h3{
	background: url(images/titre.jpg) no-repeat 0 2px;
	height: 13px;
	padding-left: 11px;
	margin-top: 50px;
	padding-bottom: 10px;
	clear: both;
}
h3.first, div.first{
	margin-top:0;
	clear: both;
}
h3 span{
	background-color: #FFF;	
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 5px;
}

	/* h4 */
h4{
	clear: both;
	letter-spacing: 1px;
	margin: 20px 0 10px 18px;
	text-transform: capitalize;
	font-size: 13px;
}
h4.ss-titreh3{
	margin:0;
	margin-bottom: 10px;
}
h4 span{
	text-transform: uppercase;
}

	/* h5 */
h5{
	margin-top: 10px;
}

	/* sidebar */	
#sidebar, #menu{
	float: left;	
	margin-left: 10px;
	width: 148px;
}
#sidebar ul li{
	list-style-type: none;
	background: url(images/menu.jpg) repeat-x 0 4px;
	margin-left: 0;
	margin-bottom: 10px;
}
#sidebar ul li li{
	list-style-type: none;
	background: none;
	margin-left: 0;
	margin-bottom: 0px;
}

#sidebar ul li a{
	text-decoration: none;
	background-color: #FFF;
	margin-left: 16px;
	display: block;
	width: 103px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: Capitalize;
	border: 0;
}
#contenu2 #sidebar ul li a{
	width: 120px;
}
#sidebar ul li li a, #sidebar ul li.active li a{
	font-weight: normal;
	background: none;
	width: inherit;
	border: 0;
}

#sidebar ul li li.active a{
	font-style: italic;
}
#sidebar ul li.active li a:hover{
	color: #333;
}
	
#sidebar ul li.active a{
	background: #FFF url(images/fleche.jpg) no-repeat 0 4px;
	margin-left:0;
	padding-left: 16px;
	color: #666;
}
#sidebar ul li a:hover{
	color: #666;
}

		/* logout des pages privées */
	#logout{
		font-weight: bold;
		text-decoration: none;
		text-transform: capitalize;
		background-color: #EEE;
		padding: 7px 10px;
		margin-bottom : 15px;
		text-align: left;
		margin-top: 0;
	}
	#logout a{
		color: #666;
		text-decoration: none;
		border-bottom: 0;
		line-height: 20px;
	}
	#logout a:hover{
		color: #333;
		border-bottom: 1px dashed;
	}
	
	
	/* balises */
em{ font-style: normal; font-weight: bold;}
	em.italic{
		font-style: italic;
		font-weight: normal;
	}
p{	clear: both; margin-top: 5px;}

#contenu a, #contenu2 a{ color: #666; text-decoration: none; border-bottom: 1px dashed;}
a:hover{ color: #999;}
dl{ padding-top: 10px;}
dt{ font-weight: bold;}

#text{
	float: left;
	width: 550px;
	padding-right: 20px;
	border-right: 2px solid #CCC;
}

#text li{
	list-style-type: square;
	margin-left: 15px;
	margin-top: 4px;
}
#text li span{
	font-size: 13px;
	border-bottom: 1px dashed #333;
}
#text li li{
	list-style-type: none;
	background: url(images/list-puce.gif) no-repeat 0 5px;
	padding-left: 12px;
}

	/* classes */
a.plus{ 
	float: right; 
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(images/fleche.jpg) no-repeat 0 3px;
	padding-left: 15px;
}
a.plus:hover{ border-bottom: 1px dashed;}

h4.fleche{
	background: #FFFFFF url(images/fleche.jpg) no-repeat scroll 0pt 4px;
	padding-left: 16px;
}

.clear{ clear: both;}

.float-l{ float: left; margin-right: 15px;}

.topspace{	padding-top: 10px; display: block;}

.topspace20{ margin-top: 20px; display: block;}

.topspace30{ margin-top: 30px; display: block;}

.toppadding20{ padding-top: 20px; font-weight: bold;}

.aligntop{ vertical-align: top;}

.algincenter{ text-align: center;}

.error{ color: #8F0000;}

.strong{ font-weight: bold;}

.italic{ font-style: italic; font-weight: normal;}

.fleche{
	background: #FFFFFF url(images/fleche.jpg) no-repeat scroll 0pt 4px;
	padding-left: 16px;
}
.interligne{
	line-height: 1.5em;
}

/* * * * * * * * * * * * * * * * * * * * PAGES * * * * * * * * * * * * * * * * * * * * * */

	/* Accueil */
.Accueil h2{
	font-size: 18px;
	text-align: center;
	color: #666;
	margin-bottom: 15px;
	padding-top: 20px;
}
.Accueil h2 span{
	font-size: 20px;
	font-style: italic;
}
.Accueil h3{
	margin-top: 0;
}
	
.Accueil h3.asso{
	margin: 0;
	padding: 0;	
	background: none;
	height: inherit;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-bottom: 50px;
}
h4{
	margin-bottom: 7px;

}
.Accueil p{
	line-height: 1.5em;
}
.Accueil p.formintro{
	line-height: 1.5em;
	margin: 40px 20px;
	border: 1px dashed #999;
	background-color: #F9F9F9;
	padding: 5px 10px;
}
.Accueil p.formintro em{
	letter-spacing: 1px;
}

.Accueil #text {
	float: none;
	border-right: 0;
	width: 100%;
}
.Accueil #text a{
	border-bottom: 0;
	color: #555;
}
.Accueil #text a:hover{
	border-bottom: 1px dashed;
}
.Accueil #text ul{
	margin-left: 50px;
	width: 80%;
	margin-top: 40px;
}
.Accueil #text ul ul{
	margin-left: 0px;
	width: inherit;
	margin-top:0;
}
.Accueil #text li.a-asso, 
.Accueil #text li.a-master, 
.Accueil #text li.a-emploi, 
.Accueil #text li.a-forum {
	list-style-type:none;
	height: 88px;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.Accueil #text li.a-asso li, 
.Accueil #text li.a-master li, 
.Accueil #text li.a-emploi li, 
.Accueil #text li.a-forum li{
	margin-left: 20px;
}
.Accueil #text li.a-asso h4, 
.Accueil #text li.a-master h4, 
.Accueil #text li.a-emploi h4, 
.Accueil #text li.a-forum h4{
	margin-top: 0px;
}
.Accueil li.a-asso {
	background: url(images/accueil_asso.jpg) no-repeat;
}
.Accueil li.a-master {
	background: url(images/accueil_master.jpg) no-repeat;
}
.Accueil li.a-emploi {
	background: url(images/accueil_emploi.jpg) no-repeat;
}
.Accueil li.a-forum {
	background: url(images/accueil_forum.jpg) no-repeat;
}
	.Accueil li.a-forum p{
		margin-left: 18px;
	}

.Accueil #sidebar {
	text-align: left;
	float: none;
	margin-top: 40px;
	width: 100%;
}
.Accueil #sidebar h4{
	background: transparent url(images/menu.jpg) repeat-x scroll 0pt 4px;
	margin: 0 15px 0 0;
}
.Accueil #sidebar h4 span{
	display: block;
	width: 100px;
	margin-left: 16px;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: Capitalize;
}
.Accueil #sidebar em{
	margin-top: 15px;
	display: block;
}
	.Accueil #coordonnees{
		float: left;
	}
	.Accueil #formulaire{
		float: left;
		margin-left: 150px;
		width: 350px;
	}
	.Accueil #formulaire label{
		font-weight: bold; 
		display: block;
		letter-spacing: 1px;
		margin-top: 15px;
		width: 115px;
		float: left;
		clear: both;
	}
	.Accueil #formulaire input{
		float: left;
		margin-top: 15px;
	}
	.Accueil #formulaire #cfMessage, .Accueil #formulaire #cfContact{
		float: left;
		clear: both;
	}
	.Accueil #sidebar #formulaire em{
		display: inline;
		line-height: 25px;
	}
	.Accueil .formThanks{
		border: 1px solid #999;
		padding: 5px;
	}


	/* page programme (le Master) */
	
.ficheform dt{
	clear: left;
	float: left;
	margin-right: 7px;
	line-height:2em;
}
.ficheform dd{
	line-height:2em;
}


	/* page mémoires */
.memoires p{
	margin-top: 15px;
	margin-left: 5em;
	text-indent: -5em;
}


	/* page emploi & stages */
	
#emploi {
	margin-top: 40px;
}
#emploi h4{
	margin-bottom: 0;
	margin-left: 12%
}
#emploi form, #emploi .asform, .adminLog form, .adminLog .asform{
	margin-top:0;
	margin-left: 15px;
	width: 70%;
	padding: 10px;
	background-color: #EEE;
	text-align: center;
	margin-left: 12%
}
#emploi a, .adminLog a{
	color: #666;
	font-weight: bold;
	margin-top: 10px 0;
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 40px;
	font-size: 13px;
}
#emploi a:hover, .adminLog a:hover{
	color: #333;
}
#emploi .showForm1{
	text-align: center;
}
#emploi .showForm1 label, .adminLog .showForm1 label{
	font-weight: bold;
	letter-spacing: 1px;
	width: 180px;
	line-height: 2em;
}
.showForm1 table{
	margin: auto;
}
.label{
	text-align: right;
}

#adminform {
	width: 70%;
	margin-top: 30px;
}

#emploi .showForm1 input, .adminLog .showForm1 input{
	border: 1px solid #999;
	color: #000;
	font-weight: normal;
	margin-top: 3px;
	line-height: 2em;
	margin-left: 5px;
}
#emploi .showForm2 input, .adminLog .showForm2 input{
	border: 1px solid #999;
	color: #000;
}
#emploi .showForm1 #chkbox, .adminLog .showForm1 #chkbox{
	border: 0;
}
#emploi .showForm1 #username, #emploi .showForm1 #password, .adminLog .showForm1 #username, .adminLog .showForm1 #password {
	width: 100px;
}
#emploi #cmdweblogin, .adminLog #cmdweblogin{
	margin-left: 44%;
}
#emploi .formintro, .adminLog .formintro{
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#emploi #passoubli, .adminLog #passoubli {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
.phpmessage{
	text-align: center;
	line-height: 2em;
	margin: 20px 0;
}
.phpmessage a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.phpmessage a:hover{
	color: #999;
}



	/* page offres d'emploi : voir */
	
#pageOffres{
	border: 1px solid #999;
	margin-top: 15px;
	padding: 15px;
}
	/*
.fleft{
	border-right : 2px solid #CCC;
}*/
.unpublished{ 
	color: #666;
}
.admin{
	border-bottom: none;
	margin-top: -25px;
	float: right;
}
.admin a, a.admin{
	text-decoration: none;
	color: #4444AA;
}



	/* page des offres : enregistrer */
	
.offres{
	margin-top: 40px;
	width: 60%;
}
#offreform, #contactform{
	margin-top: 30px;
	margin-left: 30px;
}
#offreform table{
	width: 100%;
}	
#offreform td{
	padding-right: 10px;
}
#offreform label{
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	width: 160px;
}
input, textarea, #contrats #contrat6, #remunere #rem3{
	border: 1px solid #666;
}
#remunere input, #contrats input{
	border: 0;
}
#offreform td #contrats{
	width: 100%;
}
#submit{
	text-align: center;
}
#contrat5,#contrat6{
	float: left;
}
#contrats label.preciser{
	float: left;
	line-height: 1.5em;
	width: 40px;
	margin-right:2px;
}
#contrats label, #remunere label{
	clear: none;
	margin-right: 15px;
	font-weight: normal;
	letter-spacing: inherit;
}
#contrats input, #remunere input{
	margin-right: 5px;
}



	/*  page CV : liste */
	
.Liste thead td{
	font-weight: bold;
	font-size: 14px;
}
.Liste small{
	display: block;
	font-weight: normal;
	font-size: 0.8em;	
	color: #666;
}
.Liste .thead{
	border-top: 1px dotted #AAA;
	border-bottom: 1px solid #666;
	padding: 3px;
}
.Liste table{
	border: 1px solid #666;
	width: 520px;
	margin-top: 10px;
}
.Liste td{
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	padding: 5px 5px 5px 10px;
}
.Liste tbody td{
	color: #333;
}
.Liste td.promo{
	width: 20%;
}
.Liste td.opt{
	width: 25%;
}



	/* page CV : création */
	
#pageCV{
	border: 1px solid #999;
	margin-top: 15px;
	padding: 15px;
}
#pageCV.first{
	margin:0;
}
#pageCV h2{
		font-size: 18px;
		width: inherit;
	}
label.cv{
	float: left;
	clear:both;
	width: 200px;
}
input.cv, select.cv{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
select.cv{
	border: 1px solid #666;
}
textarea.tinymce{
	width:100%;
}
#mce_editor_0_toolbar a{
	border:0;
}


	
	/* mentions légales */
	
.mentionslegales li{
	margin-left: 15px;
}



	/* Plan du site */
	
#sitemap{
	margin-left: 15%;
}
#sitemap li{
	margin-left: 20px;
	margin-top: 10px;
}
	#sitemap li li{
		margin-top: 0px;
	}
#sitemap a{
	color: #333;
	border-bottom: none;
	line-height: 1.5em;
	font-weight: bold;
}
#sitemap a:hover{
	color: #999;
	border-bottom: 1px dashed #999;
}
