 #droite
 {
 padding-left:0;
 width:17%;
 }
 #droite ul li
 {
 margin-left:10px;
 margin-bottom:4px;
 font-size:9px;
 }

  #droite a:visited
 {
	color:black;
 }
 
 .divParties
 {
	 float: left;
	 width:22.5%;
	 text-align:center;
	 border: solid 1px #DDD;
	 margin: 3px;
 }
 .divParties:hover
 {
	 background:#EEEEFF;
	 border: solid 1px #AAA;
 }
 
 .imgPartie
 {
	 width:98%;
	 border:0;
 }
 .descriptionTournoi
 {    
 border: solid 1px #777;
    padding: 7px;
    background: white;
    font-weight: bold;
    font-size: 10pt;
 margin: 7px;
 }
 
 #promus
 {
	margin:20px;
	font-weight: bold;
	font-size: 9pt;
 }
 
 #promus div
  {
	  margin-bottom: 3px;
 }
  
 #parties div
 {
	 margin-left:20px;
	 margin-bottom:10px;
 }
 @media only screen and (max-width: 920px)
 {
	.divParties
	{
	 width:30%;
	}
 }
 @media only screen and (max-width: 640px)
 {
	.divParties
	{
	 width:48%;
	}
 }
 @media only screen and (max-width: 480px)
 {
	.divParties
	{
	 width:98%;
	}
 }