/* CSS Document
Feuille de style de positionnement
06 - 03 - 2009
*/
/*///////////////////////////////////////////////////////////////////////////////////////////
//								GESTION DES CLASS COMMUNES								   //
///////////////////////////////////////////////////////////////////////////////////////////*/

.inline { display:inline;}

.clear { clear:both; }

.no_display { display:none; }

.noBorder { border:0px; }

.centrer { text-align:center;}
.left { text-align:left;}
.right { text-align:right;}

.no_background {background-image:none;}

.no_image_liste { list-style-type:none;list-style-image:none }

.retrait_30 { margin-left:30px;}

.gras {font-weight:bold;}

.souligne {text-decoration:underline;}

.espace_haut_30 { padding-top:30px; }
.espace_bas_10 { padding-bottom:10px; }
.espace_haut_10 { padding-top:10px; }

.formulaire_internet { padding:10px;background-color:#BDCD00; }

.couleurTitreForm { padding-bottom:10px;font-weight:bold;}

.blocformleft { float:left;width:284px;z-index:99;}
.blocformright { float:left;width:285px;margin-left:30px;z-index:99;}

.line_form { clear:both;overflow:hidden;margin-left:10px;margin-bottom:5px;height:auto;}
.line_form_left { float:left;width:110px;}
.line_form_right { float:left;}

.legende { padding-top:15px;}

.bt_edit {font-size:9px;font-weight:normal;border:0;cursor:pointer;width:6em;}

.valid_form { text-align:center;}

/* A faire correspondre avec le content.css du tiny */
.visual_editor {padding:0;margin:0;font-family:Verdana; font-size:11px;color:#000000;margin-bottom:15px;width:625px;}
.visual_editor p {padding:0;margin:0;}
.visual_editor ul {padding:0px;margin-left:40px;margin-top:7px;margin-bottom:7px;}
.visual_editor li {padding:0px;margin:0px;}
.visual_editor a:link{color:#000000;text-decoration:none;font-family:Verdana;}
.visual_editor a:visited{color:#000000;text-decoration:none;font-family:Verdana;}
.visual_editor a:hover{color:#000000;text-decoration:underline;font-family:Verdana;}

.input_connect2{ width:100px;height:16px;float:left;font-size:11px;border:0;padding-top:4px;background-image:url(/medias/images/admin/connect_input_bkg.gif);background-repeat: repeat-x;overflow: hidden;z-index:5;}

