/*
mep.css
---------		AFIPP.org - TS

Description : Feuille de style des diverses mises en page du site

*/
.souligne { text-decoration: underline !important; }
.barre { text-decoration: line-through !important; }
.italique { font-style: italic !important; }
.gras { font-weight:bold !important; }

.orange { color: rgb(236, 118, 0) !important; }
.noir { color: black !important; }
.marron { color: maroon !important; }
.vertf { color: green !important; }
.olive { color: olive !important; }
.marine { color: navy !important; }
.violet { color: purple !important; }
.bleugris { color: teal !important; }
.argent { color: silver !important; }
.gris { color: rgb(100, 100, 100) !important; }
.rouge { color: red !important; }
.vertc { color: lime !important; }
.jaune { color: yellow !important; }
.bleu { color: blue !important; }
.rose { color: fuchsia !important; }
.turquoise { color: aqua !important; }
.blanc { color: white !important; }

.arial { font-family: Arial, serif !important; }
.times { font-family: Times, serif !important; }
.courrier { font-family: Courier, serif !important; }
.impact { font-family: Impact, serif !important; }
.geneva { font-family: Geneva, serif !important; }
.optima { font-family: Optima, serif !important; }

.ttpetit { font-size: xx-small !important; }
.tpetit { font-size: x-small !important; }
.petit { font-size: small !important; }
.gros { font-size: large !important; }
.tgros { font-size: x-large !important; }
.ttgros { font-size: xx-large !important; }

.centre { text-align: center !important; }
.gauche { text-align: left !important; }
.droite { text-align: right !important; }
.justifie { text-align: justify !important; }

.flotte_gauche { float: left !important; }
.flotte_droite { float: right !important; }

/* Mise en page BBCodeParser, ne pas toucher, ne pas modifier ! */
.colorOrange { color: rgb(236, 118, 0) !important; }
.colorBlack { color: black !important; }
.colorMaroon { color: maroon !important; }
.colorGreen { color: green !important; }
.colorOlive { color: olive !important; }
.colorNavy { color: navy !important; }
.colorPurple { color: purple !important; }
.colorTeal { color: teal !important; }
.colorSilver { color: silver !important; }
.colorGrey { color: #646464 !important; }
.colorRed { color: red !important; }
.colorLime { color: lime !important; }
.colorYellow { color: yellow !important; }
.colorBlue { color: blue !important; }
.colorFuschia { color: fuchsia !important; }
.colorAqua { color: aqua !important; }
.colorWhite { color: white !important; }

.sizeXxSmall { font-size: xx-small !important; }
.sizeXSmall { font-size: x-small !important; }
.sizeSmall { font-size: small !important; }
.sizeLarge { font-size: large !important; }
.sizeXLarge { font-size: x-large !important; }
.sizeXxLarge { font-size: xx-large !important; }

.alignCenter { text-align: center !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }

.fontArial { font-family: Arial, serif !important; }
.fontTimes { font-family: Times, serif !important; }
.fontCourrier { font-family: Courier, serif !important; }
.fontImpact { font-family: Impact, serif !important; }
.fontGeneva { font-family: Geneva, serif !important; }
.fontOptima { font-family: Optima, serif !important; }

.floatLeft { float: left !important; }
.floatRight { float: right !important; }



.rmq {
	width: 300px;
	padding: 3px;
	margin: 5px;
	padding-left: 26px;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}

.erreur {
	color: white;
	border: 1px solid #BE4228;
	background: url('../images/icones/erreur.png') #F37D60 no-repeat 5px 5px;
}
.erreur ul {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	list-style-type: none;
	list-style-position: inside;
}
.information {
	color: green;
	border: 1px solid #1D6F19;
	background: url('../images/icones/information.png') #7ECA6F no-repeat 5px 5px;
	width: 300px;
	padding: 3px;
	margin: 5px;
	padding-left: 26px;
	vertical-align: middle;
	margin-left: 20px;
}
.help {
    background: url('../images/icones/question.png') no-repeat 5px 5px;
    border: 1px solid navy;
    color: navy;
	width: 300px;
	padding: 3px;
	margin: 5px;
	padding-left: 26px;
	vertical-align: middle;
	margin-left: 20px;
}
.information, .erreur
{
    min-height: 20px;
    text-align: left;
}
div.quote_titre {
	padding: 2px;
	margin: 5px;
	margin-bottom: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.quote {
	border-top: 1px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 2px;
	margin: 5px;
	width: 90%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*
Geshi !!
*/
div.code {
	border-top: 1px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 2px;
	margin: 5px;
	width: 90%;
	overflow: scroll;
	max-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.code ol{
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

div.code .head {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;font-weight: bold;
	background-color: #f0f0ff;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;font-size: 12px;
}
div.code li, div.code li {
	font-family: 'Courier New', Courier, monospace;
	color: black; font-weight: normal;
	font-style: normal;
	font-family:normal normal 'Courier New', Courier, monospace;
	font-size: 11px;
}
/*
Notifications
*/

#notification_bloc {
	margin-left: auto;
	margin-right: auto;
	width: 598px;
}
#erreur, #notification, #question {
	margin: 20px;
	padding: 5px;
	padding-left: 55px;
	height: 20px;
}
#erreur {
    background: url('../images/icones/erreur.png') no-repeat 5px 5px;
    color: red;
}
#question {
    background: url('../images/icones/question.png') no-repeat 5px 5px;
    color: navy;
}
#notification {
    background: url('../images/icones/information.png') no-repeat 5px 5px;
    color: green;
}
#liste {
	list-style-type: none;
	list-style-position: inside;
}
