/*html>body .apercu_tps_reel
{
	width:79.9%;
}
*/
#prev_texte,#prev_intro,#prev_conclu{
	height: 250px;
	width:90%;
	margin-left:5%;
	border:dotted 1px #2C485C;
	overflow:auto;
}
.bouton_form, .smiley{
	text-align:center;
}

.souligne { text-decoration: underline; }
.italique { font-style: italic; }

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

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

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

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

.flot_gauche { float: left; padding-right:14px;padding-bottom:4px}
.flot_droite { float: right; padding-left:14px;padding-bottom:4px}
.bbcode
{
	text-align:center;
	padding-left:7%;
}
.bbcode select
{
	width:58px;
}
.citation, .code_1
{
	font-weight: bold;
	display:block;
	width:90%;
	margin:auto;
}
.citation_2, .code_2
{
	border:1px dashed #555; 
	background-color:#b9e3f3;
	width:90%;
	padding: 8px;
	margin:auto;
}

.code_2{
	background-color:white;
}

.dest
{
	width:150px;
}

h3.titre1, h1.titre1{
	height:30px;
	/*background:url(../../images/1/commun/titre_1.gif) repeat-y;*/
	font-size:1.7em;
	font-style: italic;
	color:#FB530A;
	text-decoration:none;
	text-align:center;
	border:0px solid black;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

h4.titre2, h2.titre2{
	font-size:1.2em;
	padding-top:0px;
	padding-bottom:0px;
	font-style: italic;
	color:#FB530A;
	text-decoration:none;
	text-align:left;
	border:0px solid black;
	margin-top:0px;
	margin-bottom:0px;
}

.rmq {
	display:block;
	min-height:48px;
	padding-left:54px;
	margin-left:2.5%;
	clear:both;
}

.information{
	background:url('../../images/1/icones/form/information.png') no-repeat left center;
	color:#0056a8;
	font-size:1.2em;
}
.question{
	background:url('../../images/1/icones/form/question.png') no-repeat left center;
	color:#5e7fb1;
	font-size:1.2em;
}
.erreur{
	background:url('../../images/1/icones/form/erreur.png') no-repeat left center;
	color:#E90000;
	font-size:1.2em;
}
.attention{
	background:url('../../images/1/icones/form/attention.png') no-repeat left center;
	color:#FBAC00;
	font-size:1.2em;
}


