/* D�BUT Principal */
body, html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
/* FIN Principal */

/* D�BUT balises HTML */
p { 
	line-height:18px;
	margin:5px 0px 10px 0px;
}
hr{
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	display:block;
	height: 1px;
	width:100%;

	color: #000;
	background-color: #000;
}
strong, b{font-weight:bold;}
em, i{font-style:italic;}
blockquote {
	margin:5px;
	color:#666;
	font-style:italic;
}
sup, sub {line-height:0; font-size:0.8em;}
abbr, acronym {border-bottom:1px dotted #666;}
pre {margin:15px 0;white-space:pre;}
pre, code, tt {font:11px 'andale mono', 'lucida console', monospace;line-height:1.5;}

#contenu .content img{
	margin:10px;
}

#contenu .content img.nomargin{
	margin:0px;
}

/* FIN Balises HTML */

/* D�BUT Lien */
a { 
	color: #006c9e;
	text-decoration: underline;
	cursor: pointer;
}
a:link {}
a:visited {}
a:active {}
a:focus, a:hover { 
	color: #006c9e;
	text-decoration: underline;
}

ul a, table a, a.titre, .onglets a{
	text-decoration: none;
}

/* FIN Lien */

/* D�BUT Titre */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #000;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	margin-bottom:28px;
	border-bottom:4px solid #7f7f7f;
	line-height:26px;
}
h2 {
	font-size:19px;
	margin-bottom:15px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
h4 {
	font-size:14px;
	margin-bottom:5px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
h6 {
	font-size:12px;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

.node-campus h1{
	color:#0074a4;
	border-color:#0074a4;
}



.node-portes-ouvertes h1{
	color:#a40155;
	border-color:#a40155;
}

.node-etudiants-etrangers h1{
	color:#ae5414;
	border-color:#ae5414;
}
.node-etudiants-etrangers h2{
	color:#ae5414;
}
/* FIN Titre */

/* D�BUT Liste */
li ul, li ol {margin:0;}
ul, ol {
	margin:0;
	padding:0;
}
ul {list-style-type: none;}
ul {list-style: none;}
ol {list-style-type:decimal;}
dl {margin:0 0 15px 0;}
dl dt {font-weight:bold;}
dd {margin-left:0;}

#contenu ul, #contenu ol{
	margin:10px 15px;
}
#contenu ul{
	list-style-type:disc;
}
#contenu ul li{
	margin-bottom:3px;
}
#contenu ul.fleche{
	margin:10px 15px 10px 0px;
	padding:0px 0px 10px 15px;
	list-style-image:url(../images/puce.gif);
	border-bottom:1px solid #cccccc;
}
#contenu ol{
	list-style-type:decimal;
}
/* FIN Liste */

/* D�BUT Tableau */

table {
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
	border: 1px solid #969696;
}
th{
	background:#fafafa;
	border:1px solid #e1e1e1;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
td{
	border:1px solid #e1e1e1;
	padding:4px 5px 4px 5px;
}

#horaireCours center table tr td.paragraphe{
	font-size:12px;
}

tr.even td, tr:nth-child(even) td { background: #FFF;}
tr.odd td, tr:nth-child(odd) td { background:#fafafa;}
#tableProgrammes tr.odd, #tableProgrammes tr.even{border:none;}
#tableProgrammes tr.odd td { background:#ebf3f7;}
#tableProgrammes tr.even td { background: #FFF;}
/*th { font-weight:bold;}
thead th { background:#c3d9ff;}
th, td, caption { padding:4px 10px 4px 5px;}
td, th{border:1px solid #7f7f7f;}
td{vertical-align:top;}
tfoot { font-style:italic;}
caption { background:#eee;}
*/
/* FIN Tableau */
/* D�BUT Formulaire */
label { font-weight:bold;}
fieldset {
	padding:15px;
	margin:0 0 15px 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:12px;
	color:#000000;
} 
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, textarea, select {margin:5px 0;}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:5px;
}

/*------Formulaire de recherche d'horaire de cours (/cours-horaires) -----*/
body.horaires{
	margin:0px;
}
#criteresHoraire h3{
	margin-top:20px;
}
#criteresHoraire label{
	font-weight:normal;
}
#criteresHoraire label, #criteresHoraire input{
	display: inline;
}
#criteresHoraire input[type=checkbox], #criteresHoraire input[type=radio]{
	margin-top:0px;
	top:2px;
}
#criteresHoraire fieldset{
	padding: 3px 1px 3px 3px;
}
#criteresHoraire td.grand{
	width:409px;
}
#criteresHoraire td fieldset{
	margin-bottom:5px;
}
#criteresHoraire option{
	font-size:12px;
}
#criteresHoraire .erreur{
	color:#ff0000;
}
/* FIN Formulaire */

/* D�BUT CSS utilitaire */
.left {float: left;}
.right {float: right;}
img.left {margin: 0 10px 10px 0;}
img.right {margin: 0 0 10px 10px; padding: 1px;}
.hide {display:none;}
.clear { display:block; clear:both; float:none !important;}
.bold {font-weight:bold;}
.petit{font-size:10px;}
.italic{font-style:italic;}

.blanc {color:#fff;}

.nouveau{
	display:block;
	float:right;
	padding:2px 3px;
	margin:0px 5px;
	background-color:#999999;
	color:#ffffff;
	font-size:11px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a.bouton{
	display:block;
	float:left;
	width:196px;
	padding:4px 7px;
	margin:5px 0px;
	background-color:#006c9e;
	color:#ffffff;
	font-size:11px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.souligne, p.souligne, div.souligne{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
}

#imprimerGrille img{
	margin-bottom:10px;
}
/* FIN CSS utilitaire */


/***************
 * POUR LES SLIDDER
 **************/
.toggle{
	cursor: pointer;
}
.hidden-content{
	
}
.sign{
	
}
