  	
/*  Global 	*/
/************/
  	body 
  	{
    background-image: url("img/snowpattern.jpg");
    background-attachment: fixed;

	}
	
	html, body 
	{ 
  	min-height:100%;
	}
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: center; line-height: 14.0px; font: 12.0px Helvetica; color: #19467b; -webkit-text-stroke: #19467b}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: center; line-height: 28.0px; font: 36.0px Helvetica; color: #19467b; -webkit-text-stroke: #19467b}
    span.s1 {font-kerning: none}


/*  Main Page  */
/***************/

/*
 Palette:
    white
    light: #6ec7ec
    dark: #0c435a

*/

	.IMG_Titre
	{
    width: 100%;
	max-width: 800px;
	display: block;
	height: auto;
	margin:auto;
	}
	
    .Portrait
    {
    display: block;
    width:50%;
    max-width:256px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    }


/*********************************************************
 CONTAINERS
 To make subdivision
 *********************************************************/

	.MainContainer
	{
	border-radius: 25px;
    border-style: double;
    border-color: black;
	background-color: #6ec7ec;
	width: 95%;
	max-width: 800px;
   	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: auto;
	}

    .SecondaryContainer
    {
    color: #0c435a;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10x;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    height: auto;
    min-height : 50px;
    background-color: #e3feff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    }

    .Container_Red
    {
    background-color: #ffcce0;
    }

    .Container_Green
    {
    background-color: #e6ffe6;
    }


/*********************************************************
 HALF COLUMN
 Set element side by side.  Assign this to div for them to take each half the space.
 *********************************************************/
    .HalfColumn
    {
        height: auto;
        width: 50%;
        display: block;
        float: left;
    }

    .ThirdColumn
    {
        height: auto;
        width: 33%;
        display: block;
        float: left;
    }

/*********************************************************
BUTTONS
*********************************************************/

    .MainButton
    {
    background-color: #e3feff;
    color: #0c435a;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #0c435a;
    border-radius: 12px;
    padding: 15px 32px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    }

    .MainButton:hover
    {
        background-color: #0c435a;
        color: white;
    }


/*********************************************************
TEXT
*********************************************************/

    .MainTitle
    {
    text-align: center;
    display: block;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    font:36.0px Helvetica;
    font-weight: bold;
    color: #0c435a;
    }

	.NomCadeau
	{
    width: 100%;  
    height: auto;
    margin: 0.0px 0.0px 0.0px 0.0px; 
    font: 18.0px Helvetica; 
    font-weight: bold;
    color: #0c435a;
	}

	.DescriptionCadeau
	{
    width: 100%;  
    height: auto;
    margin: 5.0px 0.0px 0.0px 0.0px; 
    font: 18.0px Helvetica; 
    font-weight: normal;
    color: #0c435a;
	}

    .LinkCadeau
    {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.0px;
    margin-bottom: 5.0px;
    font: 18.0px Helvetica;
    font-weight: lighter;
    color: #19467b;
    display:inline-block;
    }

	.ChampsCadeau
	{
	display: block;
    width: 100%;
    height: auto;
    margin: 5.0px 10.0px 0.0px 0.0px;
    margin-bottom: 15px;
    font: 18.0px Helvetica; 
    font-weight: normal;
    resize: none;
	}
	
