/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
  The classes panel, the visual feedback and the preview
  will be affected by these values.
  
  - Commented styles inside style definitions are used for visual 
   feedback when using the editor.
  - Comments before opening the style are used as caption.
  - Comments after the class name and before the style declaration ({)
   define the jQuery expression that decides whether this 
   style should be applied or not.
   
  Note: the WYMeditor and /WYMeditor comments below are required
  for the CSS parser to work properly.
*/

/* WYMeditor */

/* sous titre 15px */
.sous-titre15 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 15px;
	color: #695548;
	font-weight:bold;
	text-decoration: none;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 15px;
	color: #695548;
	font-weight:bold;
	text-decoration: none; */
}

/* sous titre 14px */
.sous-titre14 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 14px;
	color: #695548;
	font-weight:bold;
	text-decoration: none;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 14px;
	color: #695548;
	font-weight:bold;
	text-decoration: none; */
}

/* trait vertical */
.trait_vertical_adm /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	width:538px;
	padding-left:28px;
	background-image: url(/smarty/img/pointille_marron.gif);
	background-repeat: repeat-y;
	text-align:justify;
 /* 	width:538px;
	padding-left:28px;
	background-image: url(/smarty/img/pointille_marron.gif);
	background-repeat: repeat-y;
	text-align:justify; */
}

/* trait vertical colonnes */
.trait_vertical_col_adm /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	width:245px;
	padding-left:28px;
	background-image: url(/smarty/img/pointille_marron.gif);
	background-repeat: repeat-y;
	text-align:justify;
 /* width:245px;
	padding-left:28px;
	background-image: url(/smarty/img/pointille_marron.gif);
	background-repeat: repeat-y;
	text-align:justify; */
}

/* gris 10px */
.gris10 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	padding-left:10px;font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	padding-left:10px; */
}

/* gris 11px */
.gris11 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	padding-left:10px;font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	padding-left:10px; */
}

/* gris 12px */
.gris12 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	padding-left:10px;font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	padding-left:10px; */
}

/* marron 10px */
.marron10 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	color: #695548;
	text-decoration: none;font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	color: #695548;
	text-decoration: none; */
}

/* marron 11px */
.marron11 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #695548;
	text-decoration: none;font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	color: #695548;
	text-decoration: none; */
}

/* marron 12px */
.marron12 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #695548;
	text-decoration: none;
	font-weight:normal;
 /* font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #695548;
	text-decoration: none; */
}

/* lien rose 12px */
.rose_link /* a */ {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #B71E55;	
	font-weight: bold;
	text-decoration: none;
	/* font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #B71E55;	
	font-weight: bold;
	text-decoration: none; */
}

/* turquoise 10px */
.turquoise10 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	text-decoration:none;font-weight:normal;
	/* color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	text-decoration:none; */
}

/* turquoise 11px */
.turquoise11 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration:none;font-weight:normal;
	/* color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration:none; */
}

/* turquoise 12px */
.turquoise12 /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:none;font-weight:normal;
	/* color:#25b7c1;
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:none; */
}
/* aligne a gauche */
.align_left /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	text-align: left;
	/* text-align:left; */
}
/* aligne a droite */
.align_right /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	text-align: right;
	/* text-align:right; */
}
/* aligne au centre */
.align_center /* p,div,h1,h2,h3,h4,h5,h6,span */ {
	text-align: center;
	/* text-align:center; */
}
.grissepc
{
	color:#444444;
	font-family:"Trebuchet MS",Arial;
	font-size:11px;
	font-weight:normal;
	padding-left:0px;
	text-decoration:none;
}
/* /WYMeditor */

/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */