﻿
/*--------------------------------------------------------*/
/*------------------ACCUEIL PAGE CONTENT------------------*/
/*--------------------------------------------------------*/
#content p
{
    margin: 10px 0 10px 0;
}
#content .highlightTextOrange
{
    font-weight:bold;
    color:Orange;
}
#content .highlightTextGray
{
    font-weight:bold;
    color:Gray;
}
#content .floatLeftImage
{
    float:left;
    margin-right:30px;
}
#content .floatRightImage
{
    float:right;
    margin-left:30px;
}

/*--------------------------------------------------------*/
/*------------------CONTACT PAGE CONTENT------------------*/
/*--------------------------------------------------------*/
#content #contact
{
    margin-top:30px;
    vertical-align:middle;
    text-align:center;
}
#content #contact p
{
    font-size:medium;
    color: black;
    line-height: 20px; 

}
#content #contact p span
{
    color: gray;
}

/*--------------------------------------------------------*/
/*------------------MATERIEL PAGE CONTENT-----------------*/
/*--------------------------------------------------------*/
#content #materiel select
{
    width:130px;
    float:left;
    margin-right:15px;
}
#content #materiel span
{
    font-style:italic;
}
#content #materiel .tableMatDetails
{
    width:100%;
}
#content #materiel .CategoryMatBlock
{
    height:100px;
}


#content #materiel td
{
	border-color:White;
    padding:3px;
}
#content #materiel .centerIt
{
	text-align:center;
}

/*--------------------------------------------------------*/
/*------------------TARIFS PAGE CONTENT-------------------*/
/*--------------------------------------------------------*/
#content #tarifs
{
    text-align:center;
}

#content #tarifs img
{
    margin-bottom:16px;
    width: 478px;
    height: 139px;
}

#content #mentions
{
    text-align:left;
    font-size:smaller;
    font-style:italic;
    line-height:0px;
}

/*--------------------------------------------------------*/
/*------------------STUDIO PAGE CONTENT-------------------*/
/*--------------------------------------------------------*/
#content #slideShow
{
    width:auto;
    padding-bottom:20px;
}
#content #slideShow span
{
    text-align:center;
    margin-top:5px
}
#content #stuidoInfo img
{
	float:left;
}
#content #stuidoInfo ul
{
	float:left;
	margin-left:15px;
	list-style-type:none;
	font-size:larger;
	margin-top:21px;
}
#content #stuidoInfo ul li span
{
	color:Black;
}