@charset "UTF-8";
/* CSS MAIN RANDOM DOCUMENT */

/* BODY */

body {
	background:#FFFFFF;
	font-family:Helvetica, sans-serif;
	color:#000000;
	padding-bottom:0px;
}

/* H1 */
	
h1 {
	font-family:Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	margin-top:20px;
	letter-spacing:1px;
	line-height:23px;
}
h1.informations
{
	color:#333333;
}
h1.admission
{
	color:#00d8ff;
}
h1.postdiplome
{
	color:#CCCCCC;
}
h1.azimuts
{
	color:#f30056;
}
h1.programme
{
	color:#ffcd00;
}
h1.etudiants
{
	color:#ff550c;
}
h1.images
{
	color:#a3e900;
}
h1.repertoire
{
	color:#808080;
}
h1.documents
{
	color:#808080;
}
h1.backoffice
{
	color:#e0e0e1;
}
h1.credits
{
	color:#e0e0e1;
}

/* P */

p {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight: normal;
	line-height:14px;
}
p.informations
{
	color:#333333;
}
p.admission
{
	color:#00d8ff;
}
p.postdiplome
{
	color:#CCCCCC;
}
p.azimuts
{
	color:#f30056;
}
p.programme
{
	color:#ffcd00;
}
p.etudiants
{
	color:#ff550c;
}
p.images
{
	color:#;
}
p.repertoire
{
	color:#808080;
}
p.documents
{
	color:#808080;
}
p.backoffice
{
	color:#e0e0e1;
}
p.credit
{
	color:#e0e0e1;
}

/* A LINK */

a:link
{
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
}
a:visited
{
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:underline;
}
a:active
{
	color:#000000;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:underline;
}
a.informations
{
	color:#333333;
}
	a.informationsCategorie
	{
		color:#ffffff;
		background-color:#333333;
		padding:2px;
		border-style:solid;
		border-width:thin;
	}
a.admission
{
	color:#00d8ff;
}

a.postdiplome
{
	color:#CCCCCC;
}
a.azimuts
{
	color:#f30056;
}
a.azimuts_titre
{
	color:#f30056;
	font-size:20px;
	font-weight: bold;
	line-height:23px;
}
a.programme
{
	color:#ffcd00;
}
	a.programmeCategorie
	{
		color:#ffffff;
		background-color:#ffcd00;
		padding:2px;
		border-style:solid;
		border-width:thin;
	}
a.etudiants
{
	color:#ff550c;
}
a.images
{
	color:#a3e900;
}
a.repertoire
{
	color:#808080;
}
	a.repertoireCategorie
	{
		color:#ffffff;
		background-color:#808080;
		padding:2px;
		border-style:solid;
		border-width:thin;
	}
a.documents
{
	color:#808080;
}
	a.documentsCategorie
	{
		color:#ffffff;
		background-color:#808080;
		padding:2px;
		border-style:solid;
		border-width:thin;
	}
a.backoffice
{
	color:#e0e0e1;
}
a.credit
{
	color:#e0e0e1;
}
a.rechercheCategorie
{
	font-size:20px;
	color:#ffffff;
	background-color:#808080;
	padding:2px;
	border-style:solid;
	border-width:thin;
}

/* DIV */

.divtext {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:14px;
	width:280px;
}
.divtextRoll {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:14px;
	width:400px;
}
.etudiants_roll {
	width:700px;
}

.informations_roll {
	width:400px;
}
	
/* SPAN CLASS */

.repertoire_detail {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-top:20px;
	line-height:14px;
}
.documents_detail {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-top:20px;
	line-height:14px;
}

/* ICON CLASS */
	
a[id^="ext"] {
	display:inline-block;
	padding-right:15px;
	background:transparent url(../../icons/icon_extlink.gif) center right no-repeat;
}

a[href^="mailto:"] d4d701{
	display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(../../icons/icon_mailto.gif) center right no-repeat;
}

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../../icons/icon_pdf.gif) top left no-repeat;
}
	
/* LISTE */

li
{
	list-style: none;
	line-height:14px;
}

/* FORMULAIRES */

input.login {
	font-family:Helvetica, sans-serif;
	font-size:20px;
	color:#808080;
	background:#FFFFFF;
	width:200px;            
	border: #808080 1px solid;
	margin-bottom:5px;
	}

input.send-btn {
	margin-top:3px;
	width: 70px;
	height: 18px;
	border: #808080 1px solid;
	background: #FFFFFF;
	color:#808080;
	font-family:helvetica;
	font-size:09px;
	font-weight: normal;
}

input.send-btn:hover {
	background: #808080 no-repeat 0 -25px;
	color:#FFFFFF;
}

input.login_backoffice {
	font-family:Helvetica, sans-serif;
	font-size:20px;
	color:#e0e0e1;
	background:#191919;
	width:200px;            
	border: #e0e0e1 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
	}

input.send-btn_backoffice {
	margin-top:3px;
	width: 70px;
	height: 18px;
	border: #e0e0e1 1px solid;
	background: #191919;
	color:#e0e0e1;
	font-family:helvetica;
	font-size:09px;
	font-weight: normal;
}

input.send-btn_backoffice:hover {
	background: #e0e0e1 no-repeat 0 -25px;
	color:#191919;
}

#selectm {
	background-color:#6d6d6d;
	color:#000000;
	border-color:#000000;
	}
	
#selectn {
	background-color:#f30056;
	color:#000000;
	border-color:#000000;
	margin-bottom:08px;
	}

#selecta {
	background-color:#ff550c;
	color:#000000;
	border-color:#000000;
	}

#selectp {
	background-color:#ffcd00;
	color:#000000;
	border-color:#000000;
	}

/* FILETS HR */

#filet {
	border: none;
	background-color: #FFFFFF;
	height: 1px;
	width:206px;
	float:left;
}

#repertoire {
	border: none;
	background-color: #808080;
	height: 1px;
	width:350px;
	float:left;
}

#documents {
	border: none;
	background-color: #808080;
	height: 1px;
	width:350px;
	float:left;
}

/* 1 LANGUE */

div#A01 a.style_11
{
	position:relative;
	display: block ;
	left:505px;
	width: 165px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/1a.png) no-repeat 0 0 ;
}

div#A01 a.style_11:hover
{
	background: url(../../img_en/0/1a.png) no-repeat 0 -75px ;
}

div#A01 a.style_12
{
	display: block ;
	width: 165px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/1b.png) no-repeat 0 0 ;
}

div#A01 a.style_12:hover
{
	background: url(../../img_en/0/1b.png) no-repeat 0 -75px ;
}

#P01
{
position:relative;
left:500px;
padding-left:3px;
padding-bottom:20px;
width:165px;
}

/* 2 INFORMATIONS */

div#A02 a.style_21
{
	position:relative;
	display: block ;
	left:500px;
	width: 180px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/2a.png) no-repeat 0 0 ;
}

div#A02 a.style_21:hover
{
	background: url(../../img_en/0/2a.png) no-repeat 0 -75px ;
}

div#A02 a.style_22
{
	position:relative;
	display: block ;
	left:500px;
	width: 180px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/2b.png) no-repeat 0 0 ;
}

div#A02 a.style_22:hover
{
	background: url(../../img_en/0/2b.png) no-repeat 0 -75px ;
}

#P02
{
	position:relative;
	left:500px;
	padding-left:10px;
	padding-bottom:20px;
	width:400px;
}

/* 3 CANDIDATURE */

div#A03 a.style_31
{
	display: block ;
	position:relative;
	left:130px;
	width: 400px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/3a.png) no-repeat 0 0 ;
}

div#A03 a.style_31:hover
{
	background: url(../../img_en/0/3a.png) no-repeat 0 -75px ;
}

div#A03 a.style_32
{
	display: block ;
	position:relative;
	left:130px;
	width: 400px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/3b.png) no-repeat 0 0 ;
}

div#A03 a.style_32:hover
{
	background: url(../../img_en/0/3b.png) no-repeat 0 -75px ;
}

#P03
{
	position:relative;
	left:130px;
	padding-left:10px;
	padding-bottom:20px;
	width:1024px;
}

/* 4 POST DIPLOME */

div#A04 a.style_41
{
	display: block ;
	position:relative;
	left:0px;
	width: 1020px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/4a.png) no-repeat 0 0 ;
}

div#A04 a.style_41:hover
{
	background: url(../../img_en/0/4a.png) no-repeat 0 -75px ;
}

div#A04 a.style_42
{
	display: block ;
	position:relative;
	left:0px;
	width: 1020px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/4b.png) no-repeat 0 0 ;
}

div#A04 a.style_42:hover
{
	background: url(../../img_en/0/4b.png) no-repeat 0 -75px ;
}

#P04
{
	position:relative;
	left:0px;
	padding-left:7px;
	padding-bottom:20px;
	width:1024px;
}

/* 5 AZIMUTS */

div#A05 a.style_51
{
	display: block ;
	position:relative;
	left:500px;
	width: 260px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/5a.png) no-repeat 0 0 ;
}

div#A05 a.style_51:hover
{
	background: url(../../img_en/0/5a.png) no-repeat 0 -75px ;
}

div#A05 a.style_52
{
	display: block ;
	position:relative;
	left:500px;
	width: 260px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/5b.png) no-repeat 0 0 ;
}

div#A05 a.style_52:hover
{
	background: url(../../img_en/0/5b.png) no-repeat 0 -75px ;
}

#P05
{
	position:relative;
	left:500px;
	padding-left:7px;
	padding-bottom:20px;
	width:800px;
}

/* 6 PROGRAMME&PROJET */

div#A06 a.style_61
{
	position:relative;
	left:500px;
	display: block ;
	width: 640px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/6a.png) no-repeat 0 0 ;
}

div#A06 a.style_61:hover
{
	background: url(../../img_en/0/6a.png) no-repeat 0 -75px ;
}

div#A06 a.style_62
{
	position:relative;
	left:500px;
	display: block ;
	width: 640px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/6b.png) no-repeat 0 0 ;
}

div#A06 a.style_62:hover
{
	background: url(../../img_en/0/6b.png) no-repeat 0 -75px ;
}

#P06
{
	position:relative;
	left:500px;
	padding-left:7px;
	padding-bottom:20px;
	width:700px;
}

/* 7 ETUDIANTS */

div#A07 a.style_71
{
	display: block ;
	position:relative;
	left:195px;
	width: 310px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/7a.png) no-repeat 0 0 ;
}

div#A07 a.style_71:hover
{
	background: url(../../img_en/0/7a.png) no-repeat 0 -75px ;
}

div#A07 a.style_72
{
	display: block ;
	position:relative;
	left:195px;
	width: 310px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/7b.png) no-repeat 0 0 ;
}

div#A07 a.style_72:hover
{
	background: url(../../img_en/0/7b.png) no-repeat 0 -75px ;
}

#P07
{
	position:relative;
	left:195px;
	padding-left:5px;
	padding-bottom:20px;
	width:700px;
}

/* 8 IMAGES */

div#A08 a.style_81
{
	display: block ;
	position:relative;
	left:207px;
	width: 300px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/8a.png) no-repeat 0 0 ;
}

div#A08 a.style_81:hover
{
	background: url(../../img_en/0/8a.png) no-repeat 0 -75px ;
}

div#A08 a.style_82
{
	display: block ;
	position:relative;
	left:207px;
	width: 300px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/8b.png) no-repeat 0 0 ;
}

div#A08 a.style_82:hover
{
	background: url(../../img_en/0/8b.png) no-repeat 0 -75px ;
}

#P08
{
	position:relative;
	left:207px;
	padding-left:3px;
	padding-bottom:20px;
	width:700px;
}

/* 9 RÉPERTOIRE */

div#A09 a.style_91
{
	display: block ;
	width: 435px ;
	left:500px;
	position:relative;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/9a.png) no-repeat 0 0 ;
}

div#A09 a.style_91:hover
{
	background: url(../../img_en/0/9a.png) no-repeat 0 -75px ;
}

div#A09 a.style_92
{
	display: block ;
	width: 435px ;
	left:500px;
	position:relative;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/9b.png) no-repeat 0 0 ;
}

div#A09 a.style_92:hover
{
	background: url(../../img_en/0/9b.png) no-repeat 0 -75px ;
}

#P09
{
	position:relative;
	left:500px;
	padding-left:12px;
	padding-bottom:20px;
	width:700px;
}

/* 10 DOCUMENTS */

div#A10 a.style_101
{
	display: block ;
	left:500px;
	position:relative;
	width: 360px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/10a.png) no-repeat 0 0 ;
}

div#A10 a.style_101:hover
{
	background: url(../../img_en/0/10a.png) no-repeat 0 -75px ;
}

div#A10 a.style_102
{
	display: block ;
	left:500px;
	position:relative;
	width: 360px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/10b.png) no-repeat 0 0 ;
}

div#A10 a.style_102:hover
{
	background: url(../../img_en/0/10b.png) no-repeat 0 -75px ;
}

#P10
{
	position:relative;
	left:500px;
	padding-left:12px;
	padding-bottom:20px;
	width:700px;
}

/* 11 ACCES ETUDIANTS */

div#A11 a.style_111
{
	display: block ;
	left:0px;
	position:relative;
	width: 480px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/11b.png) no-repeat 0 0 ;
}

div#A11 a.style_111:hover
{
	background: url(../../img_en/0/11b.png) no-repeat 0 -75px ;
}

div#A11 a.style_112
{
	display: block ;
	left:0px;
	position:relative;
	width: 360px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/11b.png) no-repeat 0 0 ;
}

div#A11 a.style_112:hover
{
	background: url(../../img_en/0/11b.png) no-repeat 0 -75px ;
}

#P11
{
	position:fixed;
	overflow:auto;
	top:0px;
	width:100%;
	height:100%;
	padding-top:20px;
	padding-left:20px;
	margin-left:-10px;
	background-image:url(../../img_en/0/credits.png);
	background-repeat:repeat;
}

/* 12 CREDIT */

div#A12 a.style_121
{
	display: block ;
	left:0px;
	position:relative;
	width: 360px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/12b.png) no-repeat 0 0 ;
}

div#A12 a.style_121:hover
{
	background: url(../../img_en/0/12b.png) no-repeat 0 -75px ;
}

div#A12 a.style_122
{
	display: block ;
	left:0px;
	position:relative;
	width: 360px ;
	line-height: 65px ;
	text-decoration: none ;
	background: url(../../img_en/0/12b.png) no-repeat 0 0 ;
}

div#A12 a.style_122:hover
{
	background: url(../../img_en/0/12b.png) no-repeat 0 -75px ;
}

#P12
{
	position:fixed;
	overflow:auto;
	top:0px;
	width:100%;
	height:100%;
	padding-top:20px;
	padding-left:20px;
	margin-left:-10px;
	background-image:url(../../img_en/0/credits.png);
	background-repeat:repeat;
}

/* BOTTOM MAIN */

div#bottom
{
	display: block ;
	position:absolute;
	left:40px;
	line-height: 65px ;
	text-decoration: none ;
}

/* OCTOBRE 2008 - CSS par Yannick James, contact : yannick.james@gmail.com / yannickjames.fr */
