/* CSS Document */

.Vert    {color: #40ab48;}
.Bleu    {color: #3b51a3;}
.Orange    {color: #eb6a1d;}

html                         {font-size: 62.5%;}
body 						{margin:0; padding:0; background-color:#ffffff; font-family: Arial, Helvetica, sans-serif; color:#6B6B6B;}

th, td, div, p, em, span *	{margin:0;}
ul, li						{list-style-image:url(../../images/puce.png);}
ul							{margin-bottom:3px; margin-top:3px;}
img							{border:0;}
.puce						{list-style-type:none; background-image:url(../../images/puce.png); background-repeat:no-repeat; background-position: 0 0.50em; padding-left:10px; margin-left:5px;}

a:link, a:visited			{text-decoration:underline; font-weight:normal; color:#6B6B6B;}
a:hover						{text-decoration:none; font-weight:normal; color:#eb6a1d;}

.FlecheH 		{background: url(../../images/flecheh.png) no-repeat; bottom:50%; cursor:pointer; right:40px; display:none; height:38px; width:38px; position:fixed;}

.DivIn			{max-width: 980px; margin: 0 auto;}
.DivFleft       {float: left; width: 100%;}			
.Centrer        {text-align: center;}
.DivRel         {position: relative;}

.S16    {font-size: 1.6rem;}
.T10    {margin-top: 10px;}
.T20    {margin-top: 20px;}
.B20    {margin-bottom: 20px;}
.P10    {padding: 10px;}

.CurPo {cursor: pointer;}

.TitreEdit				{width:100%; margin: 15px 0 7px 0; border-bottom: 3px #3b51a3 solid; color:#3b51a3; font-family: 'caviar_dreamsbold', Arial, sans-serif; font-size:24px;}
.SousTitreEdit			{width:100%; margin: 15px 0 5px 0; border-bottom: 1px #3b51a3 solid; color:#3b51a3; font-family: 'caviar_dreamsbold', Arial, sans-serif; font-size:18px;}
.imgisright				{margin: 5px 0 10px 20px; float:right;}
.imgisleft				{margin: 5px 20px 10px 0; float:left;}
.SansEffet				{margin:0; padding:0;}

@media only screen and (max-width:980px) {
.S16    {font-size: 1.4rem;}    
}

@media only screen and (max-width:600px) {
.TitreEdit				{font-size:20px;}
.SousTitreEdit			{font-size:14px;}
.imgisright				{margin: 5px 0 10px 0; float: none; min-width :100%;}
.imgisleft				{margin: 5px 0 10px 0; float: none; min-width :100%;}
.SansEffet				{margin:0; padding:0;}  
}