﻿.ImgInscEnLigne
{
	width:300px;
	height:200px;
	
	float:left;
}

.ZoneAmorcage
{
	margin-left: 330px;
  margin-bottom: 15px;
}

.ButtonArmorcer
{
	width: 150px;
	height: 50px;
	
	margin-top: 10px;	
	/*margin-left: 280px;*/
	
}

.AccepterConditions
{
  /*margin-left: 20px;*/
  margin-bottom: 15px;
  margin-top: 20px;
  text-align:right;
}

ul li
{
  padding-bottom: 5px;
}

.SousImage
{
  clear:left;
  margin-top: 30px;
}

.AvantCommencer
{
  margin-top:30px;
}

.Nota {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;

  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;


  background-image: -webkit-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -moz-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -ms-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -o-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: linear-gradient(top, #d0e5eb 0, white 110%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60F0F',endColorstr='#FFDD00', GradientType=1);*/

  background-color: #d0e5eb;
}

.TitreNota {
  font-weight: bold; 
  margin-bottom: 10px;
}

.divImage {
  float: left;
}

.ButtonContinuer
{
	height: 50px;
	padding: 10px;
    background-color: #095797;
    color: white;
    font-weight: bold;
    border-width: 1px;
    border-color: black;
    cursor: pointer;
    border-radius: 7px;
}

.ButtonContinuer:hover {
    background-color: #1472BF;
}

.bulleVerte {
  background-color: rgb(180, 229, 162);
  color: rgb(50, 64, 45);
  border: none;
  border-radius: 50px; /* Forme ovale */
  padding: 4px 4px 4px 4px;
  margin-left: 4px;
  font-size: 9px;
  cursor: default;
  text-align: center;

  position: relative;
  top: -4px;
}
